html, body {
  height: 100%;
  width: 100%;
}

.container {
  position: relative;
  height: 100%;
  width: 100%;
}

.center-login-content {
  font-family: "Spline Sans", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  position: absolute;
  width: 400px;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -200px; /* apply negative top and left margins to truly center the element */
}

.comp-science-img {
  display: block;
  margin: 0 auto;
  height: 60px;
  padding-bottom: 40px;
}

.username-input {
  font: inherit;
  width: 100%;
  padding: 6px 0 7px 10px;
  box-sizing: border-box;
}

.next-btn {
  color: white;
  width: 100%;
  height: 62px;
  background: linear-gradient( 45deg, #D96427 30%, #EE9D4F 90%);
  margin-top: 50px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
}

.error-page {
  margin: auto;
  width: 50%;
  padding: 20px;
  margin: auto;
}

.error-block {
  text-align: center;
  color: gray;
}

.error-back-url {
  text-decoration: none;
}

.error-text {
  color: #FF3300;
}

.center-content {
  font-family: "Spline Sans", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  position: absolute;
  width: 100%;
  height: auto;
  top: 35%;
}

.home-message {
  text-align: center;
}
