/* Supplemental styles for the password gate — WP login CSS handles the rest */

/* Subtitle shown below the logo */
#login h2.gd-gate-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 20px;
    color: #3c434a;
    padding: 0;
}

/* Descriptive message — plain paragraph, not the blue .message info box */
#loginform p.gd-gate-message {
    border: none;
    padding: 0;
    margin: 0 0 20px;
    color: #50575e;
    font-size: 14px;
    line-height: 1.6;
    background: none;
    box-shadow: none;
}
