.cg-front-notice {
    margin: 0 0 18px;
    padding: 12px 14px;
    border-radius: 4px;
    border-left: 4px solid #2271b1;
    background: #f0f6fc;
}
.cg-front-notice-error {
    border-left-color: #b32d2e;
    background: #fcf0f1;
}
.cg-login-form label,
.cg-lost-password-form label,
.cg-reset-password-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}
.cg-login-form input[type="text"],
.cg-login-form input[type="password"],
.cg-lost-password-form input[type="email"],
.cg-reset-password-form input[type="password"] {
    width: 100%;
    max-width: 420px;
}
