.success-registration-popup .part_2 {
    padding: 64px;
    width: 414px;
}

.success-registration-popup_img {
    padding: 0px 76px;
    margin-bottom: 24px;
}


.success-registration-popup h3 {
    color: #2F2F2F;
    text-align: center;
    margin-bottom: 12px;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.success-registration-popup p {
    color: #696969;
    text-align: center;
    margin-bottom: 24px;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
}
.success-registration-popup_buttons{
    display: flex;
    gap: 16px;
}
.success-registration-popup_button_ask_later a{
    color: #00559A;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    border-radius: 12px;
    border: 1px solid #00559A;
    background: rgba(250, 250, 250, 0.00);
    display: inline-flex;
    width: 100%;
    height: 48px;
    align-items: center;
    justify-content: center;
}
.success-registration-popup_button_ask_later,
.success-registration-popup_button_next {
    width: 100%;
}
.success-registration-popup_button_next a{
    display: inline-flex;
    width: 100%;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid rgba(250, 250, 250, 0.00);
    background: #00559A;
    color: #FAFAFA;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.part_2 {
    width: 642px;
    position: absolute;
    z-index: 134432;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    border-radius: 20px;
    padding: 64px 128px;
    box-shadow: 0px 8px 20px 0px rgba(47, 47, 47, 0.20);
}

.part_2 h2 {
    color: #171717;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 18px;
}

.custom-option input:checked~.checkmark-wrapper {
    border-color: #E8E8E8 !important;
    border: 1px solid #E8E8E8;
}

.part_2_step_line_wrapper_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
    position: relative;
}
.progress_line_wrapper_text{
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    color: #363636;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px; 
    letter-spacing: 2px;
    font-family: Roboto;

}
.part_2_step_line_wrapper div {
    height: 4px;
    width: 40px;
    border-radius: 666px;
    background: #E8E8E8;
}

.part_2_step_line_wrapper .part_2_step_line_wrapper_passed {
    background: #00559A;
}

.part_2_step_line_wrapper .part_2_step_line_wrapper_current {
    background: #96A0A7;
}

.part_2_step_line_wrapper .part_2_step_line_wrapper_next {
    background: rgba(245, 245, 245, 0.30);
}

.part_2_step_line_wrapper {
    display: flex;
    gap: 8px;
}

.part_2_step_line_wrapper_arrow_left,
.part_2_step_line_wrapper_arrow_right {
    cursor: pointer;
    border-radius: 39px;
    border: 1px solid #F5F5F5;
    background: #FAFAFA;
    height: 40px;
    width: 40px;
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.part_2_next_button {
    margin-top: 24px;
}

.part_2_next_button button{
    border-radius: 12px;
    border: 1px solid rgba(250, 250, 250, 0.00);
    background: #00559A;
    color: #FAFAFA;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.question_2_title {
    color: #171717;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 24px;
}

.question_2_title h2 {
    margin-bottom: 12px;
}

.question_3_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.question_3_form .custom-option {
    flex: 0 0 calc((100% - 16px) / 2);
    max-width: calc((100% - 16px) / 2);
    box-sizing: border-box;
}

.custom-option{
    margin-bottom: 12px;
}
.question_3_form .custom-option {
    margin-bottom: 0px;
}

.question_3_form .label-text {
    color: #171717;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.blur_wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 51, 153, 0.24);
    backdrop-filter: blur(1.9500000476837158px);
    z-index: 324423432;
}
.success-registration-popup .part_2 h2 {
    margin-bottom: 12px;
}

#email-verefication-popup .new_auth_wrapper_blue_tag button {
    border: none;
    color: #039;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    padding: 12px 0px;
    line-height: 17px;
}

#email-verefication-popup .new_auth_wrapper_transparent_tag button {
    background: none;
    color: #039;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    padding: 12px 0px;
    line-height: 17px;
}
#email-verefication-popup h2{
    margin-bottom: 12px;
}
#email-verefication-popup p{
        color: #2F2F2F;
text-align: center;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}
#email-verefication-popup .light_paragraph {
    color: #696969;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    margin-top: 12px;
    margin-bottom: 24px;
}
#email-verefication-popup .subscription-buttons {
    margin-top: 0px;
}
#email-verefication-popup .email-placeholder {
    color: #171717;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.main-auth-content_wrapper{
    margin: 0px auto;
}

#main-auth-section .sign-in-options{
    border-radius: 20px;
border: 1px solid #F2F2F2;
background: #FAFAFA;
display: inline-flex;
justify-content: center;
align-items: center;
align-self: stretch;
padding: 2px;
}
#main-auth-section .sign-in-options button{
    padding: 12px 24px;
    color: #171717;

font-family: Montserrat;
font-size: 14px;
font-style: normal;
    font-weight: 600;
line-height: 17px;
    
}
#main-auth-section .sign-in-options button.active-option{
    border-radius: 20px;
background: #538CFF;
    color: #FFF;

font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 17px;      
}
#main-auth-section  .main-auth-content_wrapper_content{
    text-align: center;
    margin-bottom: 0px;
}
.new_auth_wrapper .google-btn p{
        color: #171717;
text-align: center;

font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 17px;
margin-left: 8px;
}
#main-auth-section .sign-in-via-email div{
    padding: 0px;
}
#main-auth-section .sign-in-wrapper-content .btn_blue_bg {
    margin-bottom: 0px;
}
#main-auth-section .sign-in-options{
    margin-bottom: 24px;
}
.requirement{
    gap: 10px;
    display: flex
;
    align-items: center;
}
.password-requirements h3{
    margin-bottom: 10px;
}

.setup-account-info .part_2{
    display: flex;
    width: 1360px;
    justify-content: space-between;
    padding: 0px;
}
.setup-account-info .part_2 .sign-in-image{
   padding: 32px 32px 32px 0px;
}
.setup-account-info .set_up_account_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.setup-account-info .set_up_account_content,
.setup-account-info .sign-in-image{
    width: 50%;
}

.setup-account-content-wrapper{
    width: 280px;
    margin: 0 auto;
}
.setup-account-content-wrapper .setup-account-content-wrapper-p{
    margin-bottom: 24px;
}
.setup-account-content-wrapper .phone-wrapper input {
   background-color: unset;
}

#main-auth-section .sign-in-content p {
    display: none;
    color: #696969;
text-align: center;

        font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 400;
        line-height: 20px;
        margin-bottom: 12px;
}

@media (max-width: 768px) {
    #main-auth-section .sign-in-content p {
        display: block;
    }
}