.mfaContainerleft{
    width: 1063;
    height: 519;
    top: 200px;
    left: 188px;
    border-width: 1px;
    border: 1px solid #CBD5F6;
    border-top-left-radius:30px;
    border-bottom-left-radius:30px;
    box-shadow: 0px 2px 4px 0px #CBD5F680;
    padding: 3rem;
    min-height: inherit;
    font-family: Helvetica;
    font-weight: 400;
    /* font-size: 16px; */
    color: #223770;
    display:flex;
    flex-direction: column;

}
.mfa_is_verified{
    justify-content: center;
    align-items: center;
}
.mfa_is_verified h3{
    font-size: 1.375rem;
}
.otp_inputs{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1rem 0;
    border-top: 1px solid #F0F2FC;
}
.otp_inputs input[type="text"]{
    height: 72px;
    width:56px !important;
    font-family: Helvetica;
    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -0.10000000149011612px;
    text-align: center;
    border-radius: 0.5rem;
    background: var(--background-grey, #F0F2FC);
    display: flex;
    padding: 0.625rem 0.875rem;
    align-items: center;
    gap: 0.5rem;
    color: var(--Black, #223770);
    font-style: normal;
    outline: none;
    border: none;

}

.otp_inputs input[type="text"]:focus{
    background-color: #fff;
    border: 2px solid #A2ABC3
 }
.otp_inputs input[type="text"].error{
    background-color: #DBEDED;
    color: #EC1C24;
   }
.otp_inputs input[type="text"].successfully {
      background-color: #DBEDED;
      color: #249789;
}

.mfaContainerright{
    border-width: 1px;
    border: 1px solid #CBD5F6;
    border-top-right-radius:30px;
    border-bottom-right-radius:30px;
    box-shadow: 0px 2px 4px 0px #CBD5F680;
    padding: 3rem;
    min-height: inherit;

    padding: 3rem;
    min-height: inherit;
    font-family: Helvetica;
    font-weight: 400;
    color: #223770;
}














/* SELECTION SCREEN CSS */
.select_screen{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 3rem);
}
.select_screen_type{
    border: 1px solid #F0F2FC;
    border-radius:9px;
    padding: 38px;
    max-width: 467px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}
.select_screen_type p{
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.10000000149011612px;
    text-align: center;
    color: #223770;

}
.select_screen_type_options{
    background-color: #F0F2FC;
    border-radius: 18px;
    padding: 14px;
    display: flex;
    justify-content: space-between;
    min-width: 391px;
    align-items: center;
}
.select_screen_type_options .select_screen_type_options_name {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.select_screen_type_options .select_screen_type_options_name h4{
    font-family: Helvetica;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: -0.10000000149011612px;
    text-align: center;
    margin: 0;
    color: #223770;
}
.select_screen_type_btn{
    background-color: #CBD5F6;
    width: 67px;
    height: 38px;
    border-radius: 8px;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.10000000149011612px;
    text-align: center;
    color: #223770;
    outline: none;
    border: none;
}
.select_screen_type_btn:hover{
    background-color: #30549E;
    width: 67px;
    height: 38px;
    border-radius: 8px;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.10000000149011612px;
    text-align: center;
    color: #fff;
    outline: none;
    border: none;
}

p.not_subscribed_text_two{
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.10000000149011612px;
    text-align: center;
    color: #5F6F98;
}
a.not_subscribed_text_three{
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.10000000149011612px;
    text-align: left;
    color: #30549E;

}
