.auth_2025-container {
  width: 100%;
  margin-top: 4rem;
}
.auth_2025_header-container {
  text-align: center;
  margin-bottom: 1rem;
}
.auth_2025_header-logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
}
.auth_2025_header-logo {
  width: 300px;
  height: 60px;
  background-image: url(/static/img/Vericant_logo.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  color: white;
}
.auth_2025-form-container {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .auth_2025-container {
    width: 80%;
    margin: 4rem auto;
  }
}
@media (min-width: 1400px) {
  .auth_2025-container {
    width: 60%;
  }
}
.header_2025-container-default,
.header_2025-logo-container {
  display: none !important;
}