section{
    text-align: center;
}
section .intro {
    max-width: 75%;
    margin: auto;
}
section .intro a,
section form a{
    color: #ff7f00;
}
section .intro a:hover,
section form a:hover{
    color: black;
}
section #formulario{
    width: 100%;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: inline-block;    
}
section form .form-control{
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    font-size: 12px;
}
section form .checkbox label{
    color: #ff7f00;
    font-size: 10px;
}
section form .checkbox label:hover{
    color: black;
}
section form .checkbox input{
    margin-top: 0;
}

section .btn-form {
    padding: 6px 14px;
    border: 1px solid #ff7f00;
    border-radius: 12px;
    background-color: white;
    color: black;    
    font-size: 10px;
}
section .btn-form:hover{
    background-color: #ff7f00;
    color: white;
}