.wrapper {
  height: 100vh !important;
  overflow: auto;
}

.logo-img {
  height: 32px;
  width: 120px;
}

body input[type="text"],
body input[type="password"],
body input[type="email"] {
  background-color: initial !important;
}

.custom-link {
  text-decoration: underline;
  cursor: pointer;
}

.custom-text{
  color:#fff !important;
}