.elementor-763 .elementor-element.elementor-element-0ebcf90{--display:flex;--padding-top:040px;--padding-bottom:040px;--padding-left:40px;--padding-right:40px;}.elementor-763 .elementor-element.elementor-element-0ebcf90:not(.elementor-motion-effects-element-type-background), .elementor-763 .elementor-element.elementor-element-0ebcf90 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #C96D70 0%, #CAC100 100%);}:root{--page-title-display:none;}@media(max-width:767px){.elementor-763 .elementor-element.elementor-element-0ebcf90{--padding-top:020px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS for html, class: .elementor-element-afd854c */.lx-login-wrap{
  max-width:420px;
  margin:0 auto;
  padding:34px;
  background:rgba(0,0,0,.65);
  border-radius:22px;
  box-shadow:0 25px 60px rgba(0,0,0,.6);
  backdrop-filter:blur(6px);
}

/* HEADING */
.lx-login-wrap h2{
  color:#fff;
  text-align:center;
  margin-bottom:22px;
  font-size:26px;
}

/* INPUTS */
.lx-login-wrap input{
  width:100%;
  padding:14px 16px;
  margin-bottom:16px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.25);
  background:transparent;
  color:#fff;
  font-size:15px;
}

.lx-login-wrap input::placeholder{
  color:#cfd3ff;
}

/* BUTTON */
.lx-login-btn{
  width:100%;
  padding:14px;
  border:none;
  border-radius:30px;
  background:linear-gradient(135deg,#b31217,#e52d27,#f5d76e);
  color:#000;
  font-weight:700;
  font-size:16px;
  cursor:pointer;
  transition:.3s;
}

.lx-login-btn:hover{
  transform:translateY(-3px);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0ebcf90 *//* ===== MATCH CARDS WRAPPER ===== */
.lx-matches{
  max-width:1200px;
  margin:0 auto;
  padding:40px 15px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

/* CARD */
.lx-card{
  background:linear-gradient(180deg,#1a0f0f,#0f0a0a);
  border-radius:18px;
  padding:22px;
  position:relative;
  box-shadow:0 18px 40px rgba(0,0,0,.55);
  border:1px solid rgba(255,200,0,.15);
}

/* DATE BADGE */
.lx-date{
  display:inline-block;
  padding:6px 14px;
  font-size:13px;
  font-weight:700;
  border-radius:30px;
  background:linear-gradient(135deg,#ffd200,#ff9f1c,#ff4d4d);
  color:#000;
  margin-bottom:18px;
}

/* TEAMS */
.lx-teams{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:18px;
}

.lx-team{
  text-align:center;
}

.lx-team h4{
  margin:0;
  font-size:18px;
  font-weight:700;
  color:#fff;
}

.lx-team span{
  display:block;
  margin-top:6px;
  font-size:13px;
  color:#ffd200;
}

/* VS */
.lx-vs{
  background:#ff4d4d;
  color:#fff;
  font-size:14px;
  font-weight:800;
  padding:6px 12px;
  border-radius:8px;
}

/* BUTTON */
.lx-btn{
  margin-top:22px;
  width:100%;
  padding:14px 0;
  border:none;
  border-radius:40px;
  font-size:15px;
  font-weight:800;
  cursor:pointer;
  background:linear-gradient(135deg,#ffd200,#ff9f1c,#ff4d4d);
  color:#000;
}

/* MOBILE */
@media(max-width:768px){
  .lx-matches{
    grid-template-columns:1fr;
  }
}/* End custom CSS */