form{
	max-width:600px;
	margin:0 auto;
	display:flex;
	flex-direction:column;
	gap:10px;
}
input, textarea, button{
	padding:10px;
	font-size:16px;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	border-radius: 10px;
}
.captcha-row {
	display:flex; gap:10px; align-items:center
}
.note {
	font-size:13px; color:#666
}


  /* lightbox2 mensagens */
#lightbox2 {
display: none;
position: fixed;
top:0;
left:0;
width:100%;
height:100%;
background: rgba(0,0,0,0.7);
justify-content: center;
align-items: center;
z-index: 1000;
}

#lightbox2 div {
background: #fff;
padding: 20px;
border-radius: 10px;
max-width: 400px;
text-align: center;
}

/* lightbox2 carregando */
#loadingBox {
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background: rgba(0,0,0,0.7);
justify-content:center;
align-items:center;
z-index:1001;
}

#loadingBox div {
background:#fff;
padding:20px;
border-radius:10px;
text-align:center;
}

.error {
color: red;
}