/* This is styles for the password forgot page */
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 14px;
}

link[rel="shortcut icon"]{
    width: 100px;
    height: 40px;
    margin: 1rem;
}
#forgot-password{
    position: relative;
    max-width: 100%;
    height: auto;
    padding: 0 1.5rem;
    background-image: linear-gradient(to right, darkblue, dodgerblue, darkblue 100%);
    padding-bottom: 6rem;
}
#forgot-password>#intro--section{
    position: relative;
    max-width: 50%;
    margin: auto;
    padding: 1.5rem 0;
    border-bottom: 1px solid #ccc;
 
}
#intro--section>h1{
    position: relative;
    color: #f8f8f8;
    font-size: 2.2rem;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-shadow: -7px 3px 0 darkblue;
}
#intro--section>p{
    position: relative;
    color: #f8f8f8;
    /* font-size: 12px; */
}

#forgot-pswd_form_wrapper{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2.5rem 0;
}
#forgot-pswd_form_wrapper>#pswd--forgot-wrapper{
    position: relative;
    max-width: 50%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.7);
     object-fit: cover;
    object-position: center;

}
#pswd--forgot-wrapper>img{
    position: relative;
    width: 100%;
    height: 100%;
}

#inner-form-wrapper{
    position: relative;
    width: 35%;
    margin: 1rem;
    padding: 1rem;
}

#forgot-pswd__form{
    position: relative;
    width: 100%;
    font-size: 12px;
    
}
#forgot-pswd__form>h3{
    position: relative;
    /* color: tomato; */
    color: orange;
    font-weight: bold;
    font-size: 1.6rem;
    text-transform: capitalize;
    margin-bottom: 1.5rem;
    text-align: center;
}

.forgot-pswd_feedback-msg-alert{
    position: relative;
    max-width: 100%;
    margin: 1.5rem 0;
}
.input_field---group{
    position: relative;
    margin: 1.5rem 0;
}

.input_field---group>label{
    /* position: relative; */
    margin: 1rem 0;
    font-weight: 600;
    text-transform: capitalize;
    color: #f8f8f8;
    margin-bottom: 1rem;

}
.input_field---group>.input__field{
    position: relative;
    width: 100%;
    background-color: whitesmoke;
    color: #999;
    font-size: 12px;
    border: none;
    outline: none;
    padding: 1rem;
    margin-top: 1rem;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding-left: 60px;
    box-shadow: 0 0 7px rgba(0,0,0,0.7);
}
.input__field:focus{
    border: 1px solid orange;
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
}
.forgot-pswd-form-icon{
    position: absolute;
    z-index: 5;
    top: 69%;
    left: 20px;
    color: dodgerblue;
    font-size: 1.5rem;
   

}
#submit--btn{
    background-color: orange;
    color: #f8f8f8;
    text-align: center;
    padding-left: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

#submit--btn:hover{
  background-image: linear-gradient(to right, mediumblue, #001122 100%);
}
#submit--btn:focus{
    border-color:  none;
    box-shadow: none;
}

#mobile-pswd-reset-request-confirm-option{
    color: #f8f8f8;
    font-style: italic;
    font-size: 12px;
    font-weight: bold;
}

#mobile-confirm-option-btn{
    outline: none;
    padding: 0.5rem 0.7rem;
    background-color: orange;
    color: #f8f8f8;
    text-transform: capitalize;
    font-size: 10px;
    font-weight: bold;
    border: 1px solid orange;
    border-radius: 30px;
    transition: all 0.4s ease-in;
    display: inline-block;
    margin-top: 0.5rem;
}

#mobile-confirm-option-btn>i{
    font-size: 1rem;
    font-weight: bold;
    color: #f8f8f8;
}

#mobile-confirm-option-btn:hover{
    border:2px solid #fff;
    background: transparent;

}





#fp-confirm-acct-wrapper{
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    padding: 1rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
    margin-top: 1.5rem;
}

#fp-confirm-acct-form{
    position: relative;
    width: 100%;
}

