.login-header-big.text-center,.text-center {
    color: #0c2747;
}

#headerUPPCO {
    display: block;
    height: 48px;
    margin: 0;
    padding: 0 0px 0 0;
    background-color: #007934;
}
#logo-group {
    background-color: #007934; /* Need this for the application after login */
}

div.well.no-padding {
    background-color: #b2d7c5;
}

#loginButton {
    background-color: #eeaf00;
    color: #0c2747;
}

#loginButton:hover, #loginButton:focus {
    background-color: darken(#eeaf00, 10%);  /* This makes the button slightly darker when hovered or focused */
    color: #0c2747;
}

.smart-form *,.smart-form :after,.smart-form :before {
    box-sizing: border-box; /* This fixes the extra grey space on the right hand side of login */
}