.login-img {
  background-color: #171E28;
  background-image: url(/compoundventures/dist/img/general/login.png);
  background-size: cover;
  background-position: center;
  max-height: 100vh;
  box-sizing: border-box;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.auth-div {
  width: 30%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.logo-auth {
  width: 82px;
}

.auth-div h3 {
  font-size: 28px;
  color: white;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
}

.closeModal{

}

.auth{
    width: 100%;
}

.checkbox-custom:checked::after {
  content: '✔'!important;
}
.centered-modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

@media (max-height: 782px) {
  .centered-modal {
    justify-content: flex-start;
    padding-top: 2rem;
  }
}