*{
    color: rgb(92, 92, 92);
}

.card {
  min-width: 350px;
}

.image-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.btn-login {
  border: none;
  border-radius: 5px;
  background-color: #106b04;
  padding: 10px;
  color: white;
  transition: background-color 100ms;
}

.btn-login:hover {
  background-color: #189407;
}

.forgot-password-link{
    text-decoration: none;
    color: rgb(92, 92, 92);
}

.forgot-password-link:hover{
    color: black;
}
