body {
background-color:#eee;
font-family: "Open Sans", sans-serif;
font-size: 14px;
line-height: 25px;
font-weight: 400;
}
hr {
height: 0px;
margin: 0px;
border: 1px solid black;
font-size: 1px;
}
input[type="button"],input[type="submit"] {
float:left;
font-size:12px !important;
background-color:#6e6d72;
line-height:26px !important;
color:#fff !important;
padding: 0 21px !important;
border-color:#000 !important;
text-transform: uppercase;
font-weight: 600;
border-radius: 0.3em;
letter-spacing: 0em;
box-shadow: 0 0em 0em rgba(0,0,0,0.18);
border: none;
cursor: pointer;
transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-appearance: button;
}
input[type="button"]:hover,input[type="submit"]:hover {
background-color: #bf1e2e;
}
input[type="email"] {
float: left;
background-color: #fff !important;
font-size: 12px !important;
line-height: 11px !important;
height: 25px !important;
padding: 0 0.8rem;
border-radius: 0.3rem;
box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0,0,0,0.08) inset;
transition: all 0.3s;
color: #666;
border: none;
outline: 0;
margin: 0 10px 0 0;
box-sizing: border-box;
-webkit-appearance: textfield;
cursor: text;
-webkit-tap-highlight-color: rgba(191,30,46,0.2);
}
