.h1,
h1,
.h2,
h2,
p {
  color: black;
}
.h1,
h1 {
  font-size: 2.0rem;
}

.form {
  padding-top: 20%;
}

.form input[type="email"] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 30px;
  margin-bottom: 10px;
}

.form input[type="password"],
.form input[type="text"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#sign-in-btn {
  margin-top: 10px;
  margin-bottom: 20px;
}

#forgot-password {
  margin-left: -20px
}

#register-here {
  margin-right: -50px
}

.col {
  padding: unset;
}

.alert {
  margin-top: 0px;
}

#show-password {
  position: absolute;
  right: 15px;
  top: 28%;
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  border: none;
  background-color: unset;
  cursor: pointer;
}

.fa-eye {
  background-image: url('/images/eye.svg');
}

.fa-eye-slash {
  background-image: url('/images/eye-slash.svg');
}