.auth-page {
    min-height: 100vh;
    margin: 0;
    color: #666;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.auth-shell {
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 7% 15px 30px;
}

.auth-card {
    width: 100%;
    max-width: 360px;
    padding: 20px;
    background: #fff;
    text-align: center;
}

.auth-logo {
    display: inline-block;
    margin: 0 0 14px;
}

.auth-logo img {
    width: 210px;
    max-width: 100%;
}

.auth-card h1 {
    margin: 0 0 18px;
    color: #99cc33;
    font-size: 35px;
    font-weight: 300;
    line-height: 1.1;
}

.auth-lead {
    margin: 0 0 22px;
    color: #666;
    font-size: 14px;
    line-height: 1.45;
}

.auth-form {
    text-align: left;
}

.auth-form label {
    display: block;
    margin: 0 0 7px;
    color: #555;
    font-size: 14px;
    font-weight: 700;
}

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

.auth-form .form-control {
    height: 34px;
    border: 1px solid #c8d1e0;
    border-radius: 0;
    background: #e9f0ff;
    box-shadow: none;
    font-size: 14px;
}

.auth-form .has-feedback .form-control {
    padding-right: 42px;
}

.auth-form .has-feedback label ~ .form-control-feedback {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    color: #777;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.auth-form .form-control:focus {
    border-color: #99cc33;
    box-shadow: none;
}

.auth-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

.auth-button {
    width: auto;
    margin: 0;
    padding: 8px 18px;
    border: 0;
    border-radius: 0;
    background: #99cc33;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.auth-button:hover,
.auth-button:focus {
    background: #88b82d;
    color: #fff;
}

.auth-back,
.auth-secondary-link {
    display: block;
    margin-top: 30px;
    text-align: center;
}

.auth-back,
.auth-secondary-link a {
    color: #668d1e;
    font-weight: 600;
}

.auth-card .alert {
    border-radius: 0;
    text-align: left;
}

@media (max-width: 520px) {
    .auth-shell {
        padding-top: 20px;
    }

    .auth-card {
        max-width: 90%;
    }
}
