/*estilos formulario*/
.mvPanelForm{
    max-width: 600px;
    padding: 1%;
    margin: 0 auto;
}
.mvImgForm{
    opacity: 0.7;
    width: 188vh;
    height: 80vw;
}
span{
    background-color: rgba(3, 56, 212, 0.29);
    position: absolute;
    left: 30%;
    top: 3%;
    color: black;
}
@media only screen and (min-width: 320px) {
    .mvImgForm {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
            /*width: 56vh;
            height: 270vw;*/
            max-width: 100%;
            height: auto;
    }
}