.elementor-3585 .elementor-element.elementor-element-1a9f13b1{--display:flex;}.elementor-3585 .elementor-element.elementor-element-3fcc63d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3585 .elementor-element.elementor-element-42bc363 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-42bc363 *//* Background and font */
body {
  background-color: #fef8f4 !important;
  font-family: 'Segoe UI', sans-serif;
}

/* Center the UM form */
.um.um-login {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
}

/* Login container styling */
.um.um-login .um-form {
  width: 100%;
  max-width: 400px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #ccc;
  padding: 40px 30px 30px 30px;
  margin: 0 auto;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* Heading */
.um.um-login .um-form-header {
  font-size: 28px;
  color: #000;
  margin-bottom: 12px;
}

/* Message/description under heading */
.um.um-login .um-form-subtitle {
  font-size: 16px;
  margin-bottom: 25px;
  color: #111;
}

/* Input fields */
.um.um-login input[type="text"],
.um.um-login input[type="email"],
.um.um-login input[type="password"] {
  width: 100%;
  padding: 14px 18px;
  margin-bottom: 18px;
  border: 1px solid #000;
  border-radius: 9999px;
  font-size: 16px;
  color: #000;
  background: #fff;
  box-shadow: none;
  outline: none;
}

.um.um-login input::placeholder {
  color: #777;
  opacity: 1;
}

/* Forgot password link */
.um.um-login .um-form .um-left.um-half a,
.um.um-login .um-form .um-field-area a {
  text-decoration: none;
  color: #09A2E2;
  font-size: 14px;
  float: right;
  margin-bottom: 24px;
  display: inline-block;
  font-weight: 500;
}

/* Login button */
.um.um-login input.um-button,
.um.um-login button.um-button,
.um.um-login .um-field-area input[type="submit"] {
  width: 100%;
  background-color: #09A2E2;
  color: #fff;
  border: none;
  border-radius: 9999px;
  padding: 14px;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s;
}

.um.um-login input.um-button:hover,
.um.um-login button.um-button:hover,
.um.um-login .um-field-area input[type="submit"]:hover {
  background-color: #078ec8;
}

/* Bottom text (Register link) */
.um.um-login .um-form .um-col-alt {
  font-size: 15px;
  margin-bottom: 25px;
  text-align: left;
}

.um.um-login .um-form .um-col-alt a {
  color: #09A2E2;
  font-weight: 600;
  text-decoration: none;
}

/* Remove UM's default background, if needed */
.um.um-login {
  background: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* Optional: Remove the top margin of the login form on mobile */
@media (max-width: 600px) {
  .um.um-login .um-form {
    padding: 25px 10px 20px 10px;
    max-width: 95vw;
  }
}

/* Blue button style with visible Google icon */
.um-google-login-wrapper .nsl-button-default {
  background: #2d8ae3 !important;
  border-color: #2d8ae3 !important;
  color: #fff !important;
  font-weight: 600;
  border-radius: 6px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* Fix Google G icon background */
.um-google-login-wrapper .nsl-button .nsl-button-svg-container {
  background: #fff !important;
  border-radius: 3px;
  padding: 2px;
  margin-right: 8px;
}/* End custom CSS */