body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

main {
  margin-top: 40px;
  margin-bottom: 40px;
}

.form-error {
  color: red;
  font-size: 75%;
}

.default-btn {
  background-color: #00B0AD;
  color: white;
  font-weight: bold;
}

.reset-password a, .register-link a {
  color: #00B0AD;
  text-decoration: none;
}

.register-link span {
  flex: 1;
}

.info-area .message {
  font-size: 75%;
  font-weight: lighter;
}

.landing header.page-header {
  display: flex;
  flex: 1;
  justify-content: space-around;
  border-top: 40px solid #1A345D;
  margin-bottom: 40px;
}

.size {
  font-weight: 600;
  font-size: x-small;
  text-decoration: none;
  color: white;
  padding-right: 0px !important;
}

.floatingbox {
  float: left;
  position: absolute;
  top: 450px;
  left: 10%;
  z-index: 1000;
  background: rgba(51, 132, 175, 0.5);
}

.login-button {
  background-color: #00B0AD;
  color: white;
  font-weight: bold;
}

.forms-page header.page-header {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.forms-page header.page-header img {
  max-width: 75%;
}
.forms-page footer {
  font-size: 10px;
  padding: 30px 0 0 0;
}

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