.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-3766 .elementor-element.elementor-element-23b17b0{--display:flex;--min-height:100vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3766 .elementor-element.elementor-element-ffdc32c{text-align:center;}.elementor-3766 .elementor-element.elementor-element-ffdc32c .elementor-heading-title{font-family:"Kavoon", Sans-serif;font-size:49px;font-weight:600;-webkit-text-stroke-width:0.3px;stroke-width:0.3px;-webkit-text-stroke-color:#000;stroke:#000;color:#EEEEEE;}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-shortcode .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-3766 .elementor-element.elementor-element-7daeacfc{z-index:1;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for shortcode, class: .elementor-element-7daeacfc */.wpam-login-form {
  max-width: 340px;
  margin: 40px auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 32px rgba(61, 112, 255, 0.08);
  padding: 2.2rem 1.7rem 1.7rem 1.7rem;
  font-family: 'Cairo', Tahoma, Arial, sans-serif;
  /* LTR by default */
}

.wpam-login-form label {
  font-weight: bold;
  color: #3d70ff;
  margin-bottom: 7px;
  display: block;
  font-size: 1rem;
  letter-spacing: 0.01em;
}

.wpam-login-form .input[type="text"],
.wpam-login-form .input[type="password"] {
  width: 100%;
  padding: 11px 12px;
  margin-top: 5px;
  margin-bottom: 18px;
  border-radius: 8px;
  border: 1px solid #d5dffa;
  background-color: #f8faff;
  font-size: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.wpam-login-form .input:focus {
  border-color: #3d70ff;
  outline: none;
  box-shadow: 0 0 0 2px #3d70ff33;
}

.wpam-login-form .login-remember label {
  font-weight: normal;
  color: #38445e;
  font-size: 0.98rem;
  cursor: pointer;
}

.wpam-login-form input[type="checkbox"] {
  accent-color: #3d70ff;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

.wpam-login-form .login-submit input[type="submit"] {
  width: 100%;
  padding: 13px 0;
  background: linear-gradient(90deg, #385afe 0%, #3780ff 100%);
  color: #fff;
  border: none;
  border-radius: 7px;
  font-weight: bold;
  font-size: 1.08rem;
  cursor: pointer;
  box-shadow: 0 4px 18px #385afe22;
  letter-spacing: 0.03em;
  transition: background 0.2s, transform 0.1s;
}

.wpam-login-form .login-submit input[type="submit"]:hover {
  background: linear-gradient(90deg, #3780ff 0%, #385afe 100%);
  transform: translateY(-2px) scale(1.01);
}

.wpam-login-form .wpam-lost-password {
  text-align: left;
  margin-top: 17px;
}

.wpam-login-form .wpam-lost-password a {
  color: #3d70ff;
  font-size: 0.98rem;
  text-decoration: none;
  transition: color 0.2s;
  font-weight: 500;
}

.wpam-login-form .wpam-lost-password a:hover {
  color: #1e345c;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 480px) {
  .wpam-login-form {
    max-width: 98%;
    padding: 1.3rem 0.5rem 1rem 0.5rem;
    font-size: 0.98rem;
  }
}/* End custom CSS */