section.formulario {
    width: 90%;
    max-width: 1200px !important; 
    margin: 4em auto !important;
    display: block;
}
label {
    display: block;
    margin-top: 2em;
    font-size: 1.5em;
}
input, textarea {
    width: 100%;
    border: 1px solid #00303c;
    border-radius: 0.2em;
    padding: 0.3em 0;
    margin-top: 0.2em;
    color: #00303c;
    font-size: 1.2em;
}
textarea {
    height: 15em;
}
input.legal {
    display: block;
    margin: 1.5em 0.3em;
    width: 20px;
    float: left;
}
.formulario p {
    display: block;
    margin: 1.2em 0;
    font-size: 1.2em;
    float: left;
}
section a {
    color: #00a1af;
}
section a:hover {
    color: #00818f;
}
#submit {
    width: 100px;
    height: 35px;
    border: none;
    margin-top: 1em;
    background-color: #00303c;
    color: #fff;
    border-radius: 0.2em;
    cursor: pointer;
}