.elementor-2897 .elementor-element.elementor-element-f81d76d{--display:flex;}.elementor-2897 .elementor-element.elementor-element-bed4a57 > .elementor-widget-container{border-radius:9px 9px 9px 9px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2897 .elementor-element.elementor-element-4c42691{text-align:left;color:#FFFFFF;}@media(max-width:1366px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-2897 .elementor-element.elementor-element-4c42691{text-align:center;}}/* Start custom CSS for shortcode, class: .elementor-element-bed4a57 */body.user-registration-page #user-registration:not(.user-registration-MyAccount), body.user-registration-page .user-registration:not(.user-registration-MyAccount) {
 background:white!important;   
}

.elementor-2897 .elementor-element.elementor-element-bed4a57 > .elementor-widget-container {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5)!important;
}
#ur-frontend-form{
    background-color: white!important;
}


#user-registration {
    background-color: #ffffff00!important;

}

.ur-form-row{
   /* width:100%;!important; */
}
.user-registration-LostPassword {
    display: none!important;
}



#user-registration.user-registration, #user-registration * {
    align-items: center!important;
}

.form-row {
    display: table-row!important;
}
.ur-frontend-form.login {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.user-registration-form {
  display: flex;
  flex-direction: column;
}

/* Desktop Layout - Username and Password side by side */
@media (min-width: 768px) {
  .user-registration-form .ur-form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .user-registration-form .ur-form-grid {
    width: 48%;
  }

  /* Label styling */
  .user-registration-form label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
  }

  /* Input field styling */
  .user-registration-form input[type="text"],
  .user-registration-form input[type="password"] {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
  }

  /* Submit button styling */
  .user-registration-form input[type="submit"] {
    background-color: #e74c3c;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
  }

  .user-registration-form input[type="submit"]:hover {
    background-color: #c0392b;
  }

  /* Make the "Don't have an account?" link at the bottom center */
  .user-registration-LostPassword {
    text-align: center;
    margin-top: 15px;
  }

  .user-registration-LostPassword a {
    color: #3498db;
    text-decoration: none;
    font-size: 14px;
  }

  .user-registration-LostPassword a:hover {
    text-decoration: underline;
  }

  /* "Remember Me" checkbox */
  .user-registration-form__label-for-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .user-registration-form__input-checkbox {
    margin-right: 8px;
  }
}

/* Mobile Layout - Stack the fields */
@media (max-width: 767px) {
  .ur-frontend-form.login {
    padding: 15px;
    width: 90%;
  }

  .user-registration-form .ur-form-row {
    display: block;
    margin-bottom: 20px;
  }

  .user-registration-form .ur-form-grid {
    width: 100%;
  }

  .user-registration-form input[type="text"],
  .user-registration-form input[type="password"],
  .user-registration-form input[type="submit"] {
    font-size: 14px;
    padding: 10px;
  }

  .user-registration-form label {
    font-size: 14px;
  }
}/* End custom CSS */