body {
    font-family: proxima nova,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    min-height: 100%;
    min-width: 100%;
    overflow: auto;
    position: relative;
}

#divCustomerLogin, #divCustomerResetPassword {
    max-width: 320px;
    color: #000;
}

    #divCustomerLogin a {
        text-decoration: none;
    }

#customerLoginForm div, #customerResetPasswordForm div {
    padding: 1px .5em;
    line-height: 2em;
}

#customerLoginRememberMeLabel {
    display: inline;
}

#customerLoginForm input[type="email"], #customerLoginForm input[type="password"], #customerLoginForm select, #customerLoginForm button,
#customerResetPasswordForm input[type="email"], #customerResetPasswordForm input[type="password"], #customerResetPasswordForm select, #customerResetPasswordForm button {
    width: 100%;
}
