.page-login {
  color: rgb(255, 255, 255);
}
.page-login:before {
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("../../../images/NSTCportal.jpg");
  background-position-y: bottom;
  -webkit-background-size: cover;
          background-size: cover;
  /*z-index: -1;*/
}
.page-login:after {
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  z-index: -1;
}
.page-login .brand {
  margin-bottom: 28px;
}
.page-login .brand-text {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
.page-login form {
  width: 340px;
  margin: 30px 0;
}
.page-login form a {
  margin-left: 20px;
  color: rgba(255, 255, 255, 0.5);
}
.page-login .page-copyright {
  color: #ffffff;
}
.page-login .page-copyright .social .icon,
.page-login .page-copyright .social .icon:hover,
.page-login .page-copyright .social .icon:active {
  color: #ffffff;
}
@media (max-width: 480px) {
  .page-login form {
    width: auto;
  }
}
.loginbox{
          background: #37474f;
    margin: 2.5% 3% 0 0;
    box-shadow: #000 0 11px 35px -10px;
    border-radius: 25px;
    float: right;
}
