.no-gutters {
  margin-right: 0;
  margin-left: 0;

}

.container-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.imgLogo {
  width: 80%;
}

.container-login {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.gradient-custom-2 {
  background: #0E8CE2;
  background: linear-gradient(90deg, #040a40 0%, #0E8CE2 50%);
  height: 100vh;
  display: flex;
}

svg {
  width: 18px;
}

#togglePass {
  background-color: rgb(232, 240, 254);
}

.gradient-custom-3 {
  background: #0E8CE2;
  background: linear-gradient(90deg, #040a40 0%, #0E8CE2 50%);
}

.gradient-form {
  width: 100%;
  background-color: #eee;
}

@media (min-width: 768px) {
  .gradient-form {
    height: 100vh !important;

  }

  @media (min-width: 769px) {
    .gradient-custom-2 {
      border-top-right-radius: .3rem;
      border-bottom-right-radius: .3rem;
    }
  }

}