input {
    border: none;
    font-size: 0.8em !important;
    background: transparent;
    color: #000;
    font-weight: 400; /* REGULAR */
    font-family: 'Inter', sans-serif;
    text-align: center;
}

input::placeholder {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight: 400; /* opcional, mas mantém padrão */
}

input:focus-visible {
    font-family: 'Inter', sans-serif !important;
    outline: none;
    font-size: 0.8em !important;
    font-weight: 400;
    text-align: center;
}

#senha_input_tela {
    border: none;
    font-size: 0.8em !important;
    background: transparent;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    text-align: center;
}

#senha_input_tela::placeholder {
    text-align: center;
}