* {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
body {
  background: #ffffff;
  border-radius: 0.75rem;
}
.header {
  text-align: center;
  margin-top: 7rem;
}
h3 {
  font-family: "Source Sans Pro", sans-serif;
  color: #032539;
  font-size: 1rem;
  text-align: center;
}
.form-group {
  text-align: center;
}
input[type="email"],
input[type="password"],
input[type="text"] {
  background: #ffffff;
  border-color: #287094;
  width: 55%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  height: 3rem;
}
.switch {
  margin-top: 3rem;
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.switch a {
  font-family: "Source Sans Pro", sans-serif;
  color: #287094;
  font-style: normal;
  font-size: 1.5rem;
  text-decoration: none;
}

.switch a:hover {
  border-bottom: 3px solid red;
  transform: scale(0.75);
  text-decoration: none;
}

.switch a.active {
  border-bottom: 3px solid red;
  text-decoration: none;
}
.switch a:not(.active) {
  border-bottom: none;
  color: #b7b7b3;
}
