body {
    background: url('/movingintelligence/images/background2.jpg') no-repeat;
    background-size: cover;
}

.ui-widget {
    font-family: 'Red Hat Display', Arial, Verdana, serif;
    font-size: 1em;
}

#content {
    margin: auto;
    width: 450px;
    background-color: white;
}

#loginHeader {
    width: 100%;
    background-color: black;
    height: 95px;
}

#loginLogo {
    width: 100%;
    background: url("/movingintelligence/images/ProductLogo_login.png") no-repeat;
    margin: 5px 0 0 17px;
    background-size: 200px;
    height: 100px;
}

#login form button {
    background-color: #FF0000;
    border: none;
    color: #ECECE7;
}

#login form button.login {
    float: left;
    background-color: #FF0000;
    width: 400px;
}

#login form button.forgotten {
    float: left;
    background-color: #ECECE7;
    color: #0E0F0E;
    clear: left;
    margin-top: 15px;
    width: 400px;
    font-size:0.8em;
}

#login span.info {

}

#login form button.forgotten:hover {
    font-weight:normal;
}

#fleetStamp {
    width: 100px;
    position: relative;
    left: -16px;
    transform: rotate(18deg);
    top: 30px;
}

#login, #forgottenPassword, #changePassword {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 10px;
}

#login_form {
    text-align: left;
    display: inline-block;
}

.buttonSet {
    font-size: 1.2em;
    margin-top: 20px;
}

.buttonSet button[type=submit] {
    margin-right: 10px;
}

.buttonSet.yubiKey {
    float: right;
    margin: 0 -33px 0 0;
    padding-top: 15px;
    position: relative;
    right: -19px;
    top: -54px;
    width: 10px;
}

.buttonSet.yubiKey button {
    height: 34px;
    width: 34px;
    border: 1px solid rgba(254, 36, 24, 0.7);
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(50, 167, 50, 0.01) inset, 0 1px 0 rgb(254, 36, 24);
    background-color: white;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-size: auto auto;
    background-image: url("/images/ui-other/yubiright_16x16.gif");
    background-position: 8px 8px;
}

.buttonSet.yubiKey button span {
    position: relative;
    left: -99999px;
}

.message {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

.validationError {
    background-color: #FF0000 !important;
}

.validationOK {
}

#forgottenSuccess {
    padding:20px;
}

#change_password_form {
    margin-left: 15px;
}

#form-password .fancyInput input {
    margin-left: 25px;
}

#form-password {
    padding-bottom: 25px;
}

div.fancyInput {
    padding: 15px 0 5px;

    text-align: left;
    width: 368px;
    display: block;
    color: #FF0000;

    vertical-align: baseline;

    font-family: inherit;
    font-size: 150%;
    font-style: inherit;
    font-variant: normal;
    font-weight: inherit;
}

.fancyInput label, .fancyInput input {
    padding-left: 29px;
}

.fancyInput input {
    float: none;
    text-align: left;
    width: 368px;
    height: 30px;
    display: block;
    background-image: url("/images/ico_inputs.png");
    background-color: white;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-size: auto auto;
    border: 1px solid rgb(229, 223, 206);
    border-radius: 3px 3px 3px 3px;
}

#forgottenPassword .fancyInput.username {
    margin-left: -40px;
}

.fancyInput input:focus {
    outline: #FF0000 solid 1px;
}

.email input {
    background-position: 8px -95px;
}

.username input {
    background-position: 8px -95px;
}

.password input {
    background-position: 8px -165px;
}

.email input {
    background-position: 8px -131px;
}

.fancyInput.yubiKey input {
    width: 300px;
    /*display: none;*/
    background-image: url("/images/ui-other/yubiright_16x16.gif");
    background-position: 5px 7px;
}

.login-error {
    width: 300px;
    margin: 11px auto;
}

::-webkit-input-placeholder {
    color: #808080;
}
:-moz-placeholder {
    color: #808080;
}
::-moz-placeholder {
    color: #808080;
}
:-ms-input-placeholder {
    color: #808080;
}

#forgottenPassword {
    display: inline-block;
    width: 325px;
}

#changePassword input {
    margin-bottom: 15px;
}

.link {
    color: #FF0000;
}

.back {
    display: inline-block;
    margin-top: 15px;
}
