body {
  margin: 0px;
  padding: 0px;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
body .content-login {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #313945;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .content-login .info {
  width: 100%;
  height: 8em;
  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: 30em;
  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: 1em;
  left: 0.5em;
  z-index: 1;
  width: 35em;
}
body .content-login #login .animatedTitle #calendarAnimate {
  width: 35em;
}
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: white;
  font-size: 1em;
  font-family: Arial !important;
  font-weight: 700;
  background: #313945;
  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: 0.8em;
  font-weight: bold;
  margin-bottom: 0px;
  color: #bdbcc1;
  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;
}
body .content-login #login .contentInput #passControl label {
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 0px;
  color: #bdbcc1;
  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: #313945;
  background-color: #bdbcc1;
}
body .content-login #login .contentInput .btn {
  background-color: #313945;
  width: 18em;
}
body .content-login #login .contentInput .btn 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: #313945;
    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: 30em;
    display: block;
  }
  body .content-login #login {
    width: 40em;
    height: 20em;
    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: 2em;
    left: -1.5em;
    z-index: 1;
    width: 35em;
  }
  body .content-login #login .animatedTitle #calendarAnimate {
    width: 35em;
  }
  body .content-login #login .contentInput {
    width: 22em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0.2em;
    left: -11em;
    z-index: 2;
  }
  body .content-login #login .contentInput .title-form {
    width: 14em;
    line-height: 24px;
    color: white;
    font-size: 1.5em;
    font-family: Arial !important;
    font-weight: 700;
    background: #313945;
    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;
  }
  body .content-login #login .contentInput #userControl label {
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 0px;
    color: #bdbcc1;
    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: 0.8em;
    font-weight: bold;
    margin-bottom: 0px;
    color: #bdbcc1;
    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: #313945;
    background-color: #bdbcc1;
  }
  body .content-login #login .contentInput .btn {
    background-color: #313945;
    width: 21em;
  }
  body .content-login #login .contentInput .btn i {
    margin-right: 0.5em;
  }
}/*# sourceMappingURL=login.css.map */