.elementor-19608 .elementor-element.elementor-element-aa150cb{margin-top:0px;margin-bottom:-122px;z-index:1;}.elementor-19608 .elementor-element.elementor-element-a51f826 .edublink-animation-widget .edublink-animation-widget-color{background-color:#1ab69d;height:80px;width:80px;}.elementor-19608 .elementor-element.elementor-element-a51f826{width:auto;max-width:auto;top:-20px;z-index:0;}body:not(.rtl) .elementor-19608 .elementor-element.elementor-element-a51f826{left:75px;}body.rtl .elementor-19608 .elementor-element.elementor-element-a51f826{right:75px;}.elementor-19608 .elementor-element.elementor-element-a51f826 .edublink-animation-widget{z-index:0;opacity:1;display:flex;}.elementor-19608 .elementor-element.elementor-element-3665995 .edublink-animation-widget .edublink-animation-widget-color{background-color:#1ab69d;height:80px;width:80px;}.elementor-19608 .elementor-element.elementor-element-3665995{width:auto;max-width:auto;top:30px;z-index:0;}body:not(.rtl) .elementor-19608 .elementor-element.elementor-element-3665995{right:-50px;}body.rtl .elementor-19608 .elementor-element.elementor-element-3665995{left:-50px;}.elementor-19608 .elementor-element.elementor-element-3665995 .edublink-animation-widget{z-index:0;opacity:1;display:flex;}.elementor-19608 .elementor-element.elementor-element-6c3391f .edublink-animation-widget .edublink-animation-widget-color{background-color:#1ab69d;height:80px;width:80px;}.elementor-19608 .elementor-element.elementor-element-6c3391f{width:auto;max-width:auto;top:30px;}body:not(.rtl) .elementor-19608 .elementor-element.elementor-element-6c3391f{left:35px;}body.rtl .elementor-19608 .elementor-element.elementor-element-6c3391f{right:35px;}.elementor-19608 .elementor-element.elementor-element-6c3391f .edublink-animation-widget{z-index:0;opacity:1;display:flex;}.elementor-19608 .elementor-element.elementor-element-db0a39f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-19608 .elementor-element.elementor-element-7c2da00{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19608 .elementor-element.elementor-element-8cc0d05{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-19608 .elementor-element.elementor-element-7c2da00{--width:50%;}.elementor-19608 .elementor-element.elementor-element-8cc0d05{--width:50%;}}@media(max-width:1024px){.elementor-19608 .elementor-element.elementor-element-aa150cb{margin-top:0px;margin-bottom:-230px;}}@media(max-width:767px){.elementor-19608 .elementor-element.elementor-element-aa150cb{margin-top:0px;margin-bottom:-100px;}}/* Start custom CSS for html, class: .elementor-element-0cf5664 *//* Login Button Styles */
.login-btn,
.login-btn:focus,
.login-btn:hover,
.login-btn[disabled],
.login-btn[disabled]:focus,
.login-btn[disabled]:hover {
  background: linear-gradient(90deg, #149be3, #0d6efd);
  border: none;
  box-shadow: 0 4px 10px rgba(20, 155, 227, 0.4);
  border-radius: 12px;
  transition: all 0.45s;
  position: relative;
  margin: 0;
  width: 100%;
  height: 55px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

/* Optional hover animation */
.login-btn:hover {
  box-shadow: 0 6px 15px rgba(20, 155, 227, 0.6);
  transform: translateY(-2px);
}

/* Login Form Container */
.landing-option2 .landing-signup {
  max-width: 500px;
  max-height: 70vh;
  overflow: auto;
  position: absolute;
  top: calc(50% + 135px);
  transform: translateY(-70%);
  right: 10vw;
  z-index: 1;
  background-color: #fff;
  padding: 16px;
  border-radius: 15px;
  direction: rtl;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

/* Center container */
.center {
  width: 350px;
  margin: 100px auto;
  background: #fff;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.center h3 {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

/* Input fields */
.txt_field {
  position: relative;
  margin-bottom: 30px;
}

.txt_field input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  border: none;
  border-bottom: 2px solid #ccc;
  outline: none;
  background: transparent;
}

.txt_field label {
  position: absolute;
  top: 50%;
  left: 5px;
  color: #999;
  transform: translateY(-50%);
  pointer-events: none;
  transition: 0.3s ease;
}

/* Floating label effect */
.txt_field input:focus ~ label,
.txt_field input:valid ~ label {
  top: -5px;
  color: #149be3;
  font-size: 12px;
  font-weight: 600;
}

/* Password link */
.pass {
  text-align: right;
  margin-bottom: 20px;
}

.pass a {
  color: #149be3;
  text-decoration: none;
}

.pass a:hover {
  text-decoration: underline;
}

/* Submit button (same as .login-btn) */
#loginForm input[type="submit"] {
  all: unset;
  display: block;
  text-align: center;
}

#loginForm input[type="submit"] {
  background: linear-gradient(90deg, #149be3, #0d6efd);
  border: none;
  border-radius: 12px;
  color: #fff;
  font-weight: 600;
  width: 100%;
  height: 55px;
  cursor: pointer;
  transition: all 0.45s;
}

#loginForm input[type="submit"]:hover {
  box-shadow: 0 6px 15px rgba(20, 155, 227, 0.6);
  transform: translateY(-2px);
}/* End custom CSS */