body {
  background-color: #1d6fb6;
  color: #DDDDDD;
}

.login_form {
  width: 100%;
  padding: 5px 15px;
}

.login_wrapper {
  max-width: 400px;
  height: 300px;
  position: absolute;
  margin: auto;
  top: -117px;
  bottom: 0;
  left: 0;
  right: 0;
}

.registration_wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login_wrapper_large {
  max-width: 800px;
  height: 300px;
  position: absolute;
  margin: auto;
  top: -10px;
  bottom: 0;
  left: 0;
  right: 0;
}

.login_logo_wrapper {
  text-align: center;
  height: 125px;
}

.login_logo {
  width: 225px;
}

.card {
  border: 3px solid;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
}

.register-page-card {
  width: 370px;
  height: -moz-max-content;
  height: max-content;
}

.register-page-container {
  flex-wrap: wrap;
  justify-content: center;
}

.register-page-input {
  min-width: 300px;
  width: 300px;
}

.register-page-form {
  width: -moz-max-content;
  width: max-content;
}

.set-password-wrapper {
  width: 575px;
  min-width: 575px;
  max-width: 575px;
  top: -153px;
}

@media only screen and (max-width: 645px) {
  .set-password-wrapper .card {
    max-height: 550px;
    overflow-y: scroll;
  }
  .set-password-wrapper .card::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .set-password-wrapper .card::-webkit-scrollbar-track {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 626px) {
  .set-password-wrapper {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
  }
}
@media only screen and (max-width: 435px) {
  .register-account-button {
    width: 100% !important;
  }
  .register-page-card {
    width: 100%;
  }
  .register-page-input {
    width: 100%;
  }
}
