.container {
  width: 90% !important;
  max-width: 90% !important;
  margin-top: 5.5rem;
  padding: 1.5rem;
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  color: #325D88
}
.alert .btn {
  text-transform: none !important;
  text-decoration: none !important;
}