.member-page {
  height: 100vh;
  width: 100vw;
  position: relative;
  background-color: #F1F3F5; }

.member-page__background-image {
  height: 100vh;
  width: fit-content;
  position: absolute; }

.member-page__background-image img {
  width: auto;
  height: 100%; }

.member-page__background-image.bg-left {
  top: 0;
  left: 0; }

.member-page__background-image.bg-right {
  top: 0;
  right: 0; }

.member-page__container {
  position: relative;
  display: flex;
  z-index: 2; }

.member-page__banner {
  font-family: Roboto;
  display: flex;
  flex: 0 0 62%;
  position: relative;
  height: 100vh; }

.member-page__banner__text {
  position: absolute;
  width: 58%;
  color: #F5FCFF;
  text-align: center;
  min-width: 440px; }

.member-page__banner__text.bg-left {
  bottom: 9%;
  left: 0; }

.member-page__banner__text.bg-right {
  bottom: 9%;
  right: 0; }

.member-page__banner__text h2 {
  text-transform: uppercase; }

.member-page__banner__text h5 {
  margin-top: 20px;
  margin-bottom: 72px;
  font-weight: normal; }

.member-page__banner__text .btn-register {
  width: 58%;
  min-width: 300px;
  border-radius: 4px;
  border: 2px solid #F5FCFF;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 140%;
  color: #F5FCFF;
  display: block;
  margin: auto;
  text-decoration: none;
  padding: 1rem; }

.member-page__banner__text .btn-register:hover {
  cursor: pointer; }

.member-page__rest {
  display: flex;
  flex: 0 0 38%;
  position: relative; }

.member-page__rest__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 410px;
  width: 100%;
  padding: 0px 1rem; }

.member-page__rest__logo {
  width: 100%;
  margin-bottom: 4.75rem; }

.member-page__rest__logo img {
  width: 100%;
  height: auto; }

.member-page__form__input {
  margin-bottom: 1.5rem;
  position: relative; }

.member-page__form__input input {
  width: 100%;
  border: none;
  height: 3.5rem;
  line-height: 3.5rem;
  font-size: 1.25rem;
  padding: 0.5rem 0.5rem 0.5rem 3.5rem; }

.member-page__form__input input#txt-phone-number {
  padding-left: 6.5rem; }

.member-page__form__input textarea {
  width: 100%;
  height: 128px;
  resize: none;
  padding: 0.5rem 0.5rem 0.5rem 3.5rem; }

.member-page__form__input img {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  height: 40px;
  width: auto; }

.member-page__form__input span {
  color: #A5A5A5;
  position: absolute;
  top: 50%;
  left: 3.5rem;
  transform: translate(0, -45%);
  font-size: 1rem; }

.member-page__form__input__action {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  font-size: 1rem;
  transform: translate(0, -50%);
  color: #BDBDBD; }

.member-page__form__input__action:hover {
  cursor: pointer; }

.member-page__form__forgot-password {
  font-size: 1.25rem;
  line-height: 140%;
  text-align: right;
  color: #bdbdbd;
  margin-bottom: 2.5rem; }

.member-page__form__buttons .btn-sign-in {
  line-height: 4rem;
  background: #00AEEF;
  border: 2px solid #00AEEF;
  box-sizing: border-box;
  border-radius: 4px;
  display: block;
  text-align: center;
  color: #F5FCFF;
  font-size: 1.5rem;
  text-decoration: none;
  width: 100%; }

.member-page__form__buttons .btn-sign-in:hover {
  cursor: pointer; }

.member-page__form__buttons .btn-edit-password {
  line-height: 4rem;
  background-color: inherit;
  border: 2px solid #082648;
  box-sizing: border-box;
  border-radius: 4px;
  display: block;
  text-align: center;
  color: #082648;
  font-size: 1.5rem;
  text-decoration: none;
  width: 100%; }

.member-page__form__buttons .btn-edit-password:hover {
  cursor: pointer; }

.member-page__form label {
  font-size: 1.25rem; }

.member-page input::placeholder {
  color: #bdbdbd; }

.member-page .chk-item label {
  color: #bdbdbd; }

.member-page__edit-form {
  width: 400px;
  margin: auto; }

.chk-item {
  display: flex;
  align-items: center; }

.chk-item input {
  position: relative;
  width: 40px;
  height: 40px;
  color: #333;
  border-radius: 4px;
  appearance: none;
  outline: 0;
  cursor: pointer;
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
  border: 1px solid #333;
  margin-right: 1rem; }

.chk-item input.chk_input {
  max-width: 200px;
  height: 40px; }

.chk-item input::before {
  position: absolute;
  content: '';
  display: block;
  top: 6px;
  left: 13px;
  width: 12px;
  height: 21px;
  border-style: solid;
  border-color: #333;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  opacity: 0; }

.chk-item input:checked {
  color: #333; }

.chk-item input:checked::before {
  opacity: 1; }

.chk-item input:checked ~ label::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
