*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    scroll-behavior: smooth;
}

#register-page-content{
    position: relative;
    max-width: 100%;
    padding: 2rem 0;
    background-image: url(../images/register-bg-imgs/register-bg7.jpg);
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#register-page-content>p{
    color: #eee;
    font-size: 14px;
    text-align: center;
    line-height: 1.3;
    font-weight: 500;
    max-width: 40%;
    margin: 2rem auto;
}
#register-page-content>h1{
    position: relative;
    text-align: center;
    font-size: 3rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #f8f8f8;

}

#savings-acct-form-wrapper{
    position: relative;
    max-width: 500px;
    margin: 3rem auto;
    background-color: #fff;
    border: 1px solid #fff;
    border-top: 5px solid orange;
    border-bottom: 5px solid orange;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    margin-top: 100%;
    opacity: 0;
    animation: animateFormWrapper 2000ms ease-in;
    animation-fill-mode: forwards;
    transition: all 1000ms ease-in;
}
@-webkit-keyframes animateFormWrapper{
    0%{
        margin-top: 100%;
        opacity: 0;
    }

    99%{
        opacity: 0.5;
    }
    100%{
        opacity: 1;
        margin-top: 0;
        
    }
}

#savings-acct-form{
    position: relative;
    width: 100%;
    padding: 1rem;


}

.form_row{
    position: relative;
    width: 100%;
    margin: 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
}

.input_field_wrapper{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.input_field_wrapper>label{
    position: relative;
    margin: 0.5rem 0;
    color: dodgerblue;
    font-size: 11px;
    font-weight: bold;
    align-self: flex-start;
    text-transform: capitalize;
}

.input-field{
    position: relative;
    width: 100%;
    display: inline-block;
    background-color: #f7f7f7;
    padding: 0.7rem;
    color: #333;
    border: 1px solid #eee;
    outline: none;
    border-radius: 30px;
    padding-left: 45px;
    transition: all 0.5s ease-in;
}
.input-field:focus{
    border-color: dodgerblue;
    background-color: #fff;
}

.input-field::placeholder{
    color: #333;
    font-size: 9px;
    text-transform: capitalize;
}
#profile_pic{
    display: none;
}

.input_field_wrapper.pswdField #pswd_strength_indicator_box{
    position: relative;
    width: 100%;
    margin: 0.5rem 0;
    margin-top: 0.85rem;
    display: none;
    transition: all 0.5s ease-in;
}

#pswd_strength_indicator_box>#pswd_strength_indicator{
    position: relative;
    width: 100%;
    height: 40px;
    border: 2px solid forestgreen;
    border-radius: 5px;
    margin: 0.5rem 0;
}

#pswd_strength_indicator>#strength_bar{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00cc00;
    color: #f8f8f8;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#strength_info{
    position: relative;
    align-self: flex-start;
}

#strength_info>#strength_info_text{
    color: dodgerblue;
    font-size: 11px;
    font-weight: 700;
}

#strength-info>#strength-info-text{
    color: #fff;
    font-size: 12px;
    font-weight: 700;

}

#strength_info>#strength_msg{
    color: tomato;
    font-size: 10px;
}
#password-hint{
    display: none;
    transition: display 0.5s ease-in;
}

#profile-pic-btn{
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius:50%;
    padding: 0.5rem;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    margin-left: -2rem;
    cursor: pointer;
    transition: all 0.5s ease-in;
}
#profile-pic-btn>.fa-plus{
    font-size: 1.2rem;
    color: #000;
    font-weight: bold;
    cursor: pointer;
}

#profile-pic-btn:hover{
    background-color: #f7f7f7;
}


.acct-icon{
    /* position: absolute;
    top: 80%;
    left: 15px;
    transform: translateY(-80%);
    color: orange;
    font-size: 1.5rem; */

    position: relative;
    align-self: flex-start;
    display: inline-block;
    left: 1rem;
    margin-top: -30px;
    color: orange;
    font-size: 1.5rem;
}

#selected_profile_name{
    display: none;
    font-size: 10px;
    color: #999;
    margin: 0.3rem 0;
    align-self: flex-start;
    margin-bottom: 0.5rem;
}

