html,
body{
width:100%;
overflow-x:hidden;
}


.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Mobile */
@media screen and (min-width: 20em) { 
  .container-fluid {
    background-image: url('/adaEmpres/img/background.png');
    width: 100%;
    height: 100%;
}

.recuperar-datos-2 {
  background-image: url('/adaEmpres/img/background.png');
  width: 100%;
  height: 100%;
}

.recuperar-datos {
  background-color: white;
  width: 320px;
  height: 550px;
  border-radius: 40px 0px 40px 0px;
}

.datos {
  background-color: white;
  width: 320px;
  height: 900px;
  border-radius: 40px 0px 40px 0px;
}

.logo {
  width: 300px;
  padding: 10px 60px 20px 60px;
}

.logo-recuperar {
  width: 150px;
  margin-left: 25%;
  padding-top: 120px;
}


.header1 {
  text-align: center;
  font-size: 1.2rem;
  font-family: "Asap";
  color: #1E3D58;
  font-weight: bold;
  padding: 20px 0px 20px 20px;
}

.title1 {
  text-align: center;
  font-size: 1.5rem;
  font-family: "Asap";
  color: #1E3D58;
  font-weight: bold;
  padding: 10px 20px;
}


.paragraph1 {
  text-align: center;
  font-size: 1rem;
  font-family: "Asap";
  color: #1E3D58;
  padding: 0px 10px 0px 10px;
}

.paragraph2 {
  text-align: center;
  font-size: 1rem;
  font-family: "Asap";
  color: #1E3D58;
  font-weight: bold;
  padding: 0px 40px 0px 40px;
}

.contacto{
  text-align: center;
}

.contacto a, .recuperar a{
  color: #1E3D58;
  text-decoration: none;
}

.contacto a:hover, .recuperar a:hover{
  color: #1E3D58;
  text-decoration: underline;
}

.recuperar{
  text-align: left;
  font-size: .8rem;
  padding: 10px 0px;
}

.entrar {
  text-align: center;
  padding: 10px 125px !important;
  background: #1E3D58 !important;
  border: none !important;
}

.enviar {
  text-align: center;
  padding: 10px 125px !important;
  background: #1E3D58 !important;
  border: none !important;
}

 .v-line {
  border: 1px solid #D9D9D9a3;
 }

}

/* Tablet */

@media screen and (min-width: 48em) { 

}
	
	
@media screen and (min-width: 64em) {

}
	

/* Desktop */

@media screen and (min-width: 75em) { 

.logo {
  width: 100%;
  padding: 50px 60px 20px 60px;
}

.logo-recuperar {
  width: 250px;
  margin-left: 35%;
  padding-top: 90px;
}

  .container-fluid {
    background-image: url('/adaEmpres/img/background.png');
    width: 100%;
    height: 750px;
}

.recuperar-datos-2 {
  background-image: url('/adaEmpres/img/background.png');
  width: 100%;
  height: 750px;
}

.recuperar-datos {
  background-color: white;
    width: 900px;
    height: 600px;
    padding: 20px 20px;
    border-radius: 40px 0px 40px 0px;
}

.datos {
    background-color: white;
    width: 900px;
    height: 600px;
    padding: 20px 20px;
    border-radius: 40px 0px 40px 0px;
}

.header1 {
  text-align: center;
  font-size: 1.5rem;
  font-family: "Asap";
  color: #1E3D58;
  font-weight: bold;
  padding: 20px 0px 20px 20px;
}

.title1 {
  text-align: center;
  font-size: 1.5rem;
  font-family: "Asap";
  color: #1E3D58;
  font-weight: bold;
  padding: 80px 40px 20px 40px;
}

.paragraph1 {
  text-align: center;
  font-size: 1rem;
  font-family: "Asap";
  color: #1E3D58;
  padding: 0px 10px 0px 10px;
}

.paragraph2 {
  text-align: center;
  font-size: 1rem;
  font-family: "Asap";
  color: #1E3D58;
  font-weight: bold;
  padding: 0px 40px 0px 40px;
}

.separate {
  height: 2px;
  color: #1E3D58;
}


.contacto{
  text-align: center;
}

.contacto a, .recuperar a{
  color: #1E3D58;
  text-decoration: none;
}

.contacto a:hover, .recuperar a:hover{
  color: #1E3D58;
  text-decoration: underline;
}

.recuperar{
  text-align: left;
  font-size: .8rem;
  padding: 10px 0px;
}

.entrar {
  text-align: center;
  padding: 10px 145px !important;
  background: #1E3D58 !important;
  border: none !important;
}

.enviar {
  text-align: center;
  padding: 10px 300px !important;
  background: #1E3D58 !important;
  border: none !important;
  margin-left: 12%;
}

.v-line{
  border-left: 1px solid #D9D9D9;
  height: 50%;
  left: 50%;
  top: 25%;
  position: absolute;
 }
    
}

