/**
 * @copyright Copyright (c) 2017 www.tigren.com
 */
.mb-ajaxsuite-popup-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mb-ajaxsuite-popup-wrapper {
    top: 10%;
    left: 30%;
    display: none;
    position: fixed;
    z-index: 999;
}

.mb-ajaxsuite-popup-wrapper a.mb-ajaxsuite-close {
    width: 30px;
    height: 30px;
    background: transparent url('../images/close_popup.png') center no-repeat;
    background-size: 20px 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
    cursor: pointer;
    z-index: 1000;
}

.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup .mb-login-popup-title-logo {
    background-image: url('../images/login-title.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 65px;
    text-transform: uppercase;
    text-align: left;
    position: relative;
}
.mb-ajaxsuite-popup-wrapper .mb-login-popup-title:before{
    content: '';
    background-image: url(../images/checked_title_icon.png);
    background-size: 33px 30px;
    width: 33px;
    height: 30px;
    display: inline-block;
    position: relative;
    top: 4px;
}
.mb-ajaxsuite-popup-wrapper .mb-login-popup-title:after{
    content: '';
    height: 1px;
    background-color: #C1C1C1;
    position: absolute;
    left: 65px;
    right: 65px;
    bottom: 0;
}

.mb-ajaxsuite-popup-wrapper .mb-login-popup-title strong {
    color: #333;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

.mb-ajaxsuite-popup-wrapper .mb-login-popup-title strong {
    font-size: 30px;
}

.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border {
    margin: 0;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border .error-content{
    padding: 15px 65px;
}

/*Blank black*/
#mb-ajaxsuite-blank {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color: #000000;
    position: fixed;
    top: 0;
    z-index: 900;
    display: none;
    left: 0;
}

.mb-ajaxsuite-popup-wrapper {
    z-index: 901;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .mb-ajaxsuite-popup-wrapper .mb-login-popup-title strong{
        font-size: 24px;
    }
}
@media(max-width: 767px) {
    .mb-ajaxsuite-popup-wrapper a.mb-ajaxsuite-close {
        top: 10px;
        right: 10px;
    }
}