.container-fluid {
    min-height: 100%;
    height:auto !important; /* cross-browser */
    height: 100%; /* cross-browser */
    background: url(image_estilo/bg_registro.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top left;
    background-color: #212121;
}