﻿/* REGISTER. PHONE NUMBER + SMS + SECURITY CODE */
#wf_form_control_register_enter_phone_wrapper,
#wf_form_control_register_sms_code_wrapper {
    position: relative;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
#wf_form_control_register_enter_phone_wrapper .wf_form_control_phone_field {
    position: relative;
}
#wf_form_control_register_enter_phone_wrapper .wf_form_control_phone_flag {
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
    line-height: 0;
}
#wf_form_control_register_enter_phone_wrapper #wf_form_control_register_enter_phone {
    padding-left: 12px;
    text-align: center;
}
.wf_form_control_sms_code {
    width: 65px !important;
}
#wf_form_control_register_sms_code_wrapper_inner {
    display: flex;
    justify-content: center;
    gap: 12px;
}
.wf_form_control_register_sms_code_dont_sent_code {
    text-align: center;
    margin: 24px 0 0;
    font-weight: 500;
}
.wf_form_control_register_sms_code_dont_sent_code_resend {
    font-weight: 600;
    color: var(--blue-w-400);
    cursor: pointer;
}
.register_enter_phone_not_found_response_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.register_enter_phone_not_found_response_wrapper svg {
    opacity: 0;
}
.register_enter_phone_not_found_response_title {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    font-family: var(--font-title);
    margin: 24px 0 0;
}
.register_enter_phone_not_found_response_text {
    margin: 16px 0 0;
}

/* REGISTER. FORM TO ADMIN */
.content_register_enter_phone_not_found {
    background: var(--white);
    color: var(--gray-950);
}
.enter_phone_not_found_back_main_gray_bg {
    background: var(--gray-50);
    height: 68px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.content_register_enter_phone_not_found .h2_wrapper {
    margin-top: 20px;
}
.content_security_code {
    position: relative;
}
.make_security_code_points,
.enter_security_code_points {
    display: flex;
    justify-content: space-between;
    width: 112px;
    margin: 0 auto;
}
.make_security_code_points .make_security_code_point,
.enter_security_code_points .enter_security_code_point {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
}
.make_security_code_points .make_security_code_point.active,
.enter_security_code_points .enter_security_code_point.active {
    background-color: var(--blue-w-400);
}
.make_security_code_keyboard,
.enter_security_code_keyboard {
    width: 282px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.make_security_code_keyboard .make_security_code_keyboard_item,
.enter_security_code_keyboard .enter_security_code_keyboard_item {
    width: 94px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.make_security_code_keyboard .make_security_code_keyboard_item .make_security_code_keyboard_digit,
.enter_security_code_keyboard .enter_security_code_keyboard_item .enter_security_code_keyboard_digit {
    width: 72px;
    height: 72px;
    border: 2px solid var(--gray-400);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-size: 28px;
    font-weight: 600;
    cursor: pointer;
    color: var(--black);
}
.content_security_code .h1_wrapper {
    position: relative;
}
.content_security_code .error_text_block {
    position: absolute;
    bottom: -60px;
    left: 0;
}
.content_security_code .forgot_security_code {
    text-decoration: none;
    color: var(--blue-w-400);
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
.content_enter_security_code .forgot_security_code {
    text-decoration: none;
    color: var(--blue-w-400);
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
