/* reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Montserrat", sans-serif;
}
h2 {
  font-size: 32px;
  margin: 0;
}
/* form */
.form-group {
  margin-bottom: 22px;
  position: relative;
}
input {
  width: 100%;
  padding: 20px;
  border: 1px solid #dadada;
  margin-bottom: 0px;
  position: relative;
  z-index: 12;
  border-radius: 50px;
  outline: none;
}
input:focus {
  border: 1px solid #000;
}
input:focus::placeholder {
  color: rgba(255,255,255,0);
}
input:focus::-webkit-input-placeholder {
  color: rgba(255,255,255,0);
}
textarea {
  width: 100%;
  padding: 20px;
  border: 1px solid #dadada;
  margin-bottom: 0px;
  position: relative;
  z-index: 12;
  border-radius: 50px;
}
.custom-input {
  font-weight: 900;
}
.form-group .custom-input span {
  color: #e14747;
}
.form-group .desc {
  color: #949598;
  font-size: 14px;
  line-height: 1.4;
  display: inline-block;
  font-weight: 700;
}
.custom-textarea:placeholder-shown + .custom-input-placeholder,
.custom-input:placeholder-shown + .custom-input-placeholder {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -1;
  color: #888;
  transform: translateY(0px);
}
.custom-input-placeholder {
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 1;
  transform: translateY(-26px);
  transition: all 0.25s cubic-bezier(.13,.56,.38,.89) 0s;
  color: #000;
  font-size: 19px;
}
.custom-input-placeholder .required {
  color: #e14747;
}
.custom-submit {
  width: 100%;
  border: none;
  background: #000;
  color: #fff;
  padding: 10px;
  transition: all 0.25s ease-in-out 0s;
}
.custom-submit:hover {
  background: #555;
  color: #fff;
}
/* custom */
h5 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 30px;
}
.error-text {
  display: block;
  text-align: right;
  color: red;
  font-size: 12px;
  position: relative;
  top: -20px;
}
.row-height {
  height: 100vh;
}
.content-left-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 100%;
  padding: 60px 10vw 35px 10vw;
  color: #fff;
  text-align: center;
  position: relative;
  background: transparent;
  flex-direction: column;
}
.content-right-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  padding: 60px 10vw 35px 10vw;
  color: #000;
  text-align: center;
  position: relative;
  background: transparent;
  flex-direction: column;
}
.copy {
  margin-top: auto;
}
.mw-450 {
  max-width: 450px;
  display: flex;
  flex-direction: column;
}
.mw-600 {
  width: 600px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.content-left {
  background: url(images/membership-fee-buy-out-left-bg-img.jpg) no-repeat
    center center / cover;
  padding: 0;
}
.content-left-wrapper p {
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
}
.custom-input {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--main-font-family);
}
.btn {
  font-size: 20px;
  border-radius: 50px;
  padding: 13px 30px;
    padding-right: 30px;
    padding-left: 30px;
  text-decoration: none;
  border: 2px solid rgba(255,255,255,0);
  display: inline-block;
  transition: var(--main-transition);
  font-weight: 300;
  cursor: pointer;
}
.btn {
  min-width: 200px;
  background: #000;
  color: #fff;
}
.btn:hover {
  background: #999;
  color: #fff;
}
.mw-570 {
  max-width: 570px;
}

.summary ul p {
  margin-bottom: 10px;
}

/* captcha */
.captcha-container {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--third-font-family);
  margin-bottom: 50px;
}
.captcha-container .capnum1 {
  display: inline;
  width: 30px;
  border: none;
  text-align: center;  
  font-size: 14px;
  padding: 0;
}
.captcha-container .capnum2 {
  display: inline;
  width: 40px;
  text-align: center;
  border: 0;
  border-bottom: 1px solid #000;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0;
}

/* responsive */
@media (max-width: 767px) {
  .content-right-wrapper {
    padding: 60px 10px 35px 10px;
  }
  .member-address-page {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 1440px) {
  .content-left-wrapper p {
    font-size: 14px;
  }
  h5 {
    margin-bottom: 20px;
  }
  .content-left-wrapper {
    padding: 40px 30px 35px 30px;
  }
  .content-right-wrapper {
    padding: 40px 30px 35px 30px;
  }
  .mw-600 {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .content-left-wrapper {
    padding: 60px 30px 35px 30px;
  }
  input {
    padding: 15px;
  }
  .custom-input {
    font-size: 14px;
  }
  .content-left::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: 0.5;
  }
  .content-left {
    position: relative;
  }
}