﻿:root {
    --login-title-size: clamp(1.75rem, 3vw, 2.25rem);
}

section.login h1.login__title {
    font-size: var(--login-title-size);
    margin: 0 0 .5rem;
}

.login__validation {
    color: #dc2626;
    margin-bottom: .5rem;
    font-size: .875rem;
}

.login__error {
    color: #dc2626;
    font-size: .8125rem;
}


/* Optional: tame Chrome autofill */
input:-webkit-autofill {
    -webkit-text-fill-color: #0f172a;
    box-shadow: 0 0 0 30px transparent inset;
}
