
body.e-home-bg-school {
  background-image: url('../img/school.png');
  background-position: bottom;
  background-size: cover;
}

.login-form {
  margin: 22vh auto 0;
}

.login-form .login-banner {
  background: rgb(122, 171, 255);
}

.login-form .login-fields{
  padding:0;
}
#logo {
  position: absolute;
  top:10vh;
  width:100%;
  height:10vh;
  background: url('../img/logo.png') no-repeat center center;
  background-size:contain;

}

.copyright-div{
  bottom:0;
  margin:auto;
}

#login-wrapper{
  width:15vw;
  min-width:150px;
  margin:0 auto;
}

.login-form .login-fields{
  background:none;
}

.login-item{
  position:relative;
  padding-left:25px;
  background-color:rgba(0,0,0,0.15) !important;
  border-radius: 5px;
  height:30px;
  line-height:30px;
  margin:10px 0;
}
.login-item .fa{
  position:absolute;
  left:0;
  width:25px;
  padding-left:5px;
  height:30px;
  line-height: 30px;
  text-align: center;

}
.login-item .login-input{
  width:100%;
  height:30px;
  line-height: 30px;
  border:none;
  background:none !important;
  outline: none;
}

#submit{
  width:100%;
}

#copyright-div *{
  color:#ccc;
}

input[type="text"] {
  /*border: 1px solid #333333 !important;*/
  /*padding: 0px 12px 0px 32px;*/
  background: transparent !important;
}
input[type="password"] {
  /*border: 1px solid #333333 !important;*/
  /*padding: 0px 12px 0px 32px;*/
  background: transparent !important;
}

@-webkit-keyframes autofill {
  to {
    /*color: #666;*/
    background: transparent;
  }
}

input:-webkit-autofill {
  animation-name: autofill !important;
  animation-fill-mode: both !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  background-clip: content-box !important;
}