#fiscalcode_input,
#fiscalcode_submit {
    margin: 6px 0;
    border: 1.5px solid #000;
    padding: 5px 10px;
    font-size: 18px;
    text-transform: uppercase;
    outline: 0 none;
}

#fiscalcode_input {
    font-family: monospace;
    letter-spacing: 6px;
    width: 272px;
    padding-right: 4px;
}

#fiscalcode_submit {
    background: #000;
    color: #FFF;
    font-size: 18.5px;
    cursor: pointer;
}

#fiscalcode_submit:hover {
    background: #FFF;
    color: #000;
}

#fiscalcode_errors {
    margin: 6px 0;
    font-size: 1rem;
    color: #C20B20;
}