@media screen and (max-width: 768px) {
	.prancheta-azul {
		display: flex;
		flex-direction: column;
		background-color: #4274BB;
		width: 100%;
		height: 650px;
		border-radius: 85px;
		align-content: center;
		align-items: center;
	}

	.prancheta-cinza {
		width: 95%;
		height: auto;
		padding: 20px 0;
		margin: 10px;
	}

	.bem-vindo {
		width: 75%;
		font-size: 20px;
	}

	.painel-form {
		width: 100%;
		height: 100%;
		padding: 20px;
	}

	.campo-form {
		margin-top: 10px;
	}

	input[type=text], input[type=password] {
		width: 100%;
		margin-top: 5px;
	}

	.botao {
		margin-top: 30px;
		text-align: center;
	}

	.informacoes {
		text-align: center;
		padding: 0 30px;
	}

}