.modal {
	z-index:9999;
}
.modal-header .close { 
	position: absolute; 
	right: 15px; 
	top: 20px; 
}
#feedback-modal .modal-header {
	min-height:49.43px;
}
#feedback-modal .modal-header .close {
	position:inherit;
}
#modal-title { 
	font-size:19px; 
}
div.alert-error { 
	background:#F87F81; 
	color:#000; 
}

#feedback-modal h3 {
	color: #F3AC5D;
	font-size: 24px;
	font-weight: 600;
	margin: 10px 0px 30px;
	text-transform: uppercase;
}

#feedback-modal .inputs {
	border: 1px solid #eaeaea;
	color: #9e9e9e;
	display: block;
	font-family: "Poppins",sans-serif;
	font-size: 14px;
	height: 45px;
	margin-bottom: 30px;
	padding: 0 15px;
	transition: all 500ms ease 0s;
	width: 96%;
	margin-left:2%;
}

#feedback-modal .inputs:hover {
	border: 1px solid #fdc716;
}
