body#password section#wrapper {
    margin-top:200px;
}

.forgotten-password {
    padding: 1rem;
    max-width: 640px;
    margin: 0 auto;
}

.page-customer-account #content {
    box-shadow:none;
}

body#password .page-footer {
    text-align:center;
}

body#password .forgotten-password .form-fields label.required,
body#password .forgotten-password .form-fields .email {
   width:100%;
}

body#password .forgotten-password .form-fields .center-email-fields {
    display:block;
}

body#password .send-button {
    padding-top: 65px;
}

body#password .forgotten-password .form-fields .center-email-fields button {
    height:auto;
}

body#password .account-link {
    text-decoration:underline;
}

body#password .account-link:hover {
    text-decoration:none;
    color:#000;
}