.fileName {
	margin: 5px 0;
	font-size: 12px;
}

.upload-feedback {
	display: none;
	margin: 5px 0;
	color: #fff;
	font-size: 13.3px;
	font-weight: normal;
}

.btn-file {
	position: relative;
	overflow: hidden;
	display:inline-block;
	text-align:left;
	font-size: 14px;
}

.btn-upload {
	color: #000;
	background: #F40009;
	border-radius: 25px;
    padding: 0.375rem 0.75rem;
}

.btn-upload:hover{
	color: #fff;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.has-error .btn-file{
	background:#fff;
}

/* promo specific */
.has-error .btn-file {
	background: #a94442;
	color: #fff;
}