html {
    min-height: 100%;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.login-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.divNew {
    background: #F7F7F7;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(50, 50, 50, 0.33);
}

.widget-main {
    min-height: 325px;
}

#nm2 {
    padding-top: 20px;
    text-align: center;
}

#nm2 img {
    max-width: 90%;
}

legend {
    border-bottom: none;
}

.light-login .widget-box {
    padding: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: none;
}

.widget-box {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    border: none;
}

#encabezado {
    width: 380px; 
    min-height: 60px; 
    margin: 0px auto;
}

.widget-body {
    background: none;
}

.header {
    margin-top: 0px;
}

.login-layout {
    background: none;
}

    .login-layout .widget-box {
        padding: 0px;
        background-color: none;
        background: none;
    }

span.nodominiorequerido, span.comentarios {
    font-size: 12px;
    color: #858585;
}
