.popupauth-container{
    z-index: 70000;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(29, 49, 75, 0.5);
    overflow: auto;
}
.popupauth-container .popupauth-box{
    position: relative;
    max-width: 90%;
    width: 1128px;
    margin: 100px auto 10px;
    background: #fff;
    padding: 20px 20px 46px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
.popupauth-container.single .popupauth-box{
    width: 454px;
}
.popupauth-container.single .popupauth-box .auth-col{
    width: 100%;
}
.close-popup{
    position: absolute;
    right: 18px;
    top: 18px;
    width: 29px;
    height: 33px;
    text-align: center;
    cursor: pointer;
    color: #2f2f2f;
    z-index: 2;
}
.close-popup:before{
    content: '\e003';
    font: normal 16px 'CRUX';
}
.popupauth-container .popupauth-box.reg{
    max-width: 90%;
    width: 454px;
}
.popupauth-container hr.space{
    margin: 40px -20px;
    border: solid #b7b7b7;
    border-width: 0 0 1px;
    padding: 0;
}
.must-be-checked label,
.must-be-checked label a{
    color: #c1222d !important;
}
.popupauth-container .forgotten-password{
    display: none;
}
/* from styles */
.invisiblegroup{
    visibility: hidden;
    opacity: 0;
    width: 0 !important;
    height: 0;
    padding: 0;
    margin: 0 !important;
    overflow: hidden;
}
.popupauth-container .std-form{
    width: 302px;
    max-width: 100%;
    margin: 0 auto;
}
.popupauth-container .branch.form-group .nice-select{
    clear: both;
    float: none;
    width: 100%;
    border: 1px solid #b7b7b7;
    line-height: 33px;
    height: 35px;
}
.popupauth-container .branch.form-group .nice-select .list{
    width: 100%;
    margin-top: 1px;
}
.popupauth-container .std-form .button-medium{
    padding: 12px 16px;
    text-align: center;
    width: 100%;
}
.popupauth-container .std-form .button-medium.exclusive:hover{
    color: #fff !important;
}
.popupauth-container .std-form .form-group{
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.popupauth-container .std-form .form-group .error-note{
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: right;
    left: 0;
    font-size: 11px;
    font-weight: 300;
    color: #c1222d;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.popupauth-container .std-form .form-group.form-error .error-note{
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
}
.popupauth-container .std-form .form-group label{
    display: none;
}
.popupauth-container .std-form .submit{
    margin-top: 50px;
}
.popupauth-container .std-form .account_creation + .submit,
.popupauth-container .std-form .form-group + .submit{
    margin-top: 29px;
}
/* additional custom content visible when popup is fired by popup-auth.show callback */
.popupauth-container .custom-top{
    display: none;
}
.popupauth-container .cent-inp-width{
    width: 330px;
    max-width: 100%;
    margin: 0 auto 15px;
}
.popupauth-container.custom .custom-top{
    display: block;
    padding: 4% 0 3%;
}
.popupauth-container .custom-vis{
    display: none;
}
.popupauth-container.custom .custom-hid{
    display: none;
}
.popupauth-container.custom .custom-vis{
    display: block;
}
.popupauth-container .page-subheading{
    font-weight: 300;
    border-bottom: none;
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0;
    color: #333;
    text-transform: uppercase;
    text-align: center;
}
.popupauth-container .little,
.popupauth-container .note{
    font-size: 11px;
    color: #333;
}
.popupauth-container input:-webkit-autofill,
.popupauth-container textarea:-webkit-autofill,
.popupauth-container select:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 1000px 500px #fff;
}