#ppbar {
	width: 100%;
	border: 0.04px solid;
	border-radius: 25px;
	height: 15px;
	margin: 5px;
	background: #CCC;
}

.errorValidacao {
	border-color: #ff0000;
}

.senhaNivel0 {
	background: #CCC;
}

.senhaNivel1, .senhaNivel2 {
	width: 25%;
	background: green;
}

.senhaNivel3 {
	width: 60%;
	background: green;
}

.senhaNivel4 {
	width: 100%;
	background: green;
}

input {
	border: none;
	padding: 8px;
}

#pbar {
	background: green;
	margin: 0px;
	height: 100%;
	border: 0.04px solid;
	border-radius: 25px;
}

#ppbartxt {
	text-align: right;
	margin: 2px;
}

@media ( max-width : 530px) {
	form[action='incluirPessoa'] #divTextCaptcha {
		width: 100%;
	}
}

@media ( min-width : 531px) {
	form[action='incluirPessoa'] #textCaptcha {
		max-width: 250px;
	}
}

#botaoCodigoVerificacao > span:first-child {
	margin-right: 5px;
}
.flex-center {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

@media(max-width: 630px) {
	#jaTenhoPreCadastro {
		display: block;
	}
}
@media(min-width: 631px) {
	#jaTenhoPreCadastro {
		position: absolute;
		left: 12px;
		margin-top: 2px;
	}
}
#panelEmail {
	padding-bottom: 0;
	margin-bottom: 0;
}
#panelEmail + .panel-body {
	padding-top: 0;
	padding-bottom: 0;
}