.login-button-container {
  margin: 32px -15px;
}

.sign-in, .register {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.sign-in {
  padding-left: 0;
}

.register {
  padding-right: 0;
}

.sign-in__button,
.register__button {
  background-color: white;
  border: 1px solid black;
  display: block;
  min-height: 60px;
  width: 100%;
}
.sign-in__button:hover,
.register__button:hover {
  background: none;
  border: 1px solid #ccc;
}
.sign-in__button:active, .sign-in__button.active,
.register__button:active,
.register__button.active {
  background-color: #ccc;
  box-shadow: none;
}

.hidden_clip {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

.text-input__field {
  border: 0;
  display: block;
  font-size: 16px;
  height: 60px;
  outline: 1px solid #ccc;
  padding: 18px;
  width: 100%;
}
.text-input__field:active, .text-input__field.active {
  outline: 1px solid black;
}

.responsive-item {
  height: 900px;
}

#ReactEmbeddedReservations > div > form > div.col-md-10.text-center {
  width: 100%;
}

#ReactEmbeddedReservations > div > form > div.col-md-6 {
  width: 100%;
}

.buttn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 4px;
}

.buttn-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.form__legend--subtitle {
  font-family: "Open Sans", "OpenSans-Light",Helvetica,Arial,sans-serif;
  margin: 0 auto 20px auto;
  font-size: 21px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}

.apt-contain {
  width: 80%;
  margin: auto;
}