
.hero-section5 {
  min-height: 100vh;
  background: #17171c;
  position: relative;
  overflow: hidden;
}
.hero-overlay5 {
  position: absolute;
  top:0; left:0; right:0; bottom:0;
  background: #17171c;
  opacity: 1;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.hero-section5 > *:not(.hero-overlay5) {
  position: relative;
  z-index: 2;
}



.shareholders-title {
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 3rem;
  color: #a09b9e;
  z-index: 2;
  letter-spacing: 2px;
  text-align: center;
}

/* Login Form estilos personalizados responsive */
.login-form-wrapper {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  min-height: 320px;
}

.center-line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background: #00ffe7;
  opacity: 0.6;
  z-index: 1;
  pointer-events: none;
  transition: left 0.2s;
}

.login-form {
  background: transparent;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 0;
  padding: 0 10px;
}

.login-label {
  font-size: 1.15rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.login-input {
  width: 100%;
  padding: 13px 18px;
  font-size: 1.06rem;
  border: 2px solid #fff;
  border-radius: 18px;
  background: transparent;
  color: #fff;
  margin-bottom: 0;
  outline: none;
  box-sizing: border-box;
  transition: border 0.2s;
}

.login-input:focus {
  border-color: #00ffe7;
}

.login-btn {
  min-width: 110px;
  padding: 10px 0;
  background: #fff;
  color: #19191d;
  font-size: 1.25rem;
  font-weight: 700;
  border: none;
  border-radius: 18px;
  cursor: pointer;
  transition: background 0.2s;
}

.login-btn:hover {
  background: #e2e2e2;
}

/* Responsive design */
@media (max-width: 600px) {
  .login-form-wrapper {
    max-width: 98vw;
    min-width: 0;
    padding: 0 2vw;
  }
  .login-form {
    padding: 0;
  }
  .center-line {
    left: 50%;
    width: 1px;
  }
  .login-label {
    font-size: 1rem;
  }
  .login-btn {
    font-size: 1.06rem;
    min-width: 90px;
    padding: 8px 0;
  }
  .login-input {
    font-size: 0.98rem;
    padding: 11px 14px;
  }
}

@media (max-width: 400px) {
  .login-form-wrapper {
    padding: 0 1vw;
  }
  .login-form {
    padding: 0;
  }
}
.compliance-download-horizontal {
  width: 100%;
  margin-top: 3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}

.compliance-icon-h {
  width: 80px;
  height: auto;
  filter: grayscale(1) brightness(0.7);
  margin-right: 24px;
  margin-bottom: 0;
  flex-shrink: 0;
}

.compliance-text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.compliance-title-h {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  color: #a09b9e;
  opacity: 0.7;
  line-height: 1.1;
  letter-spacing: 2px;
  margin: 0;
  display: block;
  text-align: left;
  white-space: nowrap;
}

.compliance-download-btn-h {
  margin-top: 14px;
  display: inline-block;
  background: #fff;
  color: #19191d;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.0em;
  font-weight: 700;
  border: none;
  border-radius: 15px;
  padding: 10px 38px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
}

.compliance-download-btn-h:hover {
  background: #e2e2e2;
  color: #19191d;
}

/* Responsive */
@media (max-width: 800px) {
  .compliance-download-horizontal{
    margin-top:10px;
  }
  .compliance-title-h {
    font-size: 1.4em;
  }  
  .compliance-download-btn-h {
    font-size: 0.9em;
    padding: 8px 24px;
  }
}

@media (max-width: 500px) {
  
}