/* Shared public authentication/form components. */

.form-group { margin-bottom: 16px; }

.form-label {
    font-size: 13px;
    font-weight: 700;
    color: #344152;
    margin-bottom: 6px;
    display: block;
}

.form-input {
    width: 100%;
    padding: 13px 14px;
    border: 2px solid #e7eaef;
    border-radius: 10px;
    font-size: 15px;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
    background: #fafafa;
}

.alert-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    padding: 12px 14px;
    border-radius: 12px;
    margin-bottom: 16px;
    color: #991b1b;
    font-size: 14px;
}
