.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;
    width: 100%;
    text-align: center;
    padding: 8px 20px;
    font-size: 14px;
    border: 1px solid #F1670D !important;
}

.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;
}