.elementor-1494 .elementor-element.elementor-element-46e143f{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1494 .elementor-element.elementor-element-02e237d > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-02e237d */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body, html {
  height: 100%;
}

.login-page {
  background: linear-gradient(to bottom, #754c00, #006666);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-box {
  background: #fff;
  width: 350px;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.3);
  text-align: center;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
}

.logo-text {
  background-color: ;
  color: #a35e00;
  padding: 4px 10px;
  margin-right: 5px;
  border-radius: 3px;
}

.input-group {
  position: relative;
  margin-bottom: 20px;
}

.input-group input {
  width: 100%;
  padding: 10px 35px 10px 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group .icon {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #666#a35e00;
}

.login-btn, .demo-btn {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  background-color: #a35e00;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.demo-btn {
  background-color: #a35e00;
}

.login-btn i, .demo-btn i {
  margin-left: 8px;
}

.captcha-notice {
  font-size: 12px;
  color: #555;
  margin: 10px 0;
}

.captcha-notice a {
  color: red;
  text-decoration: none;
}/* End custom CSS */