body {
    padding: 0;
    margin: 0;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
}

.top-header {
    background-color: #4F80A7;
    color: #fff;
    padding: 12px 0;
    margin-bottom: 60px;
    text-align: center;
    font-size: 26px;
}
.fed-form aside, .fed-form main {
    box-sizing: border-box;
}
.fed-form aside {
    width: 30%;
    float: right;
}
.fed-form main {
    width: 70%;
    float: left;
    color: #4F80A7;
}
.fed-form main h1 {
    font-size: 38px;
    font-weight: 300;
    padding: 0;
    margin: 0;
    line-height: 57px;
}
.fed-form main h3 {
    font-size: 24px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}
.form {
    padding: 30px;
    border: 1px solid #e5e5e5;
    -moz-box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px;
    -webkit-box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px;
    box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px;
}
.form input {
    display: block;
    padding: 8px;
    margin-bottom: 2px;
    width: 100%;
}
.form input {
    border: 1px solid #4F80A7;
}
.form input[type="submit"] {
    border-radius: 3px;
    background-color: #4F80A7;
    color: #e5e5e5;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px #076BD2;
    cursor: pointer;
    outline: none;
}

.footer {
    background-color: #4F80A7;
    color: #fff;
    padding: 12px 0;
    margin-bottom: 0px;
    text-align: center;
    font-size: 12px;
}
