.customer-account-forgotpassword .page-title-wrapper {
    opacity: 1;
    text-align: center;
    margin: 24px 0;
}


.customer-account-forgotpassword input#email_address {
    width: 100%;
    text-align: left;
}

.customer-account-forgotpassword button.action.submit.primary {
    background: #f7b500;
    border: unset;
    height: 40px;
    width: 100%;
    border-radius: 5px;
}

.customer-account-forgotpassword button.action.submit.primary span {
    color: #000;
}

.customer-account-forgotpassword h1.page-title {
    margin: 0;
    text-align: center;
    font-size: 20px;
}