input {
    width: 95%;
    height: 45px;
    border-radius: 10px;
    margin: 0 auto;
    background: #f5f4f4;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    color: #080419;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 11pt;
    transition: 0.1s;
    border: 1px solid gray;
}

input::placeholder{
    color: rgb(65, 68, 87);
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 11pt;
}


input:focus {
    transition: 0.1s;
    box-sizing: border-box;
    border: 2px solid #e91947;
    color: rgb(65, 68, 87);
    color: rgb(58, 62, 90);
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 11pt;
    background: linear-gradient(
        90deg, rgba(54, 54, 54, 0.2) 0%, rgba(29, 29, 29, 0.1) 30%);
}

.input-block {
    margin: 15px 10px;
}

.input-block span {
    margin-bottom: 15px !important;
}

.input-block p {
    font-size: 9pt;
}


#botao {

    margin-top: 30px;
    width: 100%;


    text-decoration: none;
    background-color: #e91947;
    padding: 15px 40px;
    border-radius: 10px;
    font-family: "CircularAirpro-Bold";
    color: #080419;
    


}

#botao-voltar {
    transition: 0.5s;
    margin-top: 0px;

    width: 100%;
    height: 40px;
    border-radius: 10px;
    background-color: white;
    border: 2px solid #e91947;
    font-family: 'Roboto';
    font-weight: bold;
    color: #080419;
}


#instrumento {
    width: 100%;
    border: 2px solid rgba(27, 183, 255,0.3) ;
    height: 40px;
    border-radius: 8px;
    font-family: 'Roboto';
    padding: 10px 20px;
}

select, option {
    font-family: 'Roboto';
    background-color: rgba(255, 255, 255, 0.3) ;
    color: rgb(34, 32, 32);
}

