body {
  margin: 0px;
  padding: 0px;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

body .content-login {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #313945;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .content-login .info {
  width: 100%;
  height: 8em;
  margin-top: 2em;
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

body .content-login .info .logo {
  width: 18em;
  display: none;
}

body .content-login #login {
  width: 20em;
  height: 44em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 0.5em 1em 1em #00000026;
          box-shadow: 0.5em 1em 1em #00000026;
}

body .content-login #login .animatedTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 1em;
  left: 0.5em;
  z-index: 1;
  width: 25em;
}

body .content-login #login .animatedTitle #calendarAnimate {
  width: 25em;
  margin-top: -7em;
}

body .content-login #login .contentInput {
  width: 18em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: #09dc09;
}

body .content-login #login .contentInput #userControl label .fa-times-circle {
  color: #df1616;
}

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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .content-login .info {
    width: 100%;
    height: 10em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .content-login .info .logo {
    width: 30em;
    display: block;
  }
  body .content-login #login {
    width: 40em;
    height: 20em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: white;
    border-radius: 8px;
    -webkit-box-shadow: 0.5em 1em 1em #00000026;
            box-shadow: 0.5em 1em 1em #00000026;
  }
  body .content-login #login .animatedTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    top: 2em;
    left: -1em;
    z-index: 1;
    width: 25em;
  }
  body .content-login #login .animatedTitle #calendarAnimate {
    width: 25em;
    margin-top: 0em;
  }
  body .content-login #login .contentInput {
    width: 22em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    top: 0.2em;
    left: -5em;
    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: #09dc09;
  }
  body .content-login #login .contentInput #userControl label .fa-times-circle {
    color: #df1616;
  }
  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 */