
body{
  background-image: url("/assets/images/back.svg");
  background-size: cover;
  font-family: 'Karla','Roboto',  sans-serif;
}
.container{
  bottom:0px;
  height: 100%;
  left:0px;
  right: 0px;
  top:0px;
  width: 100%;
  position: absolute;
}
.login-container{
  align-items: center;
  display:flex;
  min-height: 100%;
  justify-content: center;
  padding: 15px;
  width: 100%;

}
.form-container{
  width: 100%;
  max-width: 602px;
  min-height: 100px;
  padding: 15px;
  background-color: #44403fDD;
  /* contenedor  */
  /* height: 668px; */

  background: #DAE1FA;
  border-radius: 39px;

}
.login-form-title{
  font-size: 30px;
  color: #27348B;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: block;
  padding-bottom: 0px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 15px;
}
.login-action{
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;

}
.imglogin-container{
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 15px 0px 15px 0px; */
  margin-bottom: 22px;
}
.forgot{
  font-family: 'Karla';
  font-style: normal;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 23px;
  text-align: center;
  color: #27348B;
  margin-top: 10px;
}
.forgot:hover{
  color:#259B57;
}

.imglogin{
  border-radius: 50%;
  width: 221px;
  height: 221px;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-responsive{
  max-width: 100%;
  display: inline-block;
}
.login-form-item{
  margin-bottom: 30px;
  position: relative;
}
.input-field input.validate{
  background-color: #FFFFFF;
  padding-left:10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.input-field label{
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
}
.input-field label.active{
  transform: translateY(-18px) scale(0.8) !important;
}

.btn-login{
  background: #E3B244;
  color: #FFF;
  font-size: 1.9rem;
  font-weight: bold;
  height: auto;
  width: 100%;
  max-width: 230px;
  border-radius: 11px;
  text-transform: none;
  line-height: 1.5rem;
}
.btn-login:hover{
  background-color: #1D2853;
  color:#FFF;
}

@media screen and (max-width:1366px) {
  .form-container{
    max-width: 428px;
  }
  .imglogin{
    width: 157px;
    height: 157px;
  }
  .imglogin .img-responsive{
    width: 100px;
  }
}

@media screen and (max-width:1080px){
  body{
    background-size: inherit;
  }
}