
.form-control {
    border-radius: var(--bs-border-radius) !important;
    font-size: 1rem !important;
}
.dh-btn{
    width: 512px;
    height: 64px !important;
    background-color: #268aef !important;
    border: 1px solid #268aef !important;
    color: #FFF !important;
    border-radius: var(--bs-btn-border-radius) !important;
}
.dh-btn:hover{
    background-color: #fff !important;
    border: 1px solid #268aef !important;
    color: #268aef !important;
}
#find_password_box{
    width: 587px;
    margin: 200px auto 100px auto !important;
    transition: 0.3s !important;
}

#find-password input{
    margin-top: 10px;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
}
#find-password .form-control:focus {
    box-shadow: none !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    outline: none !important;
}
#resend-text-box{
    margin-top: 40px;
    font-weight: bolder;
    color: var(--bs-dark) !important;
    text-align: center !important;
    display: none;
}
#resend-password-url-box{
    border-color: #FFF !important;
    margin-top: 35px !important;
    text-align: center !important;
    display: none;
}
#join-box{
    margin-top: 35px !important;
    color: #AEAEAE !important;
    text-align: center !important;
}
#join-box a{
    color: #AEAEAE !important;
}
#find-box{
    width: 512px;
    position: relative !important;
    margin: 40px auto !important;
    text-align: start !important;
}
#find-box span{
    padding-left: 5px !important;
    cursor: pointer !important;
}

#email-box{
    margin-top: 20px;
    position: relative;
}

#suggestions {
    border: 1px solid #ccc !important;
    display: none ;
    position: absolute !important;
    background: #fff !important;
    width: 100% !important;
    top: 73px !important;
    z-index: 10 !important;
    border-radius: var(--bs-border-radius) !important;
}
#suggestions div {
    padding: 10px !important;
    cursor: pointer !important;
    font-size: 13px !important;
}
#suggestions div:hover {
    background-color: #eee !important;
    transition: 0.75s !important;
}
.input-wrapper {
    position: relative !important;
    width: 300px !important;
}
#suggestions .highlight {
    background-color: #e9ecef !important;
}
#find-link{
    width: 512px;
    text-align: end !important;
    margin: 10px auto !important;
    color: #AEAEAE !important;
}
#find-link a{
    color: #AEAEAE !important;
}

#get-email-link-btn{
    margin-top: 40px;
}


@media screen and (max-width:767px){
    #find_password_box{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    #find_password_box .dh-box{
        width: 100%;
    }
    .dh-btn{
        width: 100%;
    }
    #join-btn{
        width: 100%;
    }
    #find-link{
        width: 100%;
    }
    #info-box{
        width: 100%;
    }    
}
