.popup-feedback{
	padding: 0 !important;
	max-width:400px;
}
.popup-feedback .fancybox-close-small:after{
	color: white !important;
	background: none !important;
	top: 7px !important;
}
.form-title{
	height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #323d66;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}
.form-title span{
	color: #fff;
}
.popup-form-custom form{
	padding:25px;
}
.popup-form-custom input{
	width: 100%;
    height: 35px;
    margin-bottom: 23px;
    border: 1px solid #eee;
    padding: 10px;
}
.popup-form-custom textarea{
    margin-bottom: 23px;
	border: 1px solid #eee;
	padding: 10px;
	padding-left: 15px;
	width: 100%;
}
.popup-form-custom form input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
	margin-bottom: 0px;
	border:none;
	height: 45px;
    border: 0;
    max-width: 190px;
    margin: 0 auto;
	margin-top: 20px;
}
.popup-form-custom form .userconsent label{
    display: flex;
	align-items: center;
}
.popup-form-custom form .userconsent input{
    display: inline-block;
    width: 20%;
}
.popup-form-custom form .userconsent span{
    display: inline-block;
    width: 75%;
	font-size: 8px;
    line-height: 8px;
}

.msg-success span{
	padding: 25px;
	display: block;
}
.error{
	border-color: #F44336 !important;
    color: #F44336 !important;
}
.copyright{
	display:none;
}