.elementor-1085 .elementor-element.elementor-element-727c30d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1085 .elementor-element.elementor-element-09cf16a img{width:50%;}/* Start custom CSS for html, class: .elementor-element-2816aab *///* Fuente Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

/* Fondo compuesto: imagen + capa negra */
body {
  min-height: 100vh;
  margin: 0;
  padding: 40px 20px;
  font-family: 'Poppins', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 0;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://leonalegal.com/wp-content/uploads/2025/05/Georgia_State_Capitol_Atlanta-scaled-1.jpg');
  background-size: cover;
  background-position: top center;
  opacity: 0.8;
  z-index: -2;
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  z-index: -1;
}

.mp_wrapper.mp_login_form {
  background-color: #ffffff1a;
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 40px;
  width: 90%;
  max-width: 700px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  margin: 0px auto 100px auto; /* aire arriba y abajo, centrado horizontal */
  box-sizing: border-box;
}

.mepr-form label {
  font-weight: 600;
  color: #fff;
  display: block;
  margin-bottom: 8px;
}

.mp-form-row {
  margin-bottom: 20px;
}

.mepr-form input[type="text"],
.mepr-form input[type="password"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
  color: #333;
  box-sizing: border-box;
  font-size: 14px;
}

.mp-hide-pw {
  position: relative;
  display: flex;
  align-items: center;
}

.mp-hide-pw button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.mp-hide-pw input[type="password"] {
  padding-right: 40px;
  flex: 1;
}

.submit input[type="submit"] {
  background-color: #F76D6D;
  color: #fff;
  border: none;
  padding: 12px;
  width: 100%;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit input[type="submit"]:hover {
  background-color: #e05555;
}

.mepr-login-actions a {
  color: #F76D6D;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  margin-top: 16px;
}

.mepr-login-actions a:hover {
  text-decoration: underline;
}

input[type="checkbox"] {
  accent-color: #F76D6D;
}

label {
  color: #fff;
  font-size: 14px;
}/* End custom CSS */