.modal-form.contact_modal{
	margin-left: 0;
	background: transparent;
    box-shadow: none;
	padding: 8px 0 65px 0;
}
.modal-form .frm_error{
	color: red;
    font: normal .8rem 'Barlow', sans-serif;
}
.modal-form fieldset{
	padding: 0;
	margin: 0;
	border: 0;
}
.modal-form input,
.modal-form textarea{
	position: relative;
    outline: none;
    color: #000;
    font: normal 1rem 'Barlow', sans-serif;
}
.modal-form input{
	border: 0;	
}
.modal-form label{
	font: normal .9rem 'Barlow', sans-serif;
    color: rgba(0, 34, 110, 0.4);
    margin-bottom: 5px;
	display: block;
}
.modal-form button{
	cursor: pointer;
	background: linear-gradient(162.65deg, #FFC200 0%, #FF785E 100%);
    border-radius: 2px;
    padding: 14px 30px;
    color: #FFF;
    letter-spacing: 1px;
    display: table;
    outline: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font: 500 1.2rem 'Barlow', sans-serif;
	border: 0;
	margin: 0 auto;
}
.modal-form button:hover{
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    background: linear-gradient(162.65deg, #FFC200 20%, #FF785E 80%);
}