.input_field_wrapper.profile-row .acct-icon.reposition{
    margin-top: -20px;
}
#next-of-kin-phone-num-label{
    margin-top: 1.6rem;
}
.input_field_wrapper.pswdField .acct-icon{
    /* position: relative;
    align-self: flex-start;
    display: inline-block;
    left: 1rem;
    margin-top: -15px; */

}
.input_field_wrapper.pswdField .error_msg{
    display: none;
    margin-bottom: 1.2rem;
}
.acct-pswd-view-icon{
    position: relative;
    align-self: flex-end;
    display: inline-block;
    right: 1rem;
    margin-top: -20px;
    font-size: 1.4rem;
    color: orange;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.5s ease-in;
}

#phone_num_verified_msg-wrapper{
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
    margin: 0.5rem 0;
    margin-top: 1.1rem;
    display: none;
}

#phone_num_verified_msg-wrapper>#phone_num_verified_msg{
    color: #00cc00;
    font-size: 11px;
    font-weight: bold;
}

#phone_num_verified_msg-wrapper>.fa-check-circle{
    font-size: 1.5rem;
    font-weight: bold;
    color: #00cc00;
}
#phone_num_verified_msg-wrapper>.fa-times-circle{
    font-size: 1.1rem;
    font-weight: bold;
    color: tomato;
}
.verify-phone-num-wrappper{
    position: relative;
    max-width: 100%;
    background-color: dodgerblue;
    padding: 1rem;
    border-radius: 10px;
    margin-top: 1.2rem;
    display: none;
}
.verify-phone-num-wrappper>.code-sent-msg{
    position: relative;
    color: lawngreen;
    font-size: 0.65rem;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0.3rem 0;
    margin-top: 0.63rem;
}
#code-resend-btn{
    padding: 5px 7px;
    background-color: darkblue;
    color: #f8f8f8;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    outline: none;
    border: 1px solid #f8f8f8;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.4s ease-in;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    text-transform: capitalize;
}
#code-resend-btn:focus{
    opacity: 0.5;

}
.code-sent-icon{
    color: #fff;
    font-size: 1.3rem;
}
.code-sending-progress{
    position: absolute;
    z-index: 5;
    top: 70%;
    transform: translateY(-70%);
    right: 1.5rem;
    font-size: 1.3rem;
    color: #00cc00;
    display: none;
    transition: all 0.4s ease-in;
}
.code-auth-progress{
    position: absolute;
    z-index: 10;
    top: 60%;
    transform: translateY(-60%);
    right: 1.5rem;
    font-size: 1.3rem;
    color: #00cc00;
    display: none;
    transition: all 0.4s ease-in;
}
.verify-phone-num-wrappper>#mobile_verification_code{
    width: 100%;
    display: inline-block;
    padding: 0.5rem 0.7rem;
    outline: none;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    border-radius: 30px;
    transition: all 0.4s ease-in;
}
#mobile_verification_code::placeholder{
    font-size: 9px;
}
#mobile_verification_code:focus{
    border-color: orange;
    background-color: #fff;
    font-weight: bold;
}

#mobile_verification_code_err_msg{
    position: relative;
    margin: 0.2rem 0;
    display: none;
}
#mobile_verification_code_err_msg>span{
    color: tomato;
    font-size: 9px;
    font-weight: bold;
    
}

#mobile_verification_code_err_msg>.fa-times-circle{
    color: tomato;
    font-size: 10px;
}

.error_msg{
    position: relative;
    font-size: 10px;
    color: tomato;
    font-weight: bold;
    margin-top: 1rem;
    align-self: flex-start;
    display: none;
}

.reg_error_msg_box{
    position: relative;
    max-width: 100%;
    height: auto;
    opacity: 1;
    background-color: #fff;
    padding: 1rem;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem;
    border: 3px solid tomato;
    border-radius: 0px 5px 5px 0px;
    box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.2);
    margin: 0.5rem 1rem;
    margin-bottom: 1.2rem;
    transition: all 1500ms ease-in;
}

.reg_error_msg_box>.reg_error_msg_inner_box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.reg_error_msg_inner_box>.reg_error_icon{
    color: tomato;
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    
}
.reg_error_msg_inner_box>#reg_error_msg{
    color: tomato;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    padding: 1.2rem;
    line-height: 1.2;
}

