
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&family=Archivo:ital,wght@0,100..900;1,100..900&family=Clicker+Script&family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&family=Archivo:ital,wght@0,100..900;1,100..900&family=Clicker+Script&family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
    padding: 0;
    margin: 0;
}
/* account css */
.account_section_one {
    background-color: #e6dfd7;
    position: relative;
    min-height: 100vh;
}

.login_account_section_one {
    background-color: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(13, 73, 73, 0.15);
    width: 100%;
    max-width: 738px;
    /* height: 987px; */
    padding: 70px 150px 70px 150px;
    position: relative;
    border-radius: 30px 30px 0px 0px;
}

.account_section_main {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    flex-direction: column;
    min-height: 100vh;
}

.account_logo {
    text-align: center;
}

.account_logo img {
    width: 131.999px;
}

.login_account_section_one h4 {
    margin-bottom: 0;
    color: #000;
    font-family: 'Roboto';
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;

}

.input_label {
    color: #000;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* margin-bottom: 14px; */
    margin-top: 18px;
    margin-bottom: 0;
}

.account_input {
    border-radius: 50px;
    border: 1px solid #8692A6;
    color: #000000B2 !important;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 23px 22px 24px 30px;
    margin-top: 14px;
}

.account_input::placeholder {
    color:#000000B2 !important;
}

.account_input:focus {
    border: 1px solid #E10A80;
    box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.11);

}

.account_form {
    padding-top: 45px;
}

.checkbox_input_group label {
    color: #000;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.checkbox_input_group {
    display: flex;
    align-items: end;
    gap: 8px;
    margin-bottom: 0;

}

.forget_group {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 10px;
}

.forget_group a {
    text-decoration: none;
    color: #000;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.forget_group a:hover{
    color: #354681;
}
.checkbox_input_group input {
    width: 16px;
    height: 16px;
    border-radius: 3px !important;
    border: 1px solid rgba(13, 73, 73, 0.60) !important;
}

.checkbox_input_group input:focus {
    box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.11);
}

.checkbox_input_group input:checked {
    background-color: #354681;
    color: rgba(255, 255, 255, 1);
}

