header {
  display: none;
}
footer {
  display: none;
}
#main-content {
  background: #0c5c69;
  background-color: #0c5c69 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.login-register__instructions .title {
  /* font-family: "Bitter", Georgia, "Times New Roman", serif; */
  margin-bottom: 15px;
  color: #0e5c67;
  /* text-align: center; */
  font-weight: bold;
}
.login-register__instructions-list {
  list-style: auto;
  margin-left: 40px;
  margin-bottom: 20px;
}


.login-register__instructions {
  margin-bottom: 20px;
}