.elementor-1960 .elementor-element.elementor-element-8c76ccd{--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;}/* Start custom CSS for html, class: .elementor-element-f352dbe *//* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.f1 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 20px;
}

.login-container {
  width: 100%;
  max-width: 400px;
}

.login-box {
  background: #121437;
  padding: 30px;
  border-radius: 12px;
  color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.logo {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.logo .green {
  color: #42b72a;
}

.logo .orange {
  color: #ff6600;
}

.tagline {
  font-size: 0.7rem;
  text-align: center;
  margin-top: 4px;
  color: #ccc;
}

h2 {
  text-align: center;
  margin-bottom: 25px;
}

label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.9rem;
}

.input-group {
  display: flex;
  align-items: center;
  background: #050619;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.input-group .icon {
  margin-right: 10px;
  color: #aaa;
}

.input-group input {
  border: none;
  background: transparent;
  outline: none;
  color: white;
  width: 100%;
}

.login {
  width: 100%;
  padding: 12px;
  background: #f2d28d;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  color: #000;
  margin-bottom: 15px;
}

.register-text {
  text-align: center;
  font-size: 0.85rem;
  color: #ccc;
}

.register-text a {
  color: yellow;
  font-weight: bold;
  text-decoration: none;
}/* End custom CSS */