

/* Start:/local/templates/promtkm/style/auth.css?17538096822291*/
.auth-popup.fancybox-content {
    padding: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,.5);
}
.fancybox-container .fancybox-bg {
    background: rgba(255, 255, 255,.8);
    
} 
.auth-inner {
    display: flex;
}
.auth-logo {
    background-color: #ebebeb;
    /* height: 100%; */
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.auth-form .inputtext.hide {
    display: none;
}
.auth-form .hide {
    display: none;
}
.auth-form .button.hide {
    display: none;
}
.auth-form .auth-timer {
    display: none;
    width: 100%;
}
.auth-form .auth-timer.start {
    display: block;
}
.auth-form .inputtext {
    display: inline-flex;
    min-height: 30px;
    padding: 10px 10px;
    border: 1px solid #c0c0c0;
    font-size: 14px;
    /* width: 90%; */
    /* margin-bottom: 8px; */
}
.auth-form .button {
    height: 38px;
    display: inline-flex;
    line-height: normal;
    align-items: center;
    justify-content: center;
    border: 0;
}
.auth-form .form-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.1;
}
.auth-form .messages {
    margin-bottom: 20px;
    font-size: 14px;
    color: #00abd0;
}
.auth-form form {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}
.auth-popup {
    display: none;
}
.auth-form {
    /* position: fixed;
    z-index: 9999;
    background: #fff;
    padding: 50px 25px; */
    /* width: 100%; */
    /* max-width: 500px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border-top: 5px solid #00abd0; */
    padding: 44px;
}
.auth-form + .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9998;
    background: rgba(0,0,0,.5);
}
.auth-form-close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 30px;
}
.auth-form-close::before, .auth-form-close::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 4px;
    background: #2b2a29;
}
.auth-form-close::before {
    transform: rotate(45deg);
}
.auth-form-close::after {
    transform: rotate(-45deg);
}
/* End */
/* /local/templates/promtkm/style/auth.css?17538096822291 */
