.login-container {
  width: 450px;
  margin-top: 100px;
  padding: 2rem;
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.form-control:focus {
  box-shadow: none;
  border-color: #9dbca7;
}
