body {
  margin: 0;
  padding: 0; }

header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100px;
  background-color: #0F4E70;
  margin: auto; }
  header .title {
    display: flex;
    justify-content: center; }
    header .title h1 {
      color: aliceblue;
      font-size: 2rem;
      text-align: center; }

section {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  flex-wrap: wrap;
  margin: auto; }
  section .formConfirm {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap; }
    section .formConfirm form {
      margin-top: 20px;
      justify-content: center;
      width: 100%;
      max-width: 270px;
      display: flex;
      flex-wrap: wrap; }
      section .formConfirm form input[type="text"] {
        background-color: aliceblue;
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #1A66D9;
        height: 3rem;
        border-radius: 25px;
        padding-top: 5px;
        margin-bottom: 10px;
        color: #1A66D9;
        outline: none; }
        section .formConfirm form input[type="text"]::placeholder {
          color: #1A66D9;
          text-transform: uppercase;
          font-size: 1.3rem;
          text-align: center; }
      section .formConfirm form input[type="email"] {
        background-color: aliceblue;
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #1A66D9;
        height: 3rem;
        border-radius: 25px;
        padding-top: 5px;
        color: #1A66D9;
        margin-bottom: 10px;
        outline: none; }
        section .formConfirm form input[type="email"]::placeholder {
          color: #1A66D9;
          text-transform: uppercase;
          font-size: 1.3rem;
          text-align: center; }
      section .formConfirm form textarea {
        background-color: aliceblue;
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #1A66D9;
        margin-bottom: 10px;
        padding-top: 5px;
        color: #1A66D9;
        outline: none; }
      section .formConfirm form input[type="submit"] {
        background-color: aliceblue;
        width: 50%;
        box-sizing: border-box;
        border: 1px solid #1A66D9;
        height: 3rem;
        border-radius: 25px;
        margin-bottom: 10px;
        color: #1A66D9;
        outline: none; }
        section .formConfirm form input[type="submit"]:hover {
          background-color: #3888FF;
          color: aliceblue; }

footer {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  flex-wrap: wrap;
  margin: auto; }

@media (max-width: 320px) {
  body {
    overflow-x: hidden; }

  header .title h1 {
    color: aliceblue;
    font-size: 1.2rem;
    text-align: center; }

  section .formConfirm form input[type="text"] {
    background-color: aliceblue;
    width: 80%;
    box-sizing: border-box;
    border: 1px solid #1A66D9;
    height: 5rem;
    border-radius: 25px;
    padding-top: 10px;
    margin-bottom: 10px;
    color: #1A66D9;
    outline: none; }
    section .formConfirm form input[type="text"]::placeholder {
      font-size: 1rem; }
  section .formConfirm form input[type="email"] {
    background-color: aliceblue;
    width: 80%;
    box-sizing: border-box;
    border: 1px solid #1A66D9;
    height: 5rem;
    border-radius: 25px;
    padding-top: 10px;
    color: #1A66D9;
    margin-bottom: 10px;
    outline: none; }
    section .formConfirm form input[type="email"]::placeholder {
      font-size: 1rem; }
  section .formConfirm form textarea {
    width: 80%; }
  section .formConfirm form input[type="submit"] {
    background-color: aliceblue;
    width: 50%;
    box-sizing: border-box;
    border: 1px solid #1A66D9;
    height: 3rem;
    border-radius: 25px;
    margin-bottom: 10px;
    color: #1A66D9;
    outline: none; }
  section .formConfirm form h2 {
    color: #3888FF;
    text-align: center; }
  section .g-recaptcha {
    display: flex;
    width: 306px;
    justify-content: center; }
    section .g-recaptcha iframe {
      width: 300px; } }
@media (max-width: 425px) {
  body {
    overflow-x: hidden; }

  header .title h1 {
    color: aliceblue;
    font-size: 1.2rem;
    text-align: center; }

  section .formConfirm form input[type="text"] {
    background-color: aliceblue;
    width: 80%;
    box-sizing: border-box;
    border: 1px solid #1A66D9;
    height: 3rem;
    border-radius: 25px;
    color: #1A66D9;
    outline: none; }
    section .formConfirm form input[type="text"]::placeholder {
      font-size: 0.7rem; }
  section .formConfirm form input[type="email"] {
    background-color: aliceblue;
    width: 80%;
    box-sizing: border-box;
    border: 1px solid #1A66D9;
    height: 3rem;
    border-radius: 25px;
    padding-top: 10px;
    color: #1A66D9;
    outline: none; }
    section .formConfirm form input[type="email"]::placeholder {
      font-size: 0.7rem; }
  section .formConfirm form textarea {
    width: 80%; }
  section .formConfirm form input[type="submit"] {
    background-color: aliceblue;
    width: 50%;
    box-sizing: border-box;
    border: 1px solid #1A66D9;
    height: 3rem;
    border-radius: 25px;
    margin-bottom: 10px;
    color: #1A66D9;
    outline: none; }
  section .g-recaptcha {
    display: flex;
    width: 306px;
    justify-content: center; }
    section .g-recaptcha iframe {
      width: 300px; } }
@media (max-width: 768px) {
  body {
    overflow-x: hidden; }

  header .title h1 {
    color: aliceblue;
    font-size: 1.2rem;
    text-align: center; }

  section .formConfirm form input[type="text"] {
    background-color: aliceblue;
    width: 80%;
    box-sizing: border-box;
    border: 1px solid #1A66D9;
    height: 3rem;
    border-radius: 25px;
    color: #1A66D9;
    outline: none; }
    section .formConfirm form input[type="text"]::placeholder {
      font-size: 0.7rem; }
  section .formConfirm form input[type="email"] {
    background-color: aliceblue;
    width: 80%;
    box-sizing: border-box;
    border: 1px solid #1A66D9;
    height: 3rem;
    border-radius: 25px;
    padding-top: 10px;
    color: #1A66D9;
    outline: none; }
    section .formConfirm form input[type="email"]::placeholder {
      font-size: 0.7rem; }
  section .formConfirm form textarea {
    width: 80%; }
  section .formConfirm form input[type="submit"] {
    background-color: aliceblue;
    width: 50%;
    box-sizing: border-box;
    border: 1px solid #1A66D9;
    height: 3rem;
    border-radius: 25px;
    margin-bottom: 10px;
    color: #1A66D9;
    outline: none; }
  section .g-recaptcha {
    display: flex;
    width: 306px;
    justify-content: center; }
    section .g-recaptcha iframe {
      width: 300px; } }

/*# sourceMappingURL=style.css.map */
