body {
    background: linear-gradient(to right, #001323 0%, #1F69A7 100%);
}

.login-section {
    position:relative;
    width:100%;
    height:auto;
    min-height:35rem;
    padding:2rem 0;
    /* background:-webkit-gradient(linear,left top,left bottom,from(rgba(22,22,22,.1)),color-stop(75%,rgba(22,22,22,.5)),to(#161616)),url(../img/banner.png);
    background:linear-gradient(to right,rgba(22,22,22,.1) 0,rgba(22,22,22,.5) 75%,#161616 100%),url(../img/banner.png); */
    background-position:center;
    background-repeat:no-repeat;
    background-attachment:scroll;
    background-size:cover
}

.login {
    width: 300px;
    border-radius: 0;
}

#loginSiswa * {
    border-radius: 0;
}

#loginProcess, #npsn, #password {
    font-family: Roboto;
}

#regSekolah, #lupaPassword {
    font-size: .75rem;
}

/* LOADER */

.loader-wrap {
    position: fixed;
    z-index: 900;
    background: rgba(0, 0, 0, .75);
    width: 100%;
    height: 100%;
}

#cekLoader {
    z-index: 999;
    color: rgb(52, 150, 255);
}
