.header {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-align: center;
}

form {
    text-align: center;
}

.button {
    background: #9D693F;
    padding: 15px 30px;
    border-radius: 6px;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    color: #ffff !important;
    display: inline-block;
    min-width: 150px;
    font-size: 1.1em;
    text-align: center;
}