.navbar {
  margin-bottom: 0;
  border-radius: 0;
}

.image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.card {
  display: flex;
  flex-direction: column;
  width: 400px;
}

.form {
  display: flex;
  justify-content: center;
  width: 75%;
  height: 100%;
}
