/*body {
  
  background-color: #eee;
}*/

body {
  
  background-color: #353b40;
}


.oculto {
	display:none;	
}
.section-main
{
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 100% ;
  padding: 15px;
  margin: 0 auto;	
}

.section-main .form-heading
{
	margin-bottom: 10px;
}

.section-main .form-control
{
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}

.section-main .form-control:focus
{
	z-index: 2;
}

.second-top  {
	border-bottom: solid 1px #C2C1C1;
	padding-bottom: 8px;
}

.dropdown-min-size
{
	min-height:40px;
}
.div-close {
	text-align: right;
}

h2,h1,span,.col_t {
	color: #ebecf0;
}
