/* Login Page Inline Styles */

/* Registration pending notice */
.reg-pending-notice {
    background: #fff8e1;
    color: #754c00;
    border: 1px solid #f0d48a;
    padding: 10px 14px;
    border-radius: 6px;
    width: 100%;
    max-width: 420px;
    margin: 0 auto 12px auto;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .06);
}

/* Login error message */
.login-error-message {
    background: #ffe8e8;
    color: #7a0b0b;
    border: 1px solid #f5b5b5;
    padding: 10px 14px;
    border-radius: 6px;
    width: 100%;
    max-width: 420px;
    margin: 0 auto 18px auto;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .06);
}

/* Register link section */
.register-link-section {
    text-align: center;
    margin: 18px 0 8px 0;
    font-size: 1rem;
    color: #444;
}

.register-link {
    color: #14a800;
    font-weight: bold;
    text-decoration: none;
}

/* Admin login specific */
.admin-login-header h2 {
    font-size: 1.2em;
    color: #686868ff;
}
