CSS Styling of the footer - How to Identify the element to change CSS properties

Hello I am looking to change the CSS for the position of the footer - click Login from the Navigation menu - where you have Secured by Oneall Social Login from fixed to static so that it is not on the Login button but in its right place. I can't seem to be able to identify the element to change the style.

.plugin .footer {
margin-top: 5px;
font-size: 10px;
position: fixed;
left: 5px;
right: 0;
bottom: 0;
line-height: 16px;

I was able to make some styling changes by using
.oneall_social_login_providers { } but in this case it did not work. I also tried the below to no avail:
.oneall_social_login_providers.footer {position: static;}
.oneall_social_login_providers_footer {position: static;}

Can anyone please help with that?

Thank you!

    Welcome!

    Please sign in to your OneAll account to ask a new question or to contribute to the discussions.

    Please click on the link below to connect to the forum with your OneAll account.