.mb-ajaxsuite-popup-wrapper {
    top: 10%;
    left: 30%;
    display: none;
    position: fixed;
    background: white;
    z-index: 999;
}

.mb-ajaxsuite-popup-wrapper img.mb-ajaxsuite-close {
    position: absolute;
    cursor: pointer;
    height: 25px;
    top: 5px;
    right: 5px;
}

.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup .mb-login-popup-title-logo {
    background-image: url('../images/login.png');
    background-repeat: no-repeat;
}

.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup .center{
    text-align: center;
}

.mb-ajaxsuite-popup-wrapper .mb-login-popup-title {
    padding: 15px;
    text-transform: uppercase;
    text-align: center;
}

.mb-ajaxsuite-popup-wrapper .mb-login-popup-title strong {
    color: floralwhite;
}

.mb-ajaxsuite-popup-wrapper .mb-login-popup-title strong {
    font-size: 18px;
}

.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border {
    margin: 10px;
}

/*Blank black*/
#mb-ajaxsuite-blank {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color: #000000;
    position: fixed;
    top: 0;
    z-index: 100;
    display: none;
    left: 0;
}

.mb-ajaxsuite-popup-wrapper {
    z-index: 200;
}
