body {
  background: linear-gradient(to bottom, #212529, #4d4545);
  height: 100vh;
}
body section {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
body section div {
  color: white;
  text-align: center;
}
body section div .text {
  padding: 10px;
}
body section .form-container form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
body section .form-container form input {
  border: none;
  outline: none;
  padding: 8px;
  border-radius: 10px;
}
body section .form-container form input::-moz-placeholder {
  font-size: 14px;
}
body section .form-container form input::placeholder {
  font-size: 14px;
}
body section .form-container form button {
  width: 80%;
  border: none;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 3px 3px 6px #333;
}/*# sourceMappingURL=cadastro.css.map */