/* register */
.register-page {
  padding-top: 150px;
  padding-bottom: 50px;
}

.wrap-register {
  background-color: #f0f0f0;
}

.wrap-register .block-page .left {
  width: 42%;
}

.wrap-register .block-page .right {
  width: 58%;
}

.wrap-register .left {
  padding: 35px;
  background: url('../images/bg_register_form.jpg') no-repeat;
  background-size: cover;
  border-radius: 70px;
}

.slogan-regist-page>p {
  display: inline-block
}

.wrap-register.inner-page .left {
  width: 100%;
  max-width: 730px;
}

.wrap-register.inner-page {
  background-color: unset;
}

.form-register input.register-input,
.form-register textarea,
.form-register select {
  width: 100%;
  margin: 5px 0;
  padding: 10px 35px 10px 20px;
  border: 1px solid #fff;
  background: #fff;
  color: #000000;
  border-radius: 30px;
  box-shadow: 3px 2px 5px #0000008a;
}

.form-register input.register-input::placeholder,
.form-register textarea::placeholder {
  color: #808080;
  font-size: 17px;
}

.form-register select option {
  background-color: transparent;
  color: #000;
  max-width: 100%;
}

.form-register select {
  position: relative;
}

#register_time {
  padding-left: 120px;
}

.wrap-registertime {
  position: relative;
}

.wrap-registertime::before {
  content: 'Giờ đặt tiệc:';
  position: absolute;
  left: 0;
  top: 0;
  width: fit-content;
  height: 100%;
  line-height: 56px;
  color: #fff;
  padding: 0 10px;
}

.form-register>h3 {
  font-size: 26px;
  color: #2fceff;
  font-family: msr-sb;
  margin-top: 20px;
  margin-bottom: 10px;
}

.row-reg-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  width: 100%;
}

select.register-input {
  position: relative;
  background: url(../images/decor-select.png) no-repeat calc(100% - 15px) center;
  background-color: #fff;
  color: #808080;
}

select.register-input::after {
  content: "\f0d7";
  font-family: 'Font Awesome 5 Brands';
  position: absolute;
  height: 100%;
  width: 15px;
  text-align: center;
  top: 0;
  right: 0;
  color: #808080;
}

.row-reg-form-ration {
  width: 100%;
  /* display: flex;
  flex-wrap: wrap; */
  color: #fff;
  margin: 15px 0;
}

.row-reg-form-ration>label {
  font-family: msr-b;
  width: 165px;
  margin-bottom: 10px;
}

.form-register .custom-control-label {
  line-height: 24px;
}

.form-register .custom-radio input,
.form-register .custom-radio label {
  cursor: pointer;
}

.form-register .custom-radio input:hover,
.form-register .custom-radio label:hover {
  color: #2fceff;
}

.reg-input {
  position: relative;
}

.form-register .invalid-feedback {
  margin-bottom: 10px;
}

.form-register input[type="date"] {
  border: none;
  box-sizing: border-box;
  outline: 0;
  padding: .75rem;
  position: relative;
  width: 100%;
}

.form-register input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

@media(max-width: 1001px) {
  .register-page {
    padding-top: 50px;
  }
}

@media(max-width: 768px) {
  .wrap-register .left {
    border-radius: 15px;
    padding: 35px 15px;
  }
}

@media(max-width: 576px) {

  .row-reg-form-ration.w-50 {
    width: 100% !important;
  }

}

@media(max-width: 500px) {
  .row-reg-form {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0px;
  }
}