.elementor-3586 .elementor-element.elementor-element-bf33ee3{--display:flex;--padding-top:30px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3586 .elementor-element.elementor-element-cde99ce > .elementor-widget-container{margin:0px 0px 0px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-cde99ce *//* Main background */
body {
  background-color: #fef8f4 !important;
  font-family: 'Segoe UI', sans-serif;
}

/* Page heading just below nav, outside the card */
.register-page-title, .um-page-title, .um-register-title, .page-title {
  display: block;
  margin: 42px auto 18px auto;
  font-size: 2.4rem;
  font-weight: bold;
  color: #212121;
  text-align: center;
  letter-spacing: 0.01em;
}

/* Container for card - aligns and keeps card proportional */
.um.um-register,
.register-form-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: unset;
  padding: 0;
  margin: 0;
}

/* Card-style: wider, less vertical space */
.um.um-register .um-form,
.register-form-container {
  width: 100%;
  max-width: 470px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #dedede;
  padding: 28px 28px 20px 28px;
  margin: 0 auto 48px auto;
  box-shadow: 0 5px 18px rgba(89,206,255,0.08), 0 1.5px 7px rgba(44,62,80,0.02);
}

/* Labels */
.um.um-register .um-field-label,
.register-form-container label {
  font-size: 15.5px;
  font-weight: 600;
  color: #222;
  margin-bottom: 6px;
  margin-top: 14px;
}

/* Inputs */
.um.um-register input[type="text"],
.um.um-register input[type="email"],
.um.um-register input[type="password"],
.register-form-container input[type="text"],
.register-form-container input[type="email"],
.register-form-container input[type="password"] {
  width: 100%;
  padding: 14px 18px;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-radius: 9999px;
  font-size: 16px;
  color: #191919;
  background: #fff;
  box-shadow: none;
  outline: none;
  transition: border-color 0.2s;
}

/* Register button */
.um.um-register input.um-button,
.um.um-register button.um-button,
.um.um-register .um-field-area input[type="submit"],
.register-form-container input[type="submit"] {
  width: 100%;
  background-color: #59CEFF;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 0;
  transition: background-color 0.3s;
  box-shadow: 0 3px 14px 0 rgba(89,206,255,0.07);
}

.um.um-register input.um-button:hover,
.um.um-register button.um-button:hover,
.um.um-register .um-field-area input[type="submit"]:hover,
.register-form-container input[type="submit"]:hover {
  background-color: #36b6eb;
}

/* Responsive: Keep card full width on mobile */
@media (max-width: 700px) {
  .um.um-register .um-form,
  .register-form-container {
    max-width: 98vw;
    padding: 14px 3vw 16px 3vw;
  }
  .register-page-title, .um-page-title, .um-register-title, .page-title {
    font-size: 2rem;
    margin-top: 22px;
    margin-bottom: 12px;
  }
}

/* === Make Google + UM buttons the exact same width and centered === */

/* 1) Shared width/centering */
.um .um-form .um-button,
.um .um-form input.um-button,
.um .um-google-login-wrapper .nsl-button {
  display: block !important;
  width: 520px !important;        /* exact same width for both */
  max-width: 100% !important;      /* prevent overflow on small screens */
  margin: 0 auto 16px !important;  /* center + consistent gap */
  height: 56px !important;
  border-radius: 12px !important;
  box-sizing: border-box !important;
}

/* 2) Google button visuals to match your design */
.um .um-google-login-wrapper .nsl-button {
  background: #1a73e8 !important;
  color: #fff !important;
  border: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 18px !important;
  box-shadow: 0 6px 14px rgba(26,115,232,.22) !important;
}
.um .um-google-login-wrapper .nsl-button:hover {
  background: #1669d2 !important;
}

/* 3) Icon square on the left */
.um .um-google-login-wrapper .nsl-button .nsl-button-svg-container {
  width: 36px !important;
  height: 36px !important;
  border-radius: 8px !important;
  background: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 12px !important;
  flex-shrink: 0 !important;
}
.um .um-google-login-wrapper .nsl-button svg,
.um .um-google-login-wrapper .nsl-button img {
  width: 22px !important;
  height: 22px !important;
}

/* 4) Center the “Continue with Google” text */
.um .um-google-login-wrapper .nsl-button .nsl-button-label-container {
  flex: 1 1 auto !important;
  text-align: center !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  white-space: normal !important;
}

/* 5) (Optional) If UM adds button groups, make them full-width too */
.um .um-center .um-button-group .um-button {
  width: 520px !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}/* End custom CSS */