
#titulo{
    font-family: sans-serif;
    font-size: 36px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 5%;
} 

#subtitulo{
    font-family: sans-serif;
    color: rgb(255, 255, 255);
    text-align: center;   
    margin-top: 1%;
}

fieldset{
    border: 0;
}
.formulario{
    color: rgb(255, 255, 255);
    margin-left: 36%;
    margin-top: 2%;
    margin-bottom: 100px;
}

input, select, textarea, button{
    border-radius: 5px;
    border-color: #F21667;
}

.campo{
    margin-bottom: 1em;
}

.campo label{
    margin-bottom: 0.2em;
    display: block;

}

fieldset.grupo .campo{
    float: left;
    margin-right: 1em;
}

.campo input[type="text"], .campo input[type="email"], .campo input[type="tel"], .campo select, .campo textarea {
    padding: 0.2em;
    border: 1px solid #F21667;
    box-shadow: 2px 2px 2px;
    display: block;
}

.campo select option{
    padding-right: 1em;
}

.botao{
    font-size: 1.2em;
    background-color: #F21667;
    border: 0;
    margin-bottom: 1em;
    color: rgb(255, 255, 255);
    padding: 0.2em 0.6em;
    position: absolute;
    left: 47%;

}