.elementor-150 .elementor-element.elementor-element-7209e44{--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:32px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-150 .elementor-element.elementor-element-7209e44:not(.elementor-motion-effects-element-type-background), .elementor-150 .elementor-element.elementor-element-7209e44 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0E0F11;}.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-150 .elementor-element.elementor-element-7b37277 img{width:24%;}.elementor-150 .elementor-element.elementor-element-794f828{--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:22px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-150 .elementor-element.elementor-element-794f828:not(.elementor-motion-effects-element-type-background), .elementor-150 .elementor-element.elementor-element-794f828 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0E0F11;}/* Start custom CSS for html, class: .elementor-element-2a63c41 */.custom-login-form {
  width: 300px;
  margin: 0 auto;
  background-color: #1c1c1c;
  padding: 30px 20px;
  border-radius: 6px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.input-field {
  width: 100%;
  padding: 10px 12px;
  margin: 10px 0;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.login-btn {
  width: 100%;
  padding: 10px;
  background-color: #0d4d4d;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
}

.login-btn:hover {
  background-color: #0b3f3f;
}

.captcha-text {
  font-size: 11px;
  color: #ccc;
  margin-top: 10px;
}

.captcha-text a {
  color: #00aaff;
  text-decoration: none;
}

.captcha-text a:hover {
  text-decoration: underline;
}/* End custom CSS */