.login_button {
    width: 100%;
    border-radius: 50px;
    /* background: #17E093; */
    color: #FFF;
    text-align: center;
    font-family: 'Roboto';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 20px 0;
    border: none;
    margin-top: 30px;
    background: linear-gradient(90deg, #354681 0%, #D60D82 42.86%, #F35F32 100%);
    transition: all 300ms ease-in-out;
}
.login_button:hover{
    transform: scale(1.03);
}
.or_text {
    margin-top: 25px;
    margin-bottom: 0;
    color: #F35F32;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.login_with_google {
    text-decoration: none;
    display: flex;
    border-radius: 6px;
    background-color: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
    padding: 20px 43px;
    /* gap: 73px; */
    margin-top: 25px;
    align-items: center;
    justify-content: center;
    position: relative;


}

.login_with_google img {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 42px;
}

.login_with_google p {
    margin-bottom: 0;
    color: #000;
    text-align: center;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.hide_show_text {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 76px;
    text-decoration: none;
    color: #000;
    text-align: right;
    font-family: 'Inter';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.forget_account_section_one {
    background-color: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(13, 73, 73, 0.15);
    padding: 84px 321px;
    width: 100%;
    max-width: 1080px;
    margin-top: 85px;
}

.forget_account_section_one h4 {
    color: #0D4949;
    text-align: center;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.forget_p {
    margin-bottom: 0;
    color: rgba(13, 73, 73, 0.60);
    text-align: center;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    width: 100%;
    max-width: 332px;
    /* 175% */
    margin-top: 10px;
}

.account_forget_form {
    padding-top: 46px;
}

.forget_button {
    margin-top: 46px !important;
}

.forget_p span {
    font-weight: 700;
}

.input_number_code_group {
    display: flex;
    gap: 18.1px;
    justify-content: center;
}

.code_number_input {
    width: 92.924px;
    border-radius: 15px;
    border: 1px solid #D8DADC;
    text-align: center;
    padding: 21px 0;
    color: #000;
    font-family: 'Inter';
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
}

.code_number_input:focus {
    border: 1px solid #E10A80;
    box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.11);
}

.code_number_input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.reset_password_sec {
    padding-top: 160px !important;
    padding-bottom: 170px !important;
}

.phone_input_group {
    display: flex;
    flex-direction: column;
    position: relative;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background: none !important;
}

.iti__selected-flag {
    padding-left: 30px !important;
}

.iti--allow-dropdown input[type=tel] {
    padding-left: 120px !important;
}

.country_code_span {
    position: absolute;
    left: 62px;
    bottom: 24px;
    color: rgba(13, 73, 73, 0.60);
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.iti {
    margin-top: 24px;
}

.iti__selected-flag {
    padding-right: 57px !important;
    outline: 0 !important;
}

.iti__arrow {
    width: 7px;
    position: absolute;
    top: 30px;
    left: 92px;
    color: #0D4949;
}

.step_text {
    color: #0D4949;
    text-align: right;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
    position: absolute;
    right: 51px;
    top: 32px;
}

/* .custom_select {
    background-image: url(../images/Vector\ \(2\).svg);
    background-repeat: no-repeat;
    padding-right: 2.5rem;
} */

.resident_check_group {
    display: flex;
    margin-top: 16px;
    gap: 38px;
}

.resident_check {
    display: flex;
    gap: 11px;
    align-items: end;
}

.checkbox_resident {
    width: 19px;
    height: 19px;
    border-radius: 3px;
    border: 1px solid rgba(13, 73, 73, 0.60) !important;
}

.checkbox_resident:checked {
    background-color: rgba(23, 224, 147, 1) !important;
    color: #FFF !important;
}

.checkbox_resident {
    box-shadow: none !important;
}

.resident_check p {
    margin-bottom: 0;
    color: rgba(13, 73, 73, 0.60);
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.an_account {
    color: #000;
    text-align: center;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 40px;
    margin-bottom: 0;
}

.an_account a {
    font-weight: 600;
    color: #000 !important;
    text-decoration: none;
}
.an_account a:hover{
    color: #354681 !important;
}
.password, .confirm_password{
    padding-right: 65px;
}
@media  (max-width : 1400px){
    .account_section_main {
        padding: 25px 0;
    }
    .login_account_section_one {
        padding: 40px 115px 40px 115px;
    }
    .account_form {
        padding-top: 25px;
    }
    .login_account_section_one h4 {
        font-size: 32px;
    }
    .account_input {
        font-size: 14px;
        padding: 21px 22px 22px 30px;
        margin-top: 13px;
    }
    .hide_show_text {
        top: 72px;
    }
    
}
@media  (max-width : 768px){
    .account_section_main {
        padding: 20px 20px;
    }
    .login_account_section_one {
        padding: 50px 70px 50px 70px;
    }
    .account_input {
        font-size: 14px;
        padding: 20px 22px 20px 22px;
        margin-top: 13px;
    }
    .hide_show_text {
        right: 25px;
        top: 71px;
    }
    .password, .confirm_password{
        padding-right: 62px;
    }
    .login_account_section_one h4 {
        font-size: 30px;
    }
    .login_button {
        padding: 16px 0;
        font-size: 18px;
    }
    
}
@media  (max-width : 576px){
    .code_number_input {
        width: 53.924px;
        padding: 10px 0;
        font-size: 21px;
    }
    .input_number_code_group {
        gap: 12.1px;
    }
    .account_section_main {
        padding: 20px 20px;
    }
    .login_account_section_one {
        padding: 50px 70px 50px 70px;
    }
    .account_input {
        font-size: 14px;
        padding: 16px 18px 16px 18px;
    }
    .hide_show_text {
        right: 21px;
        top: 67px;
    }
    .password, .confirm_password{
        padding-right: 52px;
    }
    .login_account_section_one h4 {
        font-size: 25px;
    }
    .account_form {
        padding-top: 25px;
    }
    .login_account_section_one {
        padding: 35px 25px 35px 25px;
    }
    .login_button {
        padding: 14px 0;
        font-size: 18px;
    }
}