body {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42;
    margin: 0;
}

.login-page, .logout-page, .assistance-page, .assistance-mail-sent-page {
    height: auto;
    background: #f8f9fc;
}

.login-box, .assistance-box, .assistance-mail-sent-box, .logout-box {
    width: 360px;
    margin: 7% auto;
}

.login-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
    font-weight: 400;
    color: #444;
}

.login-box-body, .assistance-box-body, .assistance-mail-sent-box-body, .logout-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}

.login-box-msg, .assistance-box-msg, .assistance-mail-sent-box-msg, .logout-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
}

.form-control-feedback {
    position: absolute;
    top: 1px;
    bottom: 3px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.row {
    margin-right: 0;
}

.forgot-pass {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.submit-button {
    border-radius: 0;
    box-shadow: none;
    border-width: 1px;
    background-color: rgba(#d91420, 0.86);
    border-color: #d91420;
    border: 1px solid transparent;
    width: 100%;
}

.version {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
    color: #888666;
    opacity: 0.8;
}

.recaptcha-mandatory {
    border-left: solid red;
}