#fp-confirmAcctAlert{
    position: relative;
    width: 100%;
}

.fp-confrm-field-box{
    position: relative;
    width: 100%;
    margin: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* flex-wrap: wrap; */
}
.fp-confrm-field-box>label{
    color: orange;
    display: inline-block;
    margin-bottom: 0.3rem;
    font-weight: bold;
}

.fp-input-field-case{
    position: relative;
    width: 75%;
}

.fp-field_control{
    display: inline-block;
    width: 100%;
    color: #666;
    padding: 0.7rem;
    outline: none;
    border: none;
    border: 2px solid #eee;
    border-radius: 30px;
    box-sizing: border-box;
    padding-left: 50px;
    transition: border 0.4s ease-in;
}
.fp-field_control::placeholder{
    font-size: 12px;
}
.fp-field_control:focus{
    border: 1px solid dodgerblue;
}
.fp-input-field-case>.changeAcctPin-form-icon{
    position: absolute;
    top: 15px;
    left: 25px;
    color: dodgerblue;
    font-size: 1.3rem;
}

.fp-input-field-case>p{
    color: #002233;
    font-size: 14px;
    margin: 0.5rem 0;
}
.fp-verif-code-resend-btn{
    outline: none;
    padding: 0.3rem 0.5rem;
    background-color: #00cc00;
    border: 1px solid #00cc00;
    border-radius: 5px;
    color: #f8f8f8;
    font-size: 11px;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.4s ease-in;
}
.fp-verif-code-resend-btn:focus{
    background-color: green;
}

.fp-confrm-field-box.confirm-btn-box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.fp-verif-code-error-msg{
    font-size: 10px;
    font-weight: bold;
    margin: 0.3rem 0;
    color: tomato;
    display: none;
}

.fp-acct-verif_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;
}

.fp-acct-verif_error_msg_box>.fp-acct-verif_error_msg_inner_box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fp-acct-verif_error_msg_inner_box>.fp-acct-verif_error_icon{
    color: tomato;
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    
}
.fp-acct-verif_error_msg_inner_box>#fp-acct-verif_error_msg{
    color: tomato;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    padding: 1.2rem;
    line-height: 1.2;
}

#fp-acct-verif_error_msg>h3{
    color: tomato;
    font-family: 'Teko', sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: left;

}
#fp-acct-verif_error_msg>p{
    font-size: 10px;
    font-weight: bold;
}

.fp-acct-verif_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;
}

.fp-acct-verif_success_msg_box>.fp-acct-verif_success_msg_inner_box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fp-acct-verif_success_msg_inner_box>.fp-acct-verif_success_icon{
    color: forestgreen;
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    
}
.fp-acct-verif_success_msg_inner_box>#fp-acct-verif_success_msg{
    color: forestgreen;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    padding: 1.2rem;
    line-height: 1.2;
}
#fp-acct-verif_success_msg>h3{
    color: forestgreen;
    font-family: 'Teko', sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: left;

}

#fp-acct-verif_success_msg>p{
    font-size: 10px;
    font-weight: bold;
}


#fpConfirmationButton{
    width: auto;
    color: #f8f8f8;
    background-image: linear-gradient(to bottom, #002233 20%, dodgerblue 90%);
    font-weight: 600;
    text-align: center;
    border-radius: 25px;
    padding-left: 0;
    transition: all 0.5s ease-in;
    cursor: pointer;
    padding: 0.7rem 1.2rem;
    transition: all 0.4s ease-in;
}
.fp-field_control.confirm-btn:focus{
    background-color: dodgerblue !important;
}
#fpConfirmationButton:hover{
    opacity: 0.75;
}
.fpConfirmationButtonIcon{
    font-size: 1.7rem;
    font-weight: bold;
}



