.formulario{
    font-family: Arial, Helvetica, sans-serif;
    /*background-image: linear-gradient(to right, rgb(255, 186, 10, 100), rgb(14, 89, 230, 90));*/
    background-color: #EBEFF3;
    }
.box{
    
    background-color: rgba(0, 0, 0, 0.2);
    padding: 25px;
    margin-left:    auto;
    margin-right:   auto;

    width: 70%;
}
    .tituloform{
        color: white;
        height: bold;
    }

fieldset{
    border: 3px solid #3c13d1;
    border-radius: 8px;
}
legend{
    border: 2px solid #3c13d1;
    padding: 10px;
    text-align: center;
    background-color: #3c13d1;
    border-radius: 8px;
}
.inputBox{
    position: relative;
}
.inputUser{
    background: none;
    border: none;
    border-bottom: 1px solid white;
    outline: none;
    color: black;
    font-size: 15px;
    width: 100%;
    letter-spacing: 2px;
}
.labelInput{
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: none;
    transition: .5s;
}
.inputUser:focus ~ .labelInput,
.inputUser:valid ~ .labelInput{
    top: -20px;
    font-size: 12px;
    color: dodgerblue;
}
.regulamentoform
    {
        color:dodgerblue;
    }
#data_nascimento{
    border: none;
    padding: 8px;
    border-radius: 10px;
    outline: none;
    font-size: 15px;
}
.cadastre{
    background-image: linear-gradient(to right,rgb(224, 220, 195), rgb(115, 114, 108));
    /*width: 100%;*/
    border: none;
    padding: 15px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    font: bold;
}
.cadastre:hover{
    background-image: linear-gradient(to right,rgb(166, 158, 133), rgb(242, 213, 121));
    color: dodgerblue;
    font: bold;
}

.enviar{
    background-image: linear-gradient(to right,rgb(0, 92, 197), rgb(90, 20, 220));
    width: 100%;
    border: none;
    padding: 15px;
    color: white;
    font-size: 15px;
    cursor: pointer;
    border-radius: 10px;
}
.enviar:hover{
    background-image: linear-gradient(to right,rgb(0, 80, 172), rgb(80, 19, 195));
}


/*
input[type="date"]::-webkit-calendar-picker-indicator 
{
    display: none;
    -webkit-appearance: none;
}
*/
