/*estilos registro*/
.mvPanelReg{
 	max-width: 330px;
 	padding: 1%;
 	margin: 0 auto;
}
.mvImgForm{
    opacity: 0.7;
    width: 188vh;
    height: 80vw;
}
span{
    background-color: black;
    position: absolute;
    left: 30%;
    top: 3%;
    color: white;
    opacity: 0.7;
}
/*mediaquery*/
@media only screen and (min-width: 320px) {
    .mvImgForm {
            position: absolute;
    		top: 0;
    		left: 0;
    		right: 0;
    		bottom: 0;
    		z-index: -1;
    		max-width: 100%;
    		height: auto;
    }
}