#profile_login_form #reset_password {
font-weight: 400;
    opacity: 0.6;
    display: block;
    margin: 15px auto;
    line-height: 1.3;
    text-decoration:none;
}

#profile_login_form .login-form__actions {
    gap: 0;
    padding-top: 0;
    justify-content:center;
padding-bottom:0;
margin-bottom:0;
}
#profile_login_form .login-form__actions >a {
    text-align: center;
    width: 100%;
    display: block;
    line-height: 1.3;
    text-decoration:none;
}
#profile_login_form #reset_password:hover,
#profile_login_form .login-form__actions >a:hover {
    text-decoration:underline;
}
.zone-member .member-login-wrapper>div {
    width: 100% !important;
}