/**
 * This CSS file is for customizing the WP login page and
 * should be kept separate from your WP theme's CSS files.
 */

 @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
 
 

 body.login { background: #eee url('../img/wp-login-bg-2.png') repeat center top; font-family: 'Roboto', Arial, Helvetica, sans-serif; font-weight: 400; }
 body.login form { border: 1px solid #000 !important; box-shadow: none !important; }
 body.login #login h1 a, 
 body.login .login h1 a {
    filter: brightness(0);
}

/* body.login #nav */
body.login #backtoblog { display:none !important; }


body.login div#login input[type='submit'] { background: #000; color: #fff; border-radius: 0 !important; border: solid 1px #000 !important; box-shadow: none;
    font-family: 'Roboto', Arial, Helvetica, sans-serif; font-weight: 700; font-size: 16px; text-transform: uppercase; padding: 10px 20px; line-height: normal; outline: none !important; 
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
   }
body.login div#login input[type='submit']:hover { color: #000; background: #fff; }
body.login div#login form#loginform label[for='rememberme'] { font-size: 14px; outline: none; font-family: 'Roboto', Arial, Helvetica, sans-serif;  }

body.login input[type='text'],
body.login input[type='password'] {  border-radius: 0 !important; border: solid 1px #000 !important; box-shadow: none;  font-family: 'Roboto', Arial, Helvetica, sans-serif;  }

