@import url('type.css');
@import url('forms.css');


body {
    background: #f7f7f7;
}
#account-login {
    margin-top: 50px;
}
    #login-form h2 {
        font-size: 14px;
    }

    #reset{
        border-top: 1px solid #d9d9d9;
        margin-top: 25px;
        padding: 25px 0 10px;
    }


