body {
  height: auto !important;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

a {
  color: #2180F7; }

a:hover {
  color: #D71164; }

p, body, h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

input[type='text'], input[type='password'] {
  box-shadow: none;
  border: 1px solid #cecccc; }

input[type='text']:focus, input[type="password"]:focus {
  box-shadow: none; }

label span {
  font-size: 0.7rem; }

.button {
  background-color: #2180F7; }

.button:hover {
  background-color: #D71164; }

section.text {
  margin-top: 100px;
  flex: 1 0; }
  section.text input[type="text"].title {
    font-size: 2rem;
    box-shadow: none;
    border: none;
    padding-left: 0;
    font-weight: 500; }
  section.text textarea {
    margin-top: 40px;
    border: none;
    box-shadow: none;
    resize: none;
    padding: 0;
    font-size: 1.05rem;
    line-height: 1.6;
    transition: height 0.1s ease-in; }
  section.text .button {
    background-color: #2180F7;
    margin-top: 40px; }
  section.text h1 {
    font-size: 2rem;
    margin-bottom: 40px;
    font-weight: 700; }
  section.text h2 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 30px; }
  section.text h3 {
    font-size: 1.6rem;
    font-weight: 500; }
  section.text p {
    font-size: 1.05rem;
    line-height: 1.7; }

footer {
  margin-top: 100px;
  padding-bottom: 15px; }

section.home {
  margin-top: 100px; }
  section.home h1 {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #2180F7; }
  section.home h2 {
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 3.7rem;
    line-height: 1.1; }
  section.home input[type="text"], section.home input[type="password"] {
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #f0f0f0; }
  section.home label {
    font-size: 1.2rem; }
  section.home .button {
    margin-top: 20px; }
  section.home div.add-code {
    margin-top: 50px;
    margin-bottom: 50px; }

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