@CHARSET "UTF-8";
#div_registration {
  overflow-y: auto;
  height: 100%;
}

.tablet_container .tos_notice {
  color: white;
  font-size: 0.95rem;
}
.tablet_container .tos_notice a {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .tablet_container .tos_notice {
    color: black;
  }
}
.tablet_container #link_back_to_order {
  color: #218778;
  text-decoration: underline;
}
.tablet_container #link_back_to_order:hover {
  color: #218778;
  cursor: pointer;
}
.tablet_container form label, .tablet_container form a {
  font-size: 1.125rem;
}

.register_button {
  background-color: #3ACC8D;
}

#login_button_in_form {
  background-color: #FF5959;
}

.show_registration_button {
  background-color: #3ACC8D;
}

.forgotten_password {
  margin-top: 0.75rem;
  display: block;
}

.show_login_button {
  text-decoration: underline !important;
  font-size: 1rem;
  text-align: center;
}
