/*
    Created on : 25.3.2019, 8:45:17
    Author     : jan.ondracek
*/
/*
    Created on : 18.3.2019, 13:03:39
    Author     : jan.ondracek
*/
body {
  background-color: #3693e1 !important;
  min-width: 250px;
}

#modalLoadingContainer {
  position: absolute !important;
}

#logoContainer {
  position: relative;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 100px;
  padding: 10px 20px 10px 20px;
  width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-content;
  /* Chrome */
}
@media (max-width: 350px) {
  #logoContainer {
    width: auto;
  }
}
#logoContainer img {
  width: 100%;
}

#pageContainer {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#pageContainer > div {
  position: relative;
  padding: 15px 20px;
  margin: 0 auto;
  min-width: 200px;
  max-width: 350px;
  min-height: 230px;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}
#pageContainer > div input {
  border: none;
  background: transparent;
  border-bottom: 1px solid #fff;
  height: 35px;
  padding-left: 40px;
  font-size: 18px;
  outline: none;
  color: #fff !important;
  width: 100%;
}
#pageContainer > div .fa-user, #pageContainer > div .fa-lock {
  position: absolute;
  vertical-align: middle;
  color: #fff;
  font-size: 28px;
  width: 20px;
}
#pageContainer button {
  font-weight: bold;
}

::placeholder {
  color: #fff;
  opacity: 0.6;
}

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