body {
  margin: 0px;
  padding: 0px;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
body .content-login {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #2b4c74;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .content-login .info {
  width: 100%;
  height: 10em;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
}
body .content-login .info .logo {
  width: 14em;
  display: none;
}
body .content-login #login {
  width: 20em;
  height: 38em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0.5em 1em 1em rgba(0, 0, 0, 0.1490196078);
}
body .content-login #login .animatedTitle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -0.5em;
  left: 0.5em;
  z-index: 1;
  width: 35em;
}
body .content-login #login .animatedTitle #animateLogin {
  width: 15em !important;
}
body .content-login #login .animatedTitle #animateLogin .loginLogo {
  width: 15em !important;
  border-radius: 1em;
}
body .content-login #login .contentInput {
  width: 18em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 0em;
  top: -1em;
  z-index: 2;
}
body .content-login #login .contentInput .title-form {
  width: 90%;
  line-height: 20px;
  color: #2b4c74;
  font-size: 1em;
  font-family: Arial !important;
  font-weight: 700;
  text-align: initial;
  padding: 0.5em 2em;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
body .content-login #login .contentInput .title-form .logoResponsive {
  display: block;
  width: 4em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
body .content-login #login .contentInput #userControl {
  width: 18em !important;
}
body .content-login #login .contentInput #userControl label {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0px;
  color: #426fa7;
  font-family: Arial !important;
}
body .content-login #login .contentInput #userControl label .fa-check-circle {
  color: rgb(9, 220, 9);
}
body .content-login #login .contentInput #userControl label .fa-times-circle {
  color: rgb(223, 22, 22);
}
body .content-login #login .contentInput #userControl input {
  background-color: var(--gray-form);
}
body .content-login #login .contentInput #passControl {
  width: 18em !important;
  height: 4em;
  margin-bottom: 1em;
  padding-top: 0.5em;
}
body .content-login #login .contentInput #passControl label {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1px;
  color: #426fa7;
  font-family: Arial !important;
}
body .content-login #login .contentInput #passControl input {
  background-color: var(--gray-form);
}
body .content-login #login .contentInput #passControl #showPass {
  position: relative;
  left: calc(100% - 3em);
  width: 3em;
  top: -38px;
  color: #2b4c74;
  background-color: #bdbcc1;
}
body .content-login #login .contentInput .btn-login {
  border-color: #ffffff;
  color: #ffffff;
  border-radius: 0px;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #2b4c74;
  border-radius: 2em;
  border: 1px solid white;
  width: 18em;
  margin: 1em;
}
body .content-login #login .contentInput .btn-login i {
  margin-right: 0.5em;
}
body .content-login #login .contentInput .btn-login:hover {
  background-color: #f7d64b;
  color: #426fa7;
  right: 0px;
}
body .content-login #login .contentInput .btn-login:hover i {
  margin-right: 0.5em;
}

@media (min-width: 430px) {
  body {
    margin: 0px;
    padding: 0px;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
  body .content-login {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: #2b4c74;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body .content-login .info {
    width: 100%;
    height: 10em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  body .content-login .info .logo {
    width: 14em;
    display: block;
  }
  body .content-login #login {
    width: 40em;
    height: 22em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0.5em 1em 1em rgba(0, 0, 0, 0.1490196078);
  }
  body .content-login #login .animatedTitle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -0.9em;
    z-index: 1;
    width: 35em;
  }
  body .content-login #login .animatedTitle #animateLogin .loginLogo {
    width: 15em !important;
  }
  body .content-login #login .contentInput {
    width: 22em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: initial;
    top: 0.2em;
    left: -11em;
    z-index: 2;
    padding: 1em;
  }
  body .content-login #login .contentInput .title-form {
    width: 14em;
    line-height: 24px;
    color: white;
    background-color: #426fa7;
    font-size: 1.5em;
    font-family: Arial !important;
    font-weight: 700;
    text-align: center;
    padding: 0.5em 2em;
    border-radius: 8px;
  }
  body .content-login #login .contentInput .title-form .logoResponsive {
    display: none;
    width: 18em;
  }
  body .content-login #login .contentInput #userControl {
    width: 21em !important;
    margin-bottom: 1em;
  }
  body .content-login #login .contentInput #userControl label {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0px;
    color: #2b4c74;
    font-family: Arial !important;
  }
  body .content-login #login .contentInput #userControl label .fa-check-circle {
    color: rgb(9, 220, 9);
  }
  body .content-login #login .contentInput #userControl label .fa-times-circle {
    color: rgb(223, 22, 22);
  }
  body .content-login #login .contentInput #userControl input {
    background-color: var(--gray-form);
  }
  body .content-login #login .contentInput #passControl {
    width: 21em !important;
    height: 4em;
  }
  body .content-login #login .contentInput #passControl label {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1px;
    color: #2b4c74 !important;
    font-family: Arial !important;
  }
  body .content-login #login .contentInput #passControl input {
    background-color: var(--gray-form);
  }
  body .content-login #login .contentInput #passControl #showPass {
    position: relative;
    left: calc(100% - 3em);
    width: 3em;
    top: -38px;
    color: #2b4c74;
    background-color: #bdbcc1;
  }
  body .content-login #login .contentInput .btn-login {
    border-color: #ffffff;
    color: #ffffff;
    border-radius: 0px;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #426fa7;
    border-radius: 2em;
    border: 1px solid white;
    width: 18em;
    margin: 1em;
  }
  body .content-login #login .contentInput .btn-login i {
    margin-right: 0.5em;
  }
  body .content-login #login .contentInput .btn-login:hover {
    background-color: #f7d64b;
    color: #426fa7;
    right: 0px;
  }
  body .content-login #login .contentInput .btn-login:hover i {
    margin-right: 0.5em;
  }
}/*# sourceMappingURL=login.css.map */