#account_lookup{
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 20px;
}
#account_lookup_form label{
    display: block;
    margin-top: 10px;
    margin-bottom: -10px;
    font-weight: 600;
}
#account_lookup_form input{
    background-color: #fff;
    color:black;
    margin-bottom: 10px;
}
#account_lookup_form input.error{
    border: red 1px solid;
    font-weight: bold;
    margin-bottom: 10px;
}
#account_lookup_form #instructions{
    display: block;
    margin-bottom: 10px;
    background-color: #d7f2f885 !important;
    border: 1px solid #a1c3f7 !important;
    padding: 20px;
}


#account_lookup_form .mepr_success {
    background-color: #c4feb9 !important;
    border: 1px solid #2ad400 !important;
}
#account_lookup_form .mepr_success {
    padding: 5px 5px 5px 15px !important;
    margin-bottom: 25px !important;
    box-sizing: border-box !important;
    width: 100%;
}
#oht_simplecirc_recovery_message  h1 {
    font-size: 1em;
}

#simplecirc-password-creation{
    padding: 30px;
    margin: 25px !important;
    border: #bebebe 1px solid;
    background-color: #f5f5f5;
    box-sizing: border-box !important;
}