@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(opensans.ttf) format('truetype');
}
* {
    font-family: 'Open Sans', sans-serif, arial !important ;
	font-size: 18px ;
}

input[type=button],input[type=submit] ,button, a {
    color: white;
    background: #0069af;
    line-height: 1.1;
    font-weight: bold;
    padding: 6px 10px;
    height: 44px;
    cursor: pointer;
    border: 0;
    margin:2px ;
	text-decoration: none;
	-webkit-appearance: none;
	border-radius: 5%;
}
input {
	border-radius: 5%;
}



