.page-content{
    background-color: white;
    height:100%;
    width:500px;
}

.brand-img, .brand-img1 {
    max-width:364px; 
    height:auto; 
    width:50%;
}

.brand1{
    display:none;
}

@media only screen and (max-width:768px){
    .page.vertical-align.text-center{
        height: 850px;
    }
}

@media only screen and (max-width: 870px) {
  .brand {
    display:none;
  }
  .page-content{
      width:100%;
  }
  .brand1{
    display:block;
  }
}

.page-login {
  color: black;
}
.page-login:before {
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("../../example-images/remapas-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: url("/../..test.file-tuning.com/images/remapas-logo-md.png");
  background-size:cover;
  background-position-x: center;
  background-position-y: center;
  
  z-index: -1;
}
.page-login .brand {
  margin-bottom: 28px;
}
.page-login .brand-text {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
}
.page-login form {
  width: 340px;
  margin: 30px 0;
}
.page-login form a {
  margin-left: 20px;
  color: rgb(121, 121, 121);
}
.page-login .page-copyright {
  color: black;
}
.page-login .page-copyright .social .icon,
.page-login .page-copyright .social .icon:hover,
.page-login .page-copyright .social .icon:active {
  color: black;
}
@media (max-width: 480px) {
  .page-login form {
    width: auto;
  }
}
