#subs-form .email{
    box-shadow: none !important;
    width: 100%;
    padding: 14px !important;
	background: transparent;
	border: 1px solid #24426c;
		color: #8fa4c2 !important;
	font-size: 16px !important;
	margin-bottom: 15px !important;
		
}  

#subs-form .email::placeholder {
  color: #8fa4c2;
  opacity: 1; 
}

#subs-form .submit-btn{
    width:100% !important;
    height: 52px;
 	  padding: 0;
  	font-size: 16px !important;
  	font-weight: 600 !important;
  	font-family: 'Open Sans', sans-serif;
}

#subs-form .submit-btn:hover{
    border: 1px solid #e1a122 !important;
	background: transparent !important;
	color: #e1a122 !important;
}
