#loginForm, #userRegistrationForm{
    margin: 4% 0 0 36%;
}

a.resetPassword {
    font-family: Open Sans light;
    font-size: 0.9em !important;
    color: #00738B;
    margin-left: 5px;
}

.loginPage{
    display: inline-block;
    margin: 20px 13px;
    padding: 15px !important;
    background: #fff;
}

.loginPage .ui-inputfield{
    background: #e9ecee;
    width: 60%;
}

.afoLightLoginLogo{
    background-image: url("/afp/javax.faces.resource/logo/Logo-ActionFOCUS-Web-transparent.png.xhtml?ln=images") !important;
    display: block;
    height: 300px;
    width: 400px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom
}

.userInfo{
    width: 350px;
    border: none;
    padding: 15px !important;
    margin: 20px 13px;
}

.userInfo .ui-outputlabel{
    float: left;
    width: 36%;
    font-family: Open Sans light; /* added */
    font-size: 0.8em !important; /* added */
    margin-top: 0.5em; /* added */
}

.userInfo .ui-link{
    float: left;
}

.userInfo .ui-inputfield{
    margin-bottom: 5px;
    background: #e9ecee;
    width: 60%;
}

.userInfo .ui-chkbox{
    width: 141px;
    margin: 5px 0;
}

.userInfo .ui-chkbox-box{
    float: right;
}

.userInfo .ui-chkbox .ui-chkbox-label{
    float: left;
    margin: 0;
    font-family: Open Sans light; /* added */
    font-size: 0.9em; /* added */
}

.registerUserLink{
    float: right !important;
    text-align: end;
    margin-top: 0.2em;
}

.loginFailError{
    color: #b94a48;
    margin: 6px 0;
    width: 100% !important;
}

.passwordSentMessage{
    background: transparent none repeat scroll 0 0;
    border: medium none;
}

.passwordSentMessage .ui-outputlabel{
    background-color: #d9edf7;
    color: #3a87ad;
    display: block;
    padding: 10px;
    width: 368px;
}

.loginButton {
    background: #00738B !Important;
    margin: 5px 0;
    color: #fff !important;
    height: 35px;
    transition: all 0.3s ease-in;
    border: 0px !important;
    width: 100%;
}

.msg-panel {
    display: inline-grid;
    min-height: 3em;
    width: 95%;
    align-content: center;
    text-align: center;
}

.msg-panel-error {
    color: #b94a48;
    background-color: #f2dede;
}

.msg-panel-info {
    color: #01579b;
    background-color: #b3e5fc;
}

.msg-txt {
    font-weight: bold;
    padding: 1em 0;
}

.msg-link {
    padding-bottom: 1em;
    margin-top: -0.5em;
}