#module-jashloginrequired-password .card-block form section.form-fields {
    margin: 0 auto 50px;
    max-width: 500px;
    text-align: center;
}

#module-jashloginrequired-login .form-control-label,
#module-jashloginrequired-password .form-control-label{
    font-size:14px;
}

#module-jashloginrequired-login .page-header,
#module-jashloginrequired-password .page-header{
    border:none;
}

#module-jashloginrequired-password .forgotten-password .form-fields .email{
    width:300px;
    max-width: 100%;
}

.item_logo_login{
    justify-content: center;
    align-content: center;
    display: flex;
    margin: 25px auto;
}

.form-footer_login{
    max-width: 450px;
    width: 100%;
    margin: 30px auto 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-footer_login a{
    font-size: 16px;
}