.elementor-42942 .elementor-element.elementor-element-babd6c7{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-42942 .elementor-element.elementor-element-babd6c7:not(.elementor-motion-effects-element-type-background), .elementor-42942 .elementor-element.elementor-element-babd6c7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6847323 */.CodesClients {
  max-width: 400px;
  margin: 60px auto;
  padding: 30px;
  background:#FBFBEF;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  font-family: "Avenir Medium";
}

.CodesClients h3 {
  text-align: center;
  color:#006284;
  margin-bottom: 20px;
}

.CodesClients label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.CodesClients input[type="text"],
.CodesClients input[type="password"] {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  background-color: #006284;
}

.CodesClients input[type="submit"] {
  width: 100%;
  background: #0073aa;
  color: white;
  padding: 12px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.CodesClients input[type="submit"]:hover {
  background: #005fa3;
}

.CodesClients p a {
  color: #0073aa;
  text-decoration: none;
}

.CodesClients p a:hover {
  text-decoration: underline;
}/* End custom CSS */