.gresham-account-form {
    max-width: 500px;
    margin: 1.5em auto;
}
.gresham-account-row {
    margin: 0 0 1em;
}
.gresham-account-form label {
    display: block;
    margin: 0 0 0.5em;
    font-weight: 600;
}
.gresham-account-form input[type="text"],
.gresham-account-form input[type="email"],
.gresham-account-form input[type="password"] {
    width: 100%;
    padding: 0.6em;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.gresham-account-form input[type="checkbox"] {
    margin-right: 0.4em;
}
.gresham-account-message {
    padding: 0.75em 1em;
    border-radius: 4px;
    margin: 0 0 1em;
}
.gresham-account-message.success {
    background: #e7f6ec;
    border: 1px solid #bfe4cb;
}
.gresham-account-message.error {
    background: #fbeaea;
    border: 1px solid #f2c1c1;
}
.gresham-account-message.notice {
    background: #eef2f7;
    border: 1px solid #c8d4e3;
}
.gresham-account-help {
    font-size: 0.9em;
    opacity: 0.85;
    margin: 0.35em 0 0;
}
.gresham-account-gate {
    margin: 0;
    padding: 1em;
}
.gresham-account-hidden {
    display: none;
}

#wfls-activate-field::placeholder {
    opacity: 0.3;
}

#wfls-activate-field {
    padding: 0.5em 1em;
    border-radius: 5px;
}