#content-wrapper #main {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 40px;
    margin: 0 0 120px;
}
#password .page-header h1 {
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
    text-transform: none;
    color: #000;
    margin: 0;
}
#main .page-content.card.card-block {
    padding: 0;
    max-width: 430px;
    width: 100%;
    margin: 16px auto 20px!important;
    display: table;
    text-align: left!important;
}
.forgotten-password .form-fields .center-email-fields {
    flex-wrap: wrap; 
}
.send-renew-password-link {
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    text-align: center;
}
.forgotten-password .form-fields label.required {
    width: auto;
}
/****/
.form-group {
    margin: 0 0 21px!important;
}
.form-control:focus {
    border-color: #0008c1; 
}
.text-muted {
    color: #1c1c1c!important;
}
p.form-informations {
    width: 100%;
    font-size: 14px;
    padding: 0 15px;
    color: #000;
}
.form-control-label {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1B;
    line-height: 19px;
    margin: 0 0 12px;
    text-align: center;
}
.form-control {
    padding: 0.5rem;
    color: #000;
    background: #fff;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    height: 40px;
    margin: 0 0 4px;
    font-size: 14px;
    line-height: 24px;
    outline: 0!important;
}
section.form-fields .btn.btn-primary {
    color: #fff;
    background: #fe6c05!important;
    border-radius: 5px;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    padding: 11px 32px 10px 33px;
    border: none!important;
    outline: 0!important;
    box-shadow: none;
    transition: all .4s ease;
    margin: 20px auto 10px;
    display: table;
    width: 100%;
    text-transform: none;
}
section.form-fields .btn.btn-primary:hover {
    box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
}
.forgotten-password .form-fields .email {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
/****/
@media (max-width: 767px) {
#content-wrapper #main {
    padding: 20px 15px;
    margin: 0 0 80px;
}
#main .page-content.card.card-block {
    margin: 16px auto 0px!important;
}
#password .page-header h1 {
    font-size: 20px;
    line-height: 24px; 
}
.forgotten-password .form-fields .center-email-fields {
    margin: 0!important;
}
.forgotten-password .form-fields .email {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
}