﻿body {
    background-color: rgb(213, 231, 237);
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(119, 119, 119);
}
#login {
    position: relative;
    height: auto;
}
#login-form h3 {
    font-size: 12px;
    margin-top: 35px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 12px;
}
#login-wrapper {
    position: relative;
    min-height: 700px;
}
#login-description {
    float: left;
    width: 310px;
    margin-top: 90px;
    margin-left: 80px;
}
#login #login-form {
    width: 300px;
    background-color: #Fff;
    margin-top: 0;
    padding: 30px;
    border: 3px solid #eee;
    position: absolute;
    right: 50px;
}
#login-form p {
    font-size: 10px;
    line-height: 1.3em;
    margin-top: 3px;
}
#login #login .label {
    font-size: 16px;
    font-weight: normal;
    color: #777;
    display: block;
    background-color: transparent;
    text-shadow: none;
    margin: 0;
}
#login #login-form a {
    color: #4D93AB;
}
#login #login-form a:hover {
    color: #4D93AB;
    text-decoration: underline;
}
#login input[type="text"], 
#login input[type="password"], 
#login input[type="email"] {
    background-color: #fff;
    border: 2px solid #cde1e8;
    width: 275px;
    padding: 12px;
    margin-top: 6px;
}
#login input[type="text"]:hover, 
#login input[type="password"]:hover, 
#login input[type="email"]:hover {
    background-color: #fff;
    border: 2px solid #4D93AB;
    width: 275px;
    padding: 12px;
    margin-top: 6px;
}
.copyright {
    font-size: 11px;
    color: #777;
    margin: 60px auto;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    left: 32%;
    bottom: 0px;
    /* margin-left: auto; */
    /* margin-right: auto; */
    position: fixed;
}
#login #login-wrapper {
    position: relative;
    min-height: 475px;
}
.btn_main, .btn {
    background-color: #db8b21;
    color: #ffffff;
    border-bottom: 3px solid #e6b440;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    border-radius: 0px;
    background-image: none;
}
.btn_main:hover, .btn:hover {
    background-color: #eb8309;
    color: #ffffff;
    border-bottom: 3px solid #efaa14;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    text-align: center;
    border-radius: 0px;
    background-image: none;
}
.btn[disabled], .btn[disabled]:hover {
    background-color: #d2c9bf;
    cursor: default;
    border-bottom: 2px solid #e3ddd1;
    border-radius: 0px;
    background-image: none;
    opacity: .65;
    color: #fff;
}
#badLogin {
    padding: 15px 10px;
    margin-bottom: 20px;
    background-color: #c3a7a7;
    background-color: #fff;
    border: 0px solid #c89797;
    color: #d92d2d;
    padding: 15px 0px;
}
#badLogin span {
    height: 30px;
    vertical-align: top;
    padding-bottom: 14px;
}
.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
    font-size: 24px;
    margin-right: 5px;
}
#open_pwd_reset {
    display: block;
    margin-top: 20px;
}
input:required:invalid, input:focus:invalid {
    background-color: #c3a7a7;
    /*background-image: url('/assets/images/loginInput_invalid_25x16.png');*/
    background-position: right;
    margin-right: 10px;
    background-repeat: no-repeat;
}
input:required:valid {
    /*background-image: url('/assets/images/loginInput_valid_25x16.png');*/
    background-position: right;
    padding-right: 10px;
    background-repeat: no-repeat;
}
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin: -250px 0 0 -280px;
    overflow: auto;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid #ddd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
a {
    color: #00386b;
    text-decoration: none;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 140px;
}
.modal-open .modal {
    min-height: 475px;
    overflow: visible;
}
.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
}
.modal-header {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
}
blockquote p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3em;
}
.close-panel {
    position: absolute;
    top: 8px;
    right: 8px;
}
.fa-times-circle:before {
    content: "\f057";
    font-size: 20px;
    color: #00386b;
    cursor: pointer;
}
#password_reset {
    min-height: 225px;
}
#password_reset .modal-footer button:nth-child(1) {
    float: left;
}
#password_reset .modal-footer button:nth-child(2) {
    float: right;
}
.password-still-issues {
    margin: 15px 0px 0px 0px;
}