#reg_error_msg>h3{
    color: tomato;
    font-family: 'Teko', sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: left;

}
#reg_error_msg>p{
    font-size: 10px;
    font-weight: bold;
}


.reg_success_msg_box{
    position: relative;
    max-width: 100%;
    height: auto;
    opacity: 1;
    background-color: #fff;
    padding: 1rem;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem;
    border: 3px solid forestgreen;
    border-radius: 0px 5px 5px 0px;
    box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.2);
    margin: 1rem;
    margin-bottom: 1.2rem;
    transition: all 1500ms ease-in;
}

.reg_success_msg_box>.reg_success_msg_inner_box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.reg_success_msg_inner_box>.reg_success_icon{
    color: forestgreen;
    font-size: 2.3rem;
    font-weight: bold;
    text-align: left;
    
}
.reg_success_msg_inner_box>#reg_success_msg{
    color: forestgreen;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    padding: 1.2rem;
    line-height: 1.2;
}
#reg_success_msg>h3{
    color: forestgreen;
    font-family: 'Teko', sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: left;

}

#reg_success_msg>p{
    font-size: 10px;
    font-weight: bold;
}


#clear-inputs-btn{
    position: relative;
    padding: 0.7rem 1rem;
    outline: none;
    border: 1px solid tomato;
    border-radius: 30px 0 0 30px;
    background-color: tomato;
    font-weight: bold;
    color: #f8f8f8;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.create-acct-btn{
    position: relative;
    padding: 0.7rem 1rem;
    outline: none;
    border: 1px solid #00cc00;
    background-color: #00cc00;
    border-radius: 0 30px 30px 0;
    font-weight: bold;
    color: #f8f8f8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

#clear-inputs-btn:hover, .create-acct-btn:hover{
    opacity: 0.75;
}

.create-acct-btn.disabledState{
    opacity: 0.3;
}

.input_field_wrapper.form-action-btns-field{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 1rem; */
    flex-direction: row;
    margin-top: 1rem;
}

.input_field_wrapper>#policy--agreement-cont{
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}

.input_field_wrapper #already--have-acct, .input_field_wrapper #policy--agreement-text{
    color: #002233;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
    margin: 0.5rem 0;
}

.input_field_wrapper #policy--agreement-box{
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    display: inline-block;
}

#already--have-acct{
    align-self: flex-start;
}

#policy--agreement-text>#policy--link, #policy--agreement-text>#tou--link{
    text-decoration: none;
    font-size: 12px;
    color: dodgerblue;
    font-weight: bold;
    font-style: italic;
    transition: all 0.5s ease-in;
}

#policy--agreement-text>#policy--link:hover, #policy--agreement-text>#tou--link:hover{
    text-decoration: underline;
}


#already-have-acct-query{
    position: relative;
    line-height: 1.3;
    font-size: 14px;
    color: #fff;
    text-align: center;
    max-width: 500px;
    margin: auto;
    margin-top: 1rem;
}
#login-link{
    color: dodgerblue;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.5s ease-in;
}
#login-link:hover{
    text-decoration: underline;
    font-style: italic;
}

@media (max-width:500px){
    #register-page-content>p{
        max-width: 60%;
    }


}

@media (max-width:450px){
    #register-page-content>p{
        max-width: 60%;
    }

    #register-page-content>h1{
        font-size: 2rem;
    
    }
    .form_row.acct-double-display-field{
        flex-direction: column;
    }
    


}

@media (max-width:358px){
    #clear-inputs-btn{
        padding: 0.5rem 0.7rem;
        font-size: 12px;
    }
    
    .create-acct-btn{
        padding: 0.5rem 0.7rem;
        font-size: 12px;
    }
    .reg_success_msg_inner_box, .reg_error_msg_inner_box{
        flex-direction: column;
        justify-content: center;
        
    }


}

@media (max-width:308px){
    #register-page-content>p{
        max-width: 80%;
    }

    #register-page-content>h1{
        font-size: 1.7rem;
    
    }
   
    #clear-inputs-btn{
        padding: 0.5rem 0.5rem;
        font-size: 10px;
    }
    
    .create-acct-btn{
        padding: 0.5rem 0.5rem;
        font-size: 10px;
    }
    .create-acct-icon{
        font-size: 1rem;
    }


}