@font-face {
  font-family: 'MDLZ';
  src: url('../assets/Tipografias/MDLZBITETYPE-Regular.otf');
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url(../assets/Fondos/fondo-blanco.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: 'MDLZ';
}
.bg-login{
  padding-top: 200px;
}
.ttl_img {
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
}
.msg_error{
  text-align: end;
  color: #521F6E;
  font-size: 500;
}

.labelInput {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 500;
  color: #521F6E;
  padding-right: 10px;
  font-family: 'MDLZ';
}

.textInputLogin {
  background-color: #ebe4f1;
  border-radius: 40px;
  font-size: 33px;
  border: none;
  padding-left: 20px;
  padding-right: 10px;
  color: #521F6E;
  font-family: Arial, Helvetica, sans-serif;
}
.textInputLogin:focus{
  outline: none;
}

.divInput{
  text-align: end;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.divBtnEntrar{
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.btnEntrar {
  background-color: #521F6E;
  border-radius: 25px;
  border: none;
  display: grid;
  place-items: center;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  width: 150px;
  height: 40px;
  font-family: 'MDLZ';
  font-size: 20px;
}
.linkForgottenPaswd{
  text-align: end;
  padding-right: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.linkForgottenPaswd > a{
  text-decoration: none;
  font-weight: 300;
  color: #521F6E;
  letter-spacing: 0px;
}
#form_login, #form_reset_password{
  display: grid;
  justify-content: center;
}

/* ---------FOOTER------------ */
.claseFooter {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
.claseFooter > img {
  width: 173px;
  height: 41px;
  text-align: center;
}
.divImgFooter{
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}
.claseFooter span{
  color: #47266E;
}

/*--------------MEDIAS---------------*/

@media screen and (max-width: 768px) {
  .ttl_img img{
    width: 85%;
  }
}
