File: /storage/v4513/ctoivenusin/public_html/wp-content/plugins/loginpress/include/login-footer.php
<?php
/**
* LoginPress Login Footer Styles.
*
* This file contains the footer styling when default template is disabled by usage of hook.
* Purpose of this file is to provide custom CSS styles for the login page footer.
*
* @package LoginPress
* @since 1.6.4
*/
?>
<style>
.loginpress-show-love{color: #222;}
.loginpress-show-love a{color: #2171b1;}
.loginpress-show-love a:hover{color: #4d5d95;}
.loginpress-show-love{float: right; font-style: italic; padding-right: 20px; padding-bottom: 10px; position: absolute; bottom: 3px; right: 0; z-index: 10;}
.loginpress-show-love a{text-decoration: none;}
.loginpress-caps-lock{display: none;}
.loginpress-show-love{float: right; font-style: italic; padding-right: 20px; padding-bottom: 10px; position: absolute; bottom: 3px; right: 0; z-index: 10;}
.loginpress-show-love a{ text-decoration: none; }
.footer-wrapper{ position: -webkit-sticky; position: sticky; top: 100vh; width: 100%;}
.footer-cont{ right: 0; bottom: 0; left: 0; text-align: center; vertical-align: bottom; }
.login .copyRight{ background-color: #ffffff }
.login .copyRight{ color: #3c434a }
.copyRight{ padding: 12px 170px; }
@media screen and (max-width: 767px) {
.copyRight{ padding: 12px; }
.loginpress-show-love{ display: none; }
}
</style>