.member-hub {
  margin: 90px 0;
}
@media (max-width: 900px) {
  .member-hub {
    margin: 60px 0;
  }
}
.member-hub__login {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  padding: 40px;
  background: #ffffff;
  border: 1px solid #eef1f6;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(15, 27, 61, 0.08);
}
@media (max-width: 600px) {
  .member-hub__login {
    padding: 28px;
  }
}
.member-hub__title {
  margin: 0 0 8px;
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  color: #1a1a1a;
}
.member-hub__text {
  margin: 0 0 20px;
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #4a5673;
}
.member-hub__error {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fee2e2;
  border: 1px solid #991b1b;
  color: #991b1b;
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.member-hub #loginform p {
  margin: 0 0 16px;
}
.member-hub #loginform label {
  display: block;
  margin-bottom: 6px;
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #0f1b3d;
}
.member-hub #loginform input[type=text],
.member-hub #loginform input[type=password] {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e6e9f0;
  border-radius: 12px;
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-size: 16px;
  color: #4a5673;
}
.member-hub #loginform input[type=text]:focus,
.member-hub #loginform input[type=password]:focus {
  outline: none;
  border-color: #ff8c00;
  box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.15);
}
.member-hub #loginform .login-remember label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4a5673;
}
.member-hub #loginform .login-remember input {
  width: auto;
  margin: 0;
}
.member-hub #loginform .login-submit input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 32px;
  border: none;
  border-radius: 100px;
  background: #ff8c00;
  color: #ffffff;
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  cursor: pointer;
  transition: background 0.2s ease;
}
.member-hub #loginform .login-submit input[type=submit]:hover {
  background: #e67c00;
}
.member-hub__lost {
  margin: 16px 0 0;
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-size: 14px;
  text-align: center;
}
.member-hub__lost a {
  color: #ff8c00;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.member-hub__lost a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
/*# sourceMappingURL=styles.css.map */
