html,
body {
  background-color: #222222;
  height: 100%;
  background: url(3f5b30ab28dda7a25f93.png);
  background-size: cover;
}
.logo-align {
  padding-top: 20px;
  width: 220px;
  margin: 0 auto;
}
.input-field label {
  font-size: 1.2rem;
}
.login_errors {
  background: #e74c3c;
  color: white;
  font-size: 12pt;
}
.login_errors img {
  width: 60px;
}
.inputWrapper {
  position: relative;
}
.errorText,
.pendingText {
  font-size: smaller;
  position: relative;
  top: -10px;
  float: right;
}
.errorText,
.error {
  color: #f44336;
}
.error-border {
  border: 1px solid #f44336;
  box-shadow: 0 0 0 1px #f44336 inset;
}
.pendingText {
  color: #7C99AC;
}
.header {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header > h1,
.header > h3,
.header > h4 {
  margin-top: 1.14rem;
}
.modal .modal-content.with-header {
  max-height: calc(100% - 163px);
  padding-top: 40px;
}
.modal.modal-small {
  top: 15% !important;
  left: 20% !important;
  right: 20% !important;
  width: 60% !important;
  max-height: 70% !important;
  height: 70% !important;
}


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