::-webkit-input-placeholder {color: #FFF;}
:-moz-placeholder {color: #FFF;}
::-moz-placeholder {color: #FFF;}
:-ms-input-placeholder {color: #FFF;}
::-ms-input-placeholder {color: #FFF;} 

.formulario_docs {
	float: left;
	clear: both;
	width: 90%;
	padding: 5%;
	background: #51504C;
	color: #FFF;
}

.area_box_formulario_docs {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.box_formulario1_docs {
	float: left;
	clear: none;
	width: 49.3%;
	height: auto;
}

.box_formulario2_docs {
	float: right;
	clear: right;
	width: 49.3%;
	height: auto;
}

.box_upload1_docs {
	float: left;
	clear: none;
	width: 50%;
	height: auto;
}

.box_upload2_docs {
	float: right;
	clear: right;
	width: 50%;
	height: auto;
}

.campo_form_docs {
	float: left;
	clear: both;
	width: 95%;
	height: 40px;
	border: 1px solid #FFF;
	padding-left: 5%;
	margin-bottom: 10px;
	font-family: "LeelawadeeUI"; 
	color: #FFF;
	background: #51504C;
}

.campo_form_docs:valid {background: #51504C;}
.campo_form_docs:invalid {background: #51504C;}

.campo_form2_docs {
	float: left;
	clear: both;
	width: 95%;
	height: 40px;
	border: 1px solid #FFF;
	padding-left: 5%;
	margin-bottom: 10px;
	font-family: "LeelawadeeUI"; 
	color: #FFF;
	background: #51504C;
}

.campo_form2_docs:valid {background: #51504C;}
.campo_form2_docs:invalid {background: #51504C;}

.bt_upload_docs {
	width: 100%;
	clear: both;
	height: 45px;
	background: #FF0000;
	transition: background .5s ease;
	font-family: "LeelawadeeUI"; 
	border: 0;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}

.bt_upload_docs:hover {
    background: #000;
}

.bt_form_docs {	
	clear: both;
	width: 100%;
	height: 40px;
	background: #FF0000;
	transition: background .5s ease;
	font-family: "LeelawadeeUI"; 
	border: 0;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}

.bt_form_docs:hover {
    background: #000;
}

@media only screen and (min-width: 1024px) {	
.formulario_docs {
	width: 97%;
	padding: 30px 1.5% 30px 1.5%;
}

.area_box_formulario_docs {
	clear: none;
	width: 47.5%;
	margin-left: 1.5%
}

.campo_form_docs {
	clear: none;
	width: 28.5%;
	padding-left: 2.5%;
	margin-left: 1.5%
}

.bt_form_docs {	
	width: 50%;
	margin-left: 25%
}
}

@media only screen and (min-width: 1280px) {		
.area_box_formulario_docs {
	width: 23%;
}
	
.bt_form_docs {	
	width: 30%;
	margin-left: 35%
}

}
