.formulario {
    padding: 15px;
    background: rgb(13,99,182);
    background: linear-gradient(90deg, rgba(13,99,182,1) 0%, rgba(13,99,182,1) 35%, rgba(13,99,182,1) 100%);
    border-radius: 15px;
}
h3{
    text-align: center;
    color: white;
}

.recaptcha{
    width: 100%;
}
/* 0866FF*/