.container {
  background-color: #fff;
  border-radius: 0.04rem;
  overflow: hidden;
  width: 96%;
  margin: 0.3rem auto auto;
}

.content form {
  width: 80%;
}

.content .flash {
  margin: 2rem;
  padding: 1rem;
  width: 80%;
  text-align: center;
  font-size: 1.5rem;
  border-radius: 4px;
}
