.upload-container {
	position: relative;
}
.upload-container input {
	border: 1px solid #92b0b3;
	background: #f1f1f1;
	outline: 2px dashed #92b0b3;
	outline-offset: -10px;
	padding: 100px 0px 100px 250px;
	text-align: center !important;
	width: 100%;
}

.upload-container input:hover {
	background: #ddd;
	cursor: pointer;
}

.upload-container:before {
	position: absolute;
	bottom: 50px;
	left: 245px;
	content: "o Arrastra y suelta los archivos aquí.";
	color: #3f8188;
	font-weight: 900;
}

.upload-btn {
	margin-left: 300px;
	padding: 7px 20px;
}