@import url(https://fonts.googleapis.com/css?family=Nunito);html,
body {
  background-color: #3430e9;
}

#bg-login {
  background-color: #3430e9;
  color: white;
  font-family: "bricolage-medium";
  font-family: "bricolage-regular";
  height: 100%;
  background-repeat: repeat;
  background-position: bottom;
  background-size: contain;
}

#bg-login .btn-link,
#bg-login .btn-link:hover {
  color: #76e103 !important;
}

#bg-login .has-error .control-label,
#bg-login .has-success .control-label,
#bg-login .has-warning .control-label,
#bg-login .has-error .help-block {
  color: #76e103;
}

#bg-login label,
#bg-login a,
#bg-login a:hover {
  color: white;
}

#bg-login h1,
#bg-login h2,
#bg-login h3,
#bg-login h4,
#bg-login h5,
#bg-login p {
  font-family: "bricolage-bold";
  color: white;
}

#bg-login p {
  font-family: "bricolage-regular";
}

#bg-login input[type="email"],
#bg-login input[type="password"] {
  border-radius: 10px;
  border: 2px solid #f7f8f9;
  height: 45px;
  font-family: "bricolage-medium";
  font-size: 16px;
  background-color: #e8ecf4;
}

#bg-login .field-icon {
  float: right;
  margin-top: -35px;
  position: relative;
  z-index: 2;
  padding-right: 2.6em;
  font-size: 20px;
  opacity: .6;
  background-image: url("/images/show-password.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

#bg-login .field-icon.hide-password {
  background-image: url("/images/hide-password.png");
}

#bg-login .btn.btn-primary.btn-login {
  padding: 8px 1em;
  border-radius: 12px;
  width: 100%;
  font-size: 17px;
  background-color: #c7efac;
  height: 45px;
  color: #404040;
  border-color: #c7efac !important;
}

#bg-login .btn.btn-primary.btn-login:hover,
#bg-login .btn.btn-primary.btn-login:active,
#bg-login .btn.btn-primary.btn-login:focus {
  border-color: #c7efac !important;
  background-color: #fff !important;
  color: #404040 !important;
}

#bg-login .link-recovery:hover {
  text-decoration: underline;
}

#bg-login .logo-login {
  margin-bottom: 3em;
}

@media (max-width: 1400px) {
  #bg-login .logo-login {
    margin-bottom: 12px;
    width: 150px;
  }
}

#bg-login .link-recovery {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  /* Espacio entre flecha y texto */
}

#bg-login .icon-arrow {
  width: 18px;
  height: 18px;
  stroke: #fff;
}

#bg-login .info-footer-login p {
  border-top: 1px solid #fff;
}

@font-face {
  font-family: 'bricolage-black';
  src: url("/fonts/bricolage_grotesque/BricolageGrotesque-Black.ttf") format("truetype");
}

@font-face {
  font-family: 'bricolage-bold';
  src: url("/fonts/bricolage_grotesque/BricolageGrotesque-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'bricolage-semibold';
  src: url("/fonts/bricolage_grotesque/BricolageGrotesque-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: 'bricolage-regular';
  src: url("/fonts/bricolage_grotesque/BricolageGrotesque-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'bricolage-medium';
  src: url("/fonts/bricolage_grotesque/BricolageGrotesque-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'bricolage-light';
  src: url("/fonts/bricolage_grotesque/BricolageGrotesque-Light.ttf") format("truetype");
}
