.register-section-title {
    font-size: .68rem;
    font-weight: 700;
    color: #9ca3af;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: .75rem;
    padding-bottom: .35rem;
    border-bottom: 1px solid #f3f4f6;
}

.login-field + .register-section-title {
    margin-top: 1.5rem;
}

.register-login-link {
    text-align: center;
    font-size: .72rem;
    color: #6b7280;
    margin-top: 1.25rem;
}

    .register-login-link a {
        color: #1c1c2e;
        font-weight: 700;
        text-decoration: none;
    }

        .register-login-link a:hover {
            text-decoration: underline;
        }
