/* INPUT PADRÃO */
input {
    font-size: 0.8em !important;
    font-weight: bold;

    background: #ffffff !important;
    color: #000000;

    border: none !important;
    border-radius: 5px;

    text-align: center;

    padding: 8px 12px;
    box-sizing: border-box;
}

/* FOCO */
input:focus,
input:focus-visible {
    outline: none;
    box-shadow: none;
}

/* INPUT ESPECÍFICO */
#senha_input_tela {
    font-size: 0.8em !important;
    font-weight: bold;

    background: #ffffff !important;
    color: #000000;

    border: none !important;
    border-radius: 5px;

    text-align: center;
    padding: 8px 12px;
}
