@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');
body {font-family: 'Open Sans', sans-serif;}
.form-control {
height: 40px;
padding: 9px 16px;
border: 1px solid #e5e7e9;
color: inherit;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease;
-moz-transition: background-color .3s ease, border .3s ease, color .3s ease;
-ms-transition: background-color .3s ease, border .3s ease, color .3s ease;
-o-transition: background-color .3s ease, border .3s ease, color .3s ease;
transition: background-color .3s ease, border .3s ease, color .3s ease;
}
.btn {
border: 0 solid transparent;
border-radius: 0;
line-height: 20px;
color: #fff;
background-color: #2951d5;
padding: 16px 34px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;