:root {
    --red:#dc122a;
}

body {
    background-color: #f4f6f7;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

.login-page {
    max-width: 390px;
    padding: 5% 0 0;
    margin: auto;
}

.login-image {
    background-color: #10254f;
}
.login-image img {
    height: 200px;
    width: 250px;
}

.form {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    text-align: center;
}

.signup {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 1px;
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
    color: #999;
    margin-top: 10px;
}

.signup p {
    margin-top: 10px;
}
.signup a {
    text-decoration: none;
}

.form input {
    margin: 0 25px 6px;
    background: #fafafa;
    height: 36px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #efefef;
    border-radius: 3px;
    color: #999;
    width: 78%;
    font-size: 12px;
    line-height: 36px;
    left: 8px;
    padding: 9px 0 7px 8px;
}

.form input:focus {
    border-color: #EEA508;
    outline: 0;
}

.form button {
    height: 36px;
    margin-top: 10px;
    padding: 9px 0 7px 8px;
    background: #10254f;
    font-size: 12px;
    width: 78%;
    border: 0;
    color: #fff;
    border-radius: 3px;
}
.form button:active{
    border-color: #EEA508;
    outline: 0;
}

.form button:focus {
    border-color: #EEA508;
    outline: 0;
}

.form button:hover {
    cursor:pointer;
}

h1 {
    margin: 20px auto;
    font-weight: 300;
    line-height: 40px;
}

p {
    font-weight: 300;
    width: 200px;
    margin: 20px auto;
}

.form button:hover, .form button:active, .form button:focus {
    background: #EEA508;
}

.forgotpass {
    display: block;
    margin: 40px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #003569;
    text-decoration: none;
}
a:hover {
    color: #ec1c34;
    text-decoration: none;
}

/*.checkbox-inline {
    height: 36px;
    width: 78%;
    padding: 8px;
}*/

.checkbox-inline input {
    height: 13px;
    margin-top: 2px;
}
.alert-message {
    font-size: 13px;
}