<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*body {

    background: #669933;
}*/

.login #backtoblog a, .login #nav a {

    color: grey;
}

#soporte-pontecerca{
    display:none;
}

/*.login-soporte{

    margin-top: 20px;
    margin-left: 0;
    padding: 10px 19px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
	text-align:center;
}
*/

/*#loginform::before {

    content: url("/wp-content/plugins/pontecerca-tweaks/css/pontecerca.png");
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;

}*/

.wp-core-ui .button-primary {
    background: grey;
    border-color: grey;
    box-shadow: 0 1px 0  grey;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px grey,1px 0 1px grey,0 1px 1px grey,-1px 0 1px grey;
}

.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover {
    background: #fff;
    border-color: grey;
    color: grey;
    box-shadow: none;
    text-shadow: none;
}

/*.login-soporte a {

    color: #669933
}

.login-soporte a:hover {

    color: #73ac39
}*/
.privacy-policy-page-link{
    display:none;
}
/*.privacy-policy-page-link &gt; a {

    color: #FFFFFF;
}*/
.login .message, .login .success {
    border-left: 4px solid grey;
    
}
.wp-core-ui .button-secondary{
    color: grey;
}
.wp-core-ui .button-secondary:hover{
    color: grey;
    border-color: grey;
}
#login input[type=text]:focus,
#login input[type=password]:focus,
#login input[type=checkbox]:focus{
    border-color: grey;
    box-shadow: 0 0 0 1px grey;
}
</pre></body></html>