@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";

/* ../../../../../tmp/tmp-1732399-RqZCOyavmO1Q/gym_theme/gym_theme/public/css/pulse_login.bundle.css */
body.pulse-login-page {
  margin: 0;
  font-family:
    "Plus Jakarta Sans",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.pulse-login-page .navbar,
body.pulse-login-page .web-footer,
body.pulse-login-page footer,
body.pulse-login-page .footer,
body.pulse-login-page #navbar-breadcrumbs,
body.pulse-login-page .navbar-light {
  display: none !important;
}
.pulse-auth {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: flex;
  background: #f4f5f7;
  color: #1a1d23;
  overflow: auto;
}
@keyframes pulse-floaty {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}
.pulse-auth-brand {
  position: relative;
  flex: 1;
  background: #0e1116;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 46px 52px;
  overflow: hidden;
  min-width: 0;
}
.pulse-auth-brand .pa-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(20px);
  pointer-events: none;
}
.pulse-auth-brand .pa-glow-1 {
  top: -120px;
  right: -90px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(255, 92, 57, .5), transparent 65%);
}
.pulse-auth-brand .pa-glow-2 {
  bottom: -150px;
  left: -80px;
  width: 440px;
  height: 440px;
  background: radial-gradient(circle, rgba(255, 45, 111, .42), transparent 65%);
}
.pulse-auth-brand .pa-logo {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.pulse-auth-brand .pa-logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff5c39, #ff2d6f);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(255, 45, 111, .4);
  animation: pulse-floaty 5s ease-in-out infinite;
}
.pulse-auth-brand .pa-logo-text {
  font-weight: 800;
  font-size: 21px;
  letter-spacing: -.5px;
  color: #fff;
}
.pulse-auth-brand .pa-logo-text span {
  color: #ff5c39;
}
.pulse-auth-brand .pa-hero {
  position: relative;
  max-width: 440px;
}
.pulse-auth-brand .pa-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .5px;
  color: #ff8a6e;
  background: rgba(255, 92, 57, .12);
  border: 1px solid rgba(255, 92, 57, .25);
  padding: 6px 13px;
  border-radius: 30px;
  margin-bottom: 24px;
}
.pulse-auth-brand .pa-hero h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -1.4px;
  color: #fff;
  margin: 0 0 18px;
}
.pulse-auth-brand .pa-hero p {
  font-size: 15px;
  line-height: 1.6;
  color: #9aa1ad;
  margin: 0;
}
.pulse-auth-brand .pa-stats {
  display: flex;
  gap: 30px;
  margin-top: 34px;
}
.pulse-auth-brand .pa-stat-value {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -1px;
  color: #fff;
}
.pulse-auth-brand .pa-stat-label {
  font-size: 12px;
  font-weight: 600;
  color: #7a818d;
  margin-top: 2px;
}
.pulse-auth-brand .pa-footer {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #5b6472;
  font-weight: 500;
}
.pulse-auth-form {
  width: 50%;
  max-width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  overflow-y: auto;
}
.pulse-auth-inner {
  width: 100%;
  max-width: 392px;
}
.pulse-auth-inner .pa-head {
  margin-bottom: 30px;
}
.pulse-auth-inner .pa-head h2 {
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -.7px;
  margin: 0 0 7px;
  color: #1a1d23;
}
.pulse-auth-inner .pa-head p {
  font-size: 14px;
  color: #7a818d;
  font-weight: 500;
  margin: 0;
}
.pulse-auth .page-card,
.pulse-auth .login-content {
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}
.pulse-auth .app-logo {
  display: none !important;
}
.pulse-auth section {
  width: 100%;
}
.pulse-auth .page-card-head {
  margin-bottom: 18px;
  text-align: left;
}
.pulse-auth .page-card-head h4 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.5px;
  color: #1a1d23;
  margin: 0;
}
.pulse-auth .pa-subtitle {
  font-size: 14px;
  color: #7a818d;
  font-weight: 500;
  margin: 7px 0 0;
}
.pulse-auth .form-group {
  margin-bottom: 16px;
}
.pulse-auth .email-field,
.pulse-auth .password-field {
  position: relative;
}
.pulse-auth .form-control {
  width: 100%;
  height: 48px;
  padding: 0 14px 0 42px;
  background: #f4f5f7;
  border: 1.5px solid #e6e8ec;
  border-radius: 11px;
  font-family: inherit;
  font-size: 14px;
  color: #1a1d23;
  transition: border-color .15s, background .15s;
  box-shadow: none;
}
.pulse-auth .form-control::-moz-placeholder {
  color: #9aa1ad;
}
.pulse-auth .form-control::placeholder {
  color: #9aa1ad;
}
.pulse-auth .form-control:focus {
  outline: none;
  border-color: #ff5c39;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 92, 57, .12);
}
.pulse-auth .field-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #9aa1ad;
  width: 18px;
  height: 18px;
}
.pulse-auth .field-icon use {
  color: #9aa1ad;
}
.pulse-auth .toggle-password {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12.5px;
  font-weight: 700;
  color: #ff5c39;
  cursor: pointer;
}
.pulse-auth .forgot-password-message {
  text-align: right;
  margin: 4px 0 0;
}
.pulse-auth .forgot-password-message a {
  font-size: 12.5px;
  font-weight: 700;
  color: #ff5c39;
  text-decoration: none;
}
.pulse-auth .page-card-actions {
  margin-top: 22px;
}
.pulse-auth .btn-login,
.pulse-auth .btn-forgot,
.pulse-auth .btn-login-with-email-link {
  width: 100%;
  height: 50px;
  background: #0e1116;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-family: inherit;
  font-weight: 700;
  font-size: 14.5px;
  cursor: pointer;
  transition: transform .12s, opacity .12s;
}
.pulse-auth .btn-login:hover,
.pulse-auth .btn-forgot:hover,
.pulse-auth .btn-login-with-email-link:hover {
  transform: translateY(-1px);
  opacity: .94;
}
.pulse-auth .btn-login-option {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #f4f5f7;
  color: #1a1d23;
  border: 1.5px solid #e6e8ec;
  border-radius: 11px;
  font-family: inherit;
  font-weight: 700;
  font-size: 13.5px;
  margin-top: 10px;
  transition: background .15s, border-color .15s;
}
.pulse-auth .btn-login-option:hover {
  background: #fff;
  border-color: #cfd3db;
}
.pulse-auth .login-divider {
  position: relative;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #9aa1ad;
  margin: 18px 0 8px;
}
.pulse-auth .sign-up-message {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #7a818d;
  margin-top: 18px;
}
.pulse-auth .sign-up-message a {
  color: #ff5c39;
  font-weight: 700;
  text-decoration: none;
}
.pulse-auth .login-content .indicator {
  font-size: 13px;
}
@media (max-width: 900px) {
  .pulse-auth-brand {
    display: none;
  }
  .pulse-auth-form {
    width: 100%;
    max-width: none;
  }
}
/*# sourceMappingURL=pulse_login.bundle.XTDH5CJG.css.map */
