@media screen and (min-width: 320px) and (max-width: 768px){
    .actions-toolbar {
        display: unset;
        margin: 0 -0.25rem;
    }
    .action.login.primary,
    .customer-account-login .action.remind{
        width: 100%;
    }
    .minicart-items .product.actions {
        left: unset;
    }
}