#contactForm {
    background: #f5f5f5;
    margin: 0;
    border: none;
    padding: 20px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 50px;
}
.form-control {
    display: block;
    width: 100%;
    min-height: 45px!important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff!important;
    background-image: none;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.botonFormularioB{
    pointer-events: all;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
    background: transparent;
    border: 0;
    text-transform: uppercase;
    color: #003078;
    font-size: 18px;
}
.form-control::-webkit-input-placeholder {
    color:#4ca1c1;
}
.information p {
    color: #003087;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
#movilAppForm h2 {
    /* font-family: 'Roboto', sans-serif; */
    font-weight: bold;
    font-size: 21px;
    margin-left: 25px;
    padding-bottom: 40px;
    margin-top: 20px;
    /* color: #ab5e5e; */
    color: #003087;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}    
#movilAppForm img {
    display: block;
    width: 60%;
    margin: 0 auto;
    padding: 3%;
}
.page-header{
    border:none;
}
.help-block, .with-errors{
    color: #a94442;
    font-size: 11px;
    margin-top: 0px;
}