
h1,
h2,
h3,
h4,
h5,
h6, 
label {
  color: white;
}

.grid-login{
    position: relative;
    padding: 5vh 5vw 5vh 10vw;
    text-align: left;
  }


  .login-section{
    position: relative;
    overflow: hidden;
    background-image: url(../img/solicitud/background.png);
    background-size: cover;
  }

  .login-section .background-lines{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 400px;
    transform: translateX(-50%);
    z-index: 0;
    background-image: url(../img/solicitud/lines.png);
    background-size: cover;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
  .login-section .background-coins{
    position: absolute;
    /* top: 0; */
    bottom: -5vh;
    left: 63%;
    width: 90%;
    height: 80%;
    transform: translateX(-50%);
    z-index: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

  .background-person{
    position: relative;
    bottom: 0%;
    left: 50%;
    width: 100%;
    height:auto;
    transform: translateX(-50%);
    z-index: 0;
    background-image: url(../img/solicitud/empleado.png);
    background-size: cover;

}


.login-img{
position: relative;
}
.img-login{
  width: 50%;
}
.img-coin{
  width: 50%;
}
.rectangle {
  position: absolute;
  top: 30%;
  left: 10%;
  width: 30vw;
  height: 17vh;
  z-index: 0;
  border-radius: 30px;
  background-color: #00A099;
}

.title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
}

.margin-title{
  margin-left: 5vw;
  width: 85%;
  float: right;
}

.sw-title{
  color: #414040 !important
}

@media (max-width: 767px) {
  .rectangle{
    position: absolute;
    top: 12vh;
    left: 0;
    width: 90%;
    height: 12vh;
    z-index: 0;
    border-radius: 0px 30px 30px 0px;
    background-color: #00A099;
  }

  #cover-login{
    order: 2;
  }

  #form-login{
    order: 1;
  }

  .login-section .background-coins{
    z-index: 1;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 85%;
  }

  .grid-login{
    padding: 5vh 5vw 0vh 5vw
  }

  .grid-item{
    padding: 20px 0vh 0vh 5vw
  }

  .login-img {
   
    z-index: 2;
  }

  .img-coin{
    width: 70%;
  }

  .login-section .background-lines{
    left: 50%;
    width: 100%;
    height: 20%;
  }

  
}