.page-login {
  color: #ffffff;
}
.page-login:before {
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  /*background-image: url("../../example-images/login.jpg");*/
  background-position-y: top;
  -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: rgba(38, 50, 56, 0.85);*/
  background-color: #33507A;
  z-index: -1;
}
.page-login .brand {
  margin-bottom: 28px;
}
.page-login .brand img {
	height: 150px;
}
.page-login .brand-img-dev {
	height: 35px;
    vertical-align: bottom;
}

.page-login .brand-text {
  font-size: 18px;
  text-transform: uppercase;
}
.page-login form {
  width: auto;
  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;
  }
}


/**
  * Customizado para ADAB 
  */

.page-content .login-container {
    padding: 20px 30px;
    background: #FFF;
    border-radius: .75rem;
}

.page-content .login-container .btn-primary {
    background-color: #009c3b;
    border-color: #009c3b;
}

.layout-full .page {
    height: 100%;
    padding: 0;
    margin: 0 !important;
    background-color: #002776;
}