@import "../fonts/opensans.css";
.noborder {
  border-radius: 0;
}

.loginbigcontainer {
  width: 100vw;
  height: 100vh;
}

.login-container {
  width: 100%;
  height: 100vh;
  float: left;
  position: relative;
}

.login-background {
  width: calc(100vw - 390px - 100px);
  height: 100vh;
  float: left;
  background: #17775E;
  position: relative;
}

.slashbackground {
  width: 100px;
  height: 100vh;
  position: relative;
  float: left;
  z-index: 0;
  border-style: solid;
  border-width: 0 0 100vh 100px;
  border-color: transparent transparent #17775E transparent;
  background-size: 100% 100%;
}
.slashbackground img {
  display: none;
}

.card-body {
  width: 358px;
  height: 399px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 330px;
  border: 1px solid #C6C6C6;
  box-shadow: 10px 10px 0px #004A34;
}

.card-logo {
  width: 440px;
  position: absolute;
  top: -150px;
  left: -25px;
  text-align: center;
}

.card {
  border: 0;
}

.labelogin {
  float: left;
  font-weight: bold;
}

.errorlogin {
  color: red;
  display: block;
  min-height: 24px;
  text-align: center;
  margin-bottom: 0;
}

.user {
  margin-top: 30px;
}

.pwd {
  margin-top: 20px;
}

.form-group {
  padding: 10px;
  margin-bottom: 0;
}

.txtlogo {
  color: #17775E;
  max-width: 325px;
  max-height: 85px;
}

.imglogo {
  color: #17775E;
  width: 100px;
  height: 100px;
}

.version-number {
  width: 100%;
  text-align: center;
  font-size: 10px;
  color: #959494;
}

@media only screen and (max-device-width: 768px) {
  .login-bigcontainer {
    width: 100%;
    height: 100vh;
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .login-container {
    height: auto;
  }
  .card-logo {
    width: 100%;
    padding: 0 2rem;
    position: unset;
    transform: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .card-logo .txtlogo {
    width: 70%;
  }
  .card-logo .imglogo {
    width: 25%;
  }
  .card-body {
    box-shadow: none;
    border: none;
    width: auto;
    height: auto;
    position: unset;
    transform: unset;
  }
  .version-number {
    font-size: 0.7rem;
  }
  .errorlogin {
    font-size: 1rem !important;
  }
}

/*# sourceMappingURL=index.css.map */
