@font-face {
    font-family: 'Benton';
    src: url('../../assets/fonts/BentonSansBBVA-Light.otf');
    font-display: block;
}  
input {
  display: block;
  height: 50px;
  width: 85%;
  margin: 0 auto;
  border: none;
  text-align: center;
}
input::placeholder {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #072146;
}
input:hover, input:focus, input:active:focus {
  color: #072146;
  outline: none;
  border-bottom: 1px solid #072146;
}
input:hover::placeholder, input:focus::placeholder, input:active:focus::placeholder {
  color: #072146;
  position: relative;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}


.email,
.pwd {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-left: 20px;
  font-family: Benton;
  color: #072146;
  font-weight: normal;
  -webkit-transition: 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: 0.5s;
}

.btn1{
  border:none;
  outline: none;
  height: 35px;
  width: 75%;
  background-color: #072146;
  color: white;
  border-radius: 15px;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  }
  
.btn1:hover{
  border:none;
  outline: none;
  height: 35px;
  width: 75%;
  background-color: #072146;
  color: white;
  border-radius: 15px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  }

#mensaje-container {
    position: relative; 
    text-align: center; 
    margin-top: 8px; 
}

#mensaje {
    font-size: 12px; 
    color: red; 
}

@media (max-width: 768px) {
        .card {
            height: 90vh; 
        }
    }



@media screen and (max-width: 576px){ 
body {
  background-color: #e7e7e7;
  height: 100%;
  width: 100%;
  overflow: hidden;
  }

.imagen-logo {
  width: 100px;
  height: 48px;
  text-align: center;
}

.card-header {
  height: 70px;
  padding-top: 20px;
}
.container{
  margin-top: 15px;
}

}

@media screen and (min-width: 576px){ 
body {
  background-color: #e7e7e7;
  height: 100%;
  width: 100%;
  overflow: hidden;
  }

.imagen-logo {
  width: 200px;
  height: 95px;
}

.container{
  margin-top: 15px;
}

img{
  width: 160px;
  height: 42px;
}

}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.card-body {
  background-color: #FFFFFF;
  color: #072146;
  padding-top: 3px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
}
