/* member_login 會員登入 */

.member-login-wrap {
  background: transparent;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}

.cancel_img {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 7px;
  right: 7px;
}

.member-login-content {
  width: 65%;
  padding: 5vh 0;
  background: #fff;
  border-radius: 0.3rem 0 0 0.3rem;
}

.member-login-FB {
  color: #fff;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
}

.member-login-FB button {
  margin: 45px 0px 30px 0px;
}

.fb_button {
  display: block;
  max-width: 260px;
  height: 43px;
  margin: 0 auto 4vh;
  line-height: 43px;
  border-radius: 3px;
  letter-spacing: 0.58px;
  background-color: #4460a0 !important;
  background-image: url(../images/ic_sign-in_facebook2.png);
  background-repeat: no-repeat;
  text-align: center;
  text-indent: 28px;
  transition: all 0.5s;
}

.button-style {
  display: inline-block;
  width: 100%;
  margin: 1.5vh auto 3vh;
  padding: 10px;
}

@media screen and (min-width: 767px) {
  .fb_button:hover {
    opacity: 0.8;
    color: #fff;
    cursor: pointer;
  }
}

.or_text {
  font-size: 14px;
  color: #b4b4b4;
  letter-spacing: 0.58px;
  text-align: center;
  padding: 1.5% 0 2%;
}

.member-login-account {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}

.member-login-account input {
  margin-bottom: 20px;
}

.remember_me_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}


.member-login-right {
  background: rgba(240, 163, 163, 0.3);
  background: rgba(255, 255, 255, 0.4);
  width: 35%;
  border-radius: 0 0.3rem 0.3rem 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.no-member-text {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.066em;
}

.sign-up-now {
  display: block;
  padding: 10px 30px;
  background: #fff;
  color: #666;
  border: 1px solid #b9b9b9 !important;
  margin: 0 auto;
  margin-top: 16px;
  border-radius: 3px;
  border: none;
  font-size: 14px;
/*  color: #FFFFFF;  */
  letter-spacing: 0.58px;
  text-align: center;
  transition: all 0.5s;
}

.sign-up-now:hover {
  opacity: 0.8;
  color: #666;
}

.forget-psw {
  text-align: right;
}


/* input-style共用 */

.input-style input {
  background-color: #f8f7f6;
  border-radius: 5px;
  border: none;
  padding: 10px 7px;
  width: 100%;
  outline: none;
  height: 40px;
  /*    border-bottom: 1px solid #4A4A4A;*/
  font-weight: 400;
  margin: 5px 0 20px;

}

.input-style input.checkinput {
  margin-bottom: 5px;
  margin-top: -2px;
  vertical-align: middle;
}

.-disabled- {
  /*    background-color: #b4b4b4;*/
}




@media screen and (min-width: 767px) {

  .member-login-wrap {
    flex-direction: row;
  }
}



@media screen and (max-width: 767px) {
  .member-login-content {
    width: 100%;
    border-radius: 0.3rem 0.3rem 0 0;
  }

  .member-login-right {
    width: 100%;
    border-radius: 0 0 0.3rem 0.3rem;
  }
}


@media screen and (max-width: 991px) {


  .no-member-text {
    padding-top: 20px;
  }

  .sign-up-now {
    margin-bottom: 50px;
    margin-top: 16px;
    width: 100%;
  }
}


