form .error {
    display: none;
    color: #ff497e;
}

.resend_email {
    text-align: center;
    font-size: 16px;
}

form .error_result {
    display: none;
    text-align: center;
    font-size: 16px;
    color: #fa592f!important;
    margin-bottom: 10px;
}

form .error_alert {
    text-align: center;
    font-size: 16px;
    color: #fa592f!important;
    margin-bottom: 10px;
}

form .success_alert {
    text-align: center;
    font-size: 16px;
    color: #7ad465 !important;
    margin-bottom: 10px;
}

.edit_my_profile {
    color: #fa592f;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
}
input:read-only
{
    cursor: not-allowed;
}
select:read-only
{
    cursor: not-allowed;
}

.but_no {
     cursor: pointer !important;
}

.but a {
    color: #FFF!important;
}

.close_my_account {
    color: #fa592f;
    text-align: center;
    display: block;
    margin-top: 20px;
}

.text-success {
    font-size: 20px;
    text-align: center;
    margin: 20px;
}
.top_nav_width {
    background: gray !important;
}