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

.sw-title-aviso{
  color: #2d2d2d !important;
}

.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: 70%;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    z-index: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.btn.login-style{
  background-color: #3AA7DF;
  border-radius: 30px !important;
  font-weight: 700;
  font-size: 18px;
}
.btn.login-style:hover{
  background-color: #04699b;
}

.btn.login-style2{
  background-color: #39A935;
  border-radius: 30px !important;
  font-weight: 700;
  font-size: 18px;
  min-width: 100px;
  
}

.btn.login-style2:hover{
  background-color: #237420;
}


.form-prospecto{
   width: 100%;
   height:auto; 
   background-color:#173734; 
   border-radius:30px;
}

.login-img{
position: relative;
}
.img-login{
  width: 50%;
}
.img-coin{
  width: 50%;
}


.rectangle {
  position: relative;
  padding: 20px 15px 20px 20px;
  width: 40vw;
  height: auto;
  z-index: 1;
  border-radius: 0px 30px 30px 0px;
  background-color: #39A935;
}

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

.margin-title{
  margin-left: 2vw;
  width: 85%;
}

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

@media (max-width: 767px) {
  .grid-2{
    min-height: 100vh !important;
  }
  .card-container{
    justify-content: left !important;
  }
  .rectangle{
    position: relative;
    margin-top: 5vh;
    width: 90%;
    height: auto;
    min-height: 12vh;
    z-index: 0;
    border-radius: 0px 30px 30px 0px;
    background-color: #39A935;
  }

  #cover-login{
    order: 1;
  }

  #form-login{
    order: 2;
  }

  .login-section .background-coins{
    z-index: 1;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 51%);
  }

  .grid-login{
    padding: 0vh 5vw 10vh 5vw;
    margin-top:5px;
  }

  .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%;
  }

  .form-prospecto{
    padding: 4vh; 
    z-index: 1;
  }

  
}
@media (max-width: 667px) {


  .login-section .background-coins{
   
    transform: translate(-50%, 51%);
  }


  
}