.elementor-12031 .elementor-element.elementor-element-eb9efe2{--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;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-54e4c3f */.mq-login-box {
  max-width: 420px;
  margin: auto;
  font-family: Arial, sans-serif;
}

.mq-login-box label {
  display: block;
  margin-bottom: 5px;
  color: #2d3748;
  font-weight: 500;
}

.mq-login-box input {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: 1px solid #cbd5e0;
  font-size: 14px;
}

.mq-password {
  position: relative;
}

.mq-password input {
  padding-right: 40px;
}

.toggle-password {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.6;
}

.toggle-password:hover {
  opacity: 1;
}

.mq-btn {
  width: 100%;
  background: #ff7a2f;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.mq-btn:hover {
  background: #e96a25;
}

.mq-extra {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
}

.mq-extra a {
  color: #ff7a2f;
  text-decoration: none;
  font-weight: 500;
}/* End custom CSS */