@font-face {
    font-family: 'Bahnschrift';
    src: url('Bahnschrift.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

input { 
    border: none;
    font-size: 0.8em !important;
    background: transparent;
    color: #888888;
    font-weight: 400;
    font-family: 'Bahnschrift', sans-serif;
    text-align: left;
}

/* PLACEHOLDER */
input::placeholder {
    text-align: left;
    font-family: 'Bahnschrift', sans-serif;
    font-weight: 400;
    color: #888888;
}

/* COMPATIBILIDADE */
input::-webkit-input-placeholder {
    color: #888888;
}

input:-ms-input-placeholder {
    color: #888888;
}

input::-ms-input-placeholder {
    color: #888888;
}

/* FOCUS */
input:focus-visible {
    font-family: 'Bahnschrift', sans-serif !important;
    outline: none;
    font-size: 0.8em !important;
    font-weight: 400;
    text-align: left;
}

/* INPUT ESPECÍFICO */
#senha_input_tela {
    border: none;
    font-size: 0.8em !important;
    background: transparent;
    font-family: 'Bahnschrift', sans-serif;
    font-weight: 400;
    text-align: left;
}

#senha_input_tela::placeholder {
    text-align: left;
    font-family: 'Bahnschrift', sans-serif;
    color: #888888;
}