#form 						{background:#026383; overflow: hidden}
#form .colums 				{width:50%; float:left}
@media screen and (max-width:540px){#form .colums{width:100%}}
#form .align 				{height:50px; width:100%; display: flex; align-items: center; justify-content:left; overflow:hidden}
#form .entidade 			{background:transparent; padding-left:10px; float:left; width:100%; margin-bottom:10px}
#form .select				{width:100%; height:65px; font: 16px verdana; border:1px solid #797676; border-radius:5px; padding:5px; margin-bottom:3px}
#form a 					{color:#1695cf;}
#form .icon i  				{float:left; width:35px; font-size:25px; padding-top:8px; margin-right:0px}
#form #captcha span  		{width:100%; font-size:22px; color:#fff; margin-bottom:10px;}
#form #captcha input		{color:#fff; border: medium none; cursor: pointer;  margin: 5px 0 0; padding: 0}
#form input, select, textarea {font-size:95%; font-weight:400}
#form input:focus, select:focus, textarea:focus {outline: 0;}
#form input, select 		{height:35px;color:#000;}
#form input:focus 			{border-color: green}
#form input  				{background:#fff; width:100%; font-size:15px; color:#000; margin-bottom:10px; border:1px solid #c0bdbd; height:40px; padding:10px}
#form input[type="text"] 	{padding:5px; margin-bottom:3px}
#form input[type="file"] 	{height:30px; margin-bottom:5px; border:0px solid #797676; border-radius:5px;}
#form input[type="radio"] 	{width:15px; height:15px;}
#form input[type="checkbox"]{width:20px; height:20px; margin-top:10px;}
#form input[type="submit"] 	{background:#0190b2; font:13px verdana; width:90px; color:#FFF; padding: 6px 15px; text-align:center; transition: background-color 0.0s ease}
#form input[type="submit"]:hover {background-color:#B1000D;}
#form input[type="button"] 	{background: #0190b2; width:140px; color: #FFF; padding: 6px 15px; text-align:center; transition: background-color 0.0s ease}
#form input[type=button]:hover {background-color: #B1000D;}
#form textarea 				{background:transparent; color:#fff; width:100%; height:84px; padding: 5px; margin-bottom: 3px; border:1px solid #797676; border-radius:5px; resize:none}
#form .submit   			{background-color: #00a0d4; font-size:18px; color:#FFF; font-weight:500; padding:7px; height:40px; transition: background-color 0.8s ease; cursor: pointer}
#form .submit:hover 		{background-color:#8607aa}
#form h1 					{color:#fff; font-size:200%; font-weight:400; text-align:center}
#form h2 					{color:#fff; font-size:200%; font-weight:700; text-align:center; margin-top:5%; margin-bottom:15px}
#form h5 					{color:#fff}
#form h3 					{font-size:200%; color:#0092b3}
#form h6 					{color:#000}
::-webkit-input-placeholder {color:#000}
::-moz-placeholder 			{color:#000}
:-ms-input-placeholder  	{color:#000;}
