body {
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  width: 100%;
}

.bodyform {
  background-color: aliceblue;
  background-size: cover;
  font-family: "Lato", Calibri, Arial, sans-serif;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 86vh;
}

.divheaderimgs {
  margin: 0 auto;
  width: 430px;
  height: 75px;
  text-align: center;
}

.divheaderimgs2 {
  margin-left: 1em;
}

/*mobile menu*/
@media (min-width: 49.938em) {
  .main,
  header .menu-icon {
    display: none;
  }
  header {
    padding: 2em 0;
  }
}

@media (max-width: 49.938em) {
  #desktop-menu-container {
    display: none;
  }
}

@media (min-width: 49.938em) {
  .divheaderimgs2 {
    display: none;
  }
}

@media (max-width: 49.938em) {
  .divheaderimgs {
    display: none;
  }
}

.login-container {
  -webkit-box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.2);
  padding: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
}

#message-viewer-container {
  width: 80%;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.boxLabel {
  width: 75%;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: whitesmoke;
  word-wrap: normal;
}

.messageLabel {
  width: 25%;
  padding: 0.5em;
}

.searchButton {
  border-radius: 0px;
  font-size: 2em;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.message-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2em;
  margin-top: 1em;
  color: black;
}

.message-section:first-child {
  margin-top: 0;
}

@media screen and (max-width: 49.938em) {
  #message-viewer-container {
    width: 90%;
  }
  .messageLabel,
  .boxLabel {
    width: 100%;
  }
  .message-section {
    font-size: 1.8em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #ErrorCodeID {
    font-size: 1.8em;
  }
}

.login-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
}

.login-section:first-child {
  margin-top: 0;
}

#login-title span {
  font-size: 2em;
  font-size: 38px;
  font-weight: bold;
  color: #1691be;
}

#login-username input,
#login-password input {
  -webkit-transition: border-bottom 500ms;
  transition: border-bottom 500ms;
  font-size: 1.5em;
  border: none;
  background-color: transparent;
  outline: none;
  border-bottom: solid 2px #ddd;
}

#login-username input:focus,
#login-password input:focus {
  border-bottom: solid 2px #1691be;
}

#login-buttons {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.checkbox-container {
  font-size: 1.3em;
  font-family: "Lato", Calibri, Arial, sans-serif;
  display: block;
  color: #666;
  padding-left: 1.8em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1em;
  width: 1em;
  border: 0px solid #00d9ffe4;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.15);
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #1691be;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: rgba(0, 0, 0, 0.3);
}

.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0.35em;
  top: 0.15em;
  width: 0.3em;
  height: 0.55em;
  border: solid white;
  border-width: 0 0.15em 0.15em 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.buttonClass {
  -webkit-transition: background-position 0.5s;
  transition: background-position 0.5s;
  padding: 0.6em;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  color: white;
  border: 0px solid black;
  border-radius: 5px;
  outline: none;
  background: -webkit-gradient(linear, left top, right top, from(#166ba2), color-stop(50%, #1691be), to(#00abee));
  background: linear-gradient(90deg, #166ba2 0%, #1691be 50%, #00abee 100%);
  background-size: 200%;
}

.buttonClass:hover {
  background-position: 100%;
}

.buttonClass:active {
  position: relative;
  top: 2px;
}

#lblMessage {
  border-radius: 4px;
  font-family: "Lato", Calibri, Arial, sans-serif;
  color: white;
  background-color: #ba3026;
  padding: 0.6em;
  font-size: 0.85em;
}

#lblMessage:empty {
  display: none;
}
/*# sourceMappingURL=Login.css.map */