* {
  font-family: "Courier New", Courier, monospace;
  box-sizing: border-box;
}

html, body {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
}
html a, body a {
  text-decoration: none !important;
  color: #000 !important;
}
html a:hover, body a:hover {
  text-decoration: underline !important;
}
html .container, body .container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
html .container .row, body .container .row {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
html .container .row .col-full, body .container .row .col-full {
  width: 100%;
}
html .container .row .col-full input.link, body .container .row .col-full input.link {
  width: 100%;
  height: 100%;
  padding: 1rem;
  border-radius: 0.5rem;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}
html .container .row .col .btn, body .container .row .col .btn {
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}
html .container .form, body .container .form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 90%;
  max-width: 900px;
}
html .container .form .content, body .container .form .content {
  outline: none;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 1rem;
  padding: 1rem;
  width: 100%;
  max-height: 100%;
  height: 400px;
}
html .container .form .btn, body .container .form .btn {
  outline: none;
  border: 1px solid rgb(27, 134, 6);
  background-color: rgb(64, 196, 12);
  border-radius: 0.5rem;
  margin-top: 1rem;
  width: 100%;
  padding: 1rem;
  display: inline-block;
  font-size: 1.5rem;
  text-align: center;
}
html .container .form .btn:hover, body .container .form .btn:hover {
  text-decoration: underline !important;
}

/*# sourceMappingURL=styles.css.map */
