@charset "UTF-8";

input[type="text"]#mail:-ms-input-placeholder {
  font-weight: normal;
}

input[type="text"]#mail::-webkit-input-placeholder {
  font-weight: normal;
}

input[type="text"]#mail::-ms-input-placeholder {
  font-weight: normal;
}

input[type="text"]#mail::placeholder {
  font-weight: normal;
}

input[type="text"] {
  font-size: 20px;
}

.member_btn.btn_next.btn_next_sm {
  height: 60px;
  /* line-height: 60px; */
  background-color: #ea2433;
  font-size: 15px;
}

.reset_text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.42;
}

.contact_area {
  margin-top: 25px;
  padding: 15px 14px;
  border: 2px solid #d7c898;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.contact_area__text {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.contact_area__text a {
  color: #0048cc;
  text-decoration: underline;
}

.forgetpass_msg {
  padding: 0;
}

.forgetpass_msg p {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.btn_login_new {
  font-size: 30px;
  width: fit-content;
  min-width: 600px;
  min-height: 100px;
  padding-top: 20px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#regist .btn_login:before {
  border-left-color: #2d7900;
}
