   body {
      background: linear-gradient(to top, #09c0a2, #18927e);
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: Arial, sans-serif;
    }

    .form-container {
      background: #fff;
      padding: 20px 30px;
      border-radius: 10px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
      width: 100%;
      max-width: 500px;
      height: 95%;
    }
    
    
    .texto{
        
        text-decoration: none;
    }

    
 #h3 {
      text-align: center;
      margin-bottom: 30px;
      color: #18927e;
    }

    .form-container h2 {
      text-align: center;
      margin-bottom: 30px;
      color: #07473d;
    }

    .form-group {
      margin-bottom: 20px;
    }

    .form-group label {
      display: block;
      margin-bottom: 6px;
      color: #333;
      margin-left: 10%;
    }

    .form-group input {
      width: 75%;
      padding: 12px;
      border: 1px solid #ccc;
      border-radius: 6px;
      margin-left: 10%;
    }

    .btn {
      width:70%;
      padding: 12px;
    background-color: #18927e;
      color: white;
      border: none;
      border-radius: 6px;
      font-size: 16px;
      cursor: pointer;
      margin-left: 15%;
    }

    .btn:hover {
      background-color: #1a5ed8;
    }

    .link-voltar {
      margin-top: 20px;
      text-align: center;
    }

    .link-voltar a {
      color: #2575fc;
      text-decoration: none;
    }

    .link-voltar a:hover {
      text-decoration: underline;
    }