#fpv-iniatiate-verif-form-wrapper{
    position: relative;
    width: 100%;
    padding: 1rem;
    background-color: #f7f7f7;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.7);
}
#fpv-iniatiate-verif-form{
    position: relative;
    width: 100%;
}
#fpv-iniatiate-verif-form>h4{
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    margin: 1rem 0;
    margin-top: 0.5rem;
}
.fpv-input-field-group{
    position: relative;
    width: 100%;
    margin: 0.5rem 0;
}
.fpv-input-field-group>label{
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 0.3rem 0;
    text-transform: capitalize;
    color: dodgerblue;
}
#fpv-error-msg{
    position: relative;
    display: inline-block;
    font-size: 10px;
    margin: 0.3rem 0;
    font-weight: bold;
    color: tomato;
}

.fpv-input-field{
    display: inline-block;
    width: 100%;
    color: #666;
    padding: 0.7rem;
    outline: none;
    border: none;
    border: 2px solid #eee;
    border-radius: 30px;
    box-sizing: border-box;
    padding-left: 40px;
    transition: border 0.4s ease-in;
}
.fpv-icon{
    position: absolute;
    font-size: 1.5rem;
    font-weight: bold;
    color: dodgerblue;
    top: 52%;
    left: 1rem;
}

.fpv-input-field::placeholder{
    font-size: 12px;
}
.fpv-input-field:focus{
    border: 1px solid dodgerblue;
}

#fpv-submit-btn{
    width: 100%;
    color: #f8f8f8;
    background-image: linear-gradient(to bottom, darkblue 20%, dodgerblue 90%);
    font-weight: 600;
    text-align: center;
    border-top: none;
    border-radius: 25px;
    transition: all 0.5s ease-in;
    cursor: pointer;
    padding: 0.7rem 1.2rem;
    transition: all 0.4s ease-in;
}
    

#fpv-submit-btn>i{
    font-size: 1.4rem;
    color: dodgerblue;
    font-weight: bold;
}
#fpv-submit-btn:hover{
    background: dodgerblue;
    border: 1px solid dodgerblue;
}
#fpv-submit-btn:hover>i{
    color: #fff;
}

#fpv-submit-btn:focus{
    background: dodgerblue;
    border: 1px solid dodgerblue;
}

#fpv-submit-btn:focus>i{
    color: #fff;
}

#email-verify-link{
    position: relative;
    width: 100%;
    color: dodgerblue;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
}
#email-verif-btn{
    outline: none;
    padding: 0.5rem 0.7rem;
    background: transparent;
    border: 1px solid dodgerblue;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.4s ease-in;
}

#email-verif-btn>i{
    font-size: 1.2rem;
    color: dodgerblue;
    font-weight: bold;
}
#email-verif-btn:hover{
    background-color: #eee;
}

#email-verif-btn:focus{
    background-color: #eee;
}


/* Optimization for tablet and mobile devices starts here */
@media (max-width:850px){
    #forgot-password{
        padding: 0 0.7rem;
    }
    #forgot-pswd_form_wrapper{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    #forgot-pswd_form_wrapper>#pswd--forgot-wrapper{
        max-width: 70%;
    }
   
    #inner-form-wrapper{
        width: 70%;
        padding: 1rem 0;
    }

}

@media (max-width:773px){
    #forgot-password>#intro--section{
        max-width: 70%;
    }
}

@media (max-width:570px){
    #forgot-password>#intro--section{
        max-width: 85%;
    }

}

@media (max-width:460px){
    #forgot-pswd_form_wrapper>#pswd--forgot-wrapper{
        max-width: 90%;
    }
    
    #inner-form-wrapper{
        width: 90%;
    }

    .fp-acct-verif_success_msg_inner_box, .fp-acct-verif_error_msg_inner_box{
        flex-direction: column;
        justify-content: center;
        
    }

    

}

@media (max-width:400px){
    #forgot-pswd__form{
        width: 95%;
        padding: 0.3rem;
    }

}

@media (max-width:320px){
    #forgot-pswd_form_wrapper>#pswd--forgot-wrapper{
        max-width: 97%;
    }
   
    #forgot-pswd__form{
        width: 100%;
        padding: 0.3rem 0;
    }

}

@media (max-width:305px){
    #forgot-pswd__form>h3{
       
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }

}

