body {
  background-color: #777;
}

.container {
  margin: 3rem auto;
}

.container > img {
  width: 200px;
  margin: 2rem auto;
  text-align: center;
  display: block;
}

.form {
  /* width: 45%; */
  /* height: 65vh; */
  height: auto;
  margin: 2rem auto;
  padding: 0 3rem;
  box-shadow: 0 6px 10px #ddd;
  border-top: 1px solid #f9f9f9;
}

form {
  padding: 3rem 2rem 2rem 2rem;
}

button[type="submit"] {
  width: 150px;
  height: 50px;
  /* margin-top: 1rem; */
  border-radius: 5px;
  /* padding: 1rem; */
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
}

.check {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.check input {
  width: 20px;
}

.check span {
  text-align: center;
  align-content: center;
  margin-left: 1rem;
  margin-top: 0.8rem;
}
