/*=== Aplicando CSS al formulario===*/
.formulario{
    text-align: center;
    background-image: url('../img/woman-3190829_1280.jpg');
    height: 440px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10px;
}
#form{
    border: 2px solid blue;
    width: 20%;
    margin: auto;
    padding: 10px;
    background-color: white;    
}
textarea{
    resize: none;
}
input{
    /*padding: 5px 0px;*/
}