

/* Start:/local/components/auth/mts/templates/.default/style.css?17157613984163*/
.auth {
    padding: 0 16px;
    margin-top: 120px;
    color: #404040;
}

.auth__page .auth {
    padding: 0;
    max-width: 432px;
    padding: 32px 40px; 
    border: 1px solid #D9D9D9; 
    border-radius: 16px;
    margin-top: 24px;
    margin-bottom: 40px;
}

.title_text {
    color: #0404044D;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.title_main {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #000;
    margin-bottom: 8px;
}

.title_description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #404040;
    margin-bottom: 24px;
}

.title_description span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #8C8C8C;
    margin-bottom: 24px;
    cursor: pointer;
}

input {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 8px 16px;
}

.description {
    margin-bottom: 24px;
}

.btn_action {
    color: #fff;
    border-radius: 80px;
    border: 1px solid #000000;
    background-color: #141414;
    padding: 8px;
    width: 160px;
    cursor: pointer;
    text-align: center;
}

.btn_action:hover {
    background-color: #434343;
}

.btn_action span {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
}

.btn_action[disabled] {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

.login_inputs {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.login__label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login__label-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #040404;
}

.phoneBoxs {
    display: flex;
    margin-bottom: 24px;
}

.phoneBoxs input {
    width: 100%;
}

.flag {
    display: none;
}

input[name="prePhone"] {
    width: 40px;
    padding: 8px;
    margin-right: 8px;
}

.phone__label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.phone__label-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #040404;
}

.phone__label-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #8C8C8C;
}

.smsBoxs {
    display: flex;
    gap: 4px;
    margin-bottom: 8px;
}

.smsBoxs input {
    width: 40px;
    padding: 8px 14px;
}

.description .countdown {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #040404;
}

.countdown .number {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #040404;
}

.toLoginPassword, 
.toRegisterForm {
    cursor: pointer;
}

.toLoginPassword:hover,
.toRegisterForm:hover,
.toPhoneForm:hover {
    transition: color 0.3s ease;
}

.toLoginPassword:hover,
.toRegisterForm:hover,
.toPhoneForm:hover {
    color: #0053B5;
}

.btn_action.toRegisterForm {
    width: 255px;
}

.btn_action.toRegisterForm:hover {
    color: #fff;    
}

/* LOADER */

.loader__btn {
    border-radius: 80px;
    border: 1px solid #000000;
    background-color: #141414;
    padding: 18px 8px;
    width: 160px;
    /* cursor: progress; */
    display: flex;
    gap: 5px;
    justify-content: center;
}

.loader__btn_dot {
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    animation: loader__btn_dot 1.5s infinite;
}

.loader__btn_dot:nth-child(2) {
    animation-delay: .5s;
}

.loader__btn_dot:nth-child(3) {
    animation-delay: 1s;
}

@keyframes loader__btn_dot {
    0% {
        opacity: .3;
    } 
    50% {
        opacity: 1;
    }
    100% {
        opacity: .3;
    }
}

.form_btnCell .message {
    /* font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #8C8C8C;
    margin: 0 0 8px; */

    background: #EBF2FE;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 15px;
    color: #040404;
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 21px;
    /* transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 1;
    visibility: visible; */
}

.form_btnCell .message.hidden {
    display: none;
}
/* End */
/* /local/components/auth/mts/templates/.default/style.css?17157613984163 */
