label {
  display: inline-block;
  width: 150px;
  margin-top: 8px;
}
input {
  width: 100px;
}
.container {
  max-width: 400px;
}
@media screen and (max-width: 920px) {
  .container {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
@media screen and (min-width: 920px) {
  .container {
    margin-top: 2rem;
  }
}
.container-result {
  border-top: 1px solid black;
  margin-top: 14px;
}
/*# sourceMappingURL=custom.css.map */