.Contenedor{
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.Formulario{
    background-color:#037921; 
    height: 540px; 
    width: 60%; 
    border-radius: 5%; 
    margin: 0% 20%;
    padding: 20px;
}

.textoForm{
    text-align: center;
    margin: 20px 10px 0px 30px;
    color: #fff;
}

.cajas{
    font-size: small;
    width: 50%;
    color: black;
}

.textArea{
    margin-left: 15%;
    height: 100px;
    width: 70%;
    margin-top: 10px;
    color: black;
    font-size: small;
    
}

.ImagenEv{
    margin-top: 10px;
    margin-left: 30%;
    color: #fff;
}

#captcha{
    margin-top: 10px;
    width: 300px;
    margin-left: 25%;
}

.Boton{
    margin-top: 20px;
    border-color: rgba(3, 121, 33,.3);
    border-radius: 5%;
    color: rgba(3, 121, 33,.3);
    margin-left: 45%;
    background-color: rgba(255, 255, 255,.3);
}

/*.Boton:hover{
    border-color: #037921;
    border-radius: 5%;
    color: #fff;
    background-color: #037921;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}*/

.btnIntentar{
    margin-top: 20px;
    border-color: #037921;
    border-radius: 5%;
    color: #037921;
    background-color: #fff;
}

.btnIntentar:hover{
    border-color: #037921;
    border-radius: 5%;
    color: #fff;
    background-color: #037921;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

h2{
    text-align: center;
}