        body {
            font-family: 'Helvetica Neue', sans-serif;
            background-color: #f4f4f4;
            margin: 0;
            padding: 0;
        }

        form {
            max-width: 400px;
            margin: 20px auto;
            background-color: white;
            padding: 20px;
            border-radius: 0;
            box-shadow: none;
        }

        .pagina {
            display: flex;
            flex-direction: column;
            background-color: #f4f4f4;
            padding: 20px;
            border-radius: 10px;
        }

        .titulo-formulario {
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            margin-bottom: 20px;
	    color:#333333;
        }

        .subtitulo {
            margin-top: 25px;
            font-weight: bold;
            font-size: 18px;
	    padding-bottom:10px;
        }

        .label-entrada {
	    padding-top: 15px;
            margin-bottom: 5px;
        }

        }

        input, select, textarea {
            margin-bottom: 20px;
            width: 100%;
            padding: 10px;
            box-sizing: border-box;
            border: 1px solid #ccc;
            border-radius: 5px;
        }

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

        .botao {
            background-color: #007AFF;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 10px;
            cursor: pointer;
            margin-right: 10px;
        }

        .botao-voltar {
            background-color: #ccc;
            color: #333;
        }
