 body {
            font-family: Arial, sans-serif;
            background: #1e1e2f;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
            overflow-y: hidden;
        }

        .form-container {
            width: 400px; 
            padding: 20px 20px; 
            box-sizing: border-box; 
            background-color: #2c2f48;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
            text-align: center;
            margin-top: -30px;
        }

        h2 {
            margin-bottom: 20px;
            font-size: 24px;
            color: white;
            text-align: center;
        }

        .input-group {
            margin-bottom: 15px;
            text-align: left;
        }

        .input-group label {
            font-size: 15px;
            color: white;
            
        }

      .input-group input,
        .input-group select {
            width: 100%; 
            box-sizing: border-box; 
            padding: 10px;
            margin-top: 5px;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 15px;
        }

        button {
            width: 100%;
            padding: 10px;
            background-color: #28a745;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
        }

        button:disabled {
            background-color: #ccc;
            cursor: not-allowed;
        }

        button:hover:enabled {
            background-color: #218838;
        }

        .warning-message {
            color: red;
            font-size: 14px;
            margin-top: 10px;
        }

        .error-message, .success-message {
            font-size: 14px;
            margin-bottom: 15px;
        }

        .error-message {
            color: red;
        }

        .success-message {
            color: green;
        }

        .link {
            margin-top: 20px;
            text-align: center;
        }

        .voltar {
            text-decoration: none;
            color: lightgray;
        }

            .termos-container {
        display: flex;
        align-items: flex-start; 
        gap: 10px; 
        width: 100%;
        max-width: 400px; 
        padding: 0 10px;
        box-sizing: border-box;
    }

    .chkbox {
        margin-left: -170px;
        flex-shrink: 0; 
        width: 18px;
        height: 18px;
        cursor: pointer;

    }

    .termos-texto {
        font-size: 14px;
        /*color: #333;*/
        color: white;
        line-height: 1.4;
        margin-left: -170px;
        flex: 1;
        cursor: pointer;
        user-select: none;
    }

  
    .termos-texto a {
        color: orange;
        text-decoration: none;
    }

    .termos-texto a:hover {
        text-decoration: underline;
    }


       @media (max-width: 384px) {
            body {
                overflow-y: hidden;
                padding: 10px;
            }

            .form-container {
                width: 100%;
                margin-top: -80px;
                height: auto;
            }

        .termos-texto label{
        font-size: 10px;
        color: red;
        line-height: 1.4;
        margin-left: -120px;
        flex: 1;
        cursor: pointer;
        user-select: none;
    }

     .input-group label {
            font-size: 15px;
            color: white;
           
        }

         .chkbox {
        margin-left: -130px;
        flex-shrink: 0; 
        width: 18px;
        height: 18px;
        cursor: pointer;

    }

    .termos-texto {
        margin-top: 5px;
        margin-left: -130px;
        

        }

          @media (max-width: 360px) {
            body {
                overflow-y: auto;
                padding: 10px;
            }

            .form-container {
                width: 100%;
                margin-top: -20px;
                height: auto;
            }

        .termos-texto label{
        font-size: 10px;
        color: red;
        line-height: 1.4;
        margin-left: -120px;
        flex: 1;
        cursor: pointer;
        user-select: none;
    }

     .input-group label {
            font-size: 15px;
            color: white;
           
        }

         .chkbox {
        margin-left: -130px;
        flex-shrink: 0; 
        width: 18px;
        height: 18px;
        cursor: pointer;

    }

    .termos-texto {
        margin-top: 5px;
        margin-left: -130px;
        

        }