

#formularioRegistro{

width: 90vw;
margin: 50px auto;
background: url('../img/primario0.jpg') center/cover no-repeat;
padding: 50px;
color: white;
}
#formularioRegistro h1{
    font-family: "Oswald", Sans-serif;
    font-size: 55px;
    font-weight: 550;
    text-align: center;
}

@media only screen and (max-width: 950px) {

    #formularioRegistro{
        width: 100vw;
    }
    }