body {
    font-family:"font-regular", "Omnes-ATT-W02", Verdana;
    background-color: #f2f2f2;
}
body * {
    font-family:"font-regular", "Omnes-ATT-W02", Verdana;
}
a {
    color: #0568ae;
}
footer {
    background: #0568ae;
}
.content {
    border-color: #0568ae;
}
h1, h2, .button {
    text-transform: none;
}
.content img {
    max-width: 200px;
}
.button {
    background-color: #0568ae;
    background-image: linear-gradient(to bottom, #087ac2 0%, #0568ae 100%);
    padding: 10px 19px;
    font-size: 16px;
    border-radius: 100px;
}
.button:hover {
  background: #0568ae;
}
.form-element.submit input {
    height: auto;
    width: auto;
    float: right;
}
