<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************************************************
Theme: InPublix
Author: Henrik Rosengren
Author URL: http://www.bysted.se/

Stylesheet: Login Stylesheet
******************************************************************/
/******************************************************************
Theme: InPublix
Author: Henrik Rosengren
Author URL: http://www.bysted.se/

Stylesheet: Mixins Stylesheet
******************************************************************/
/*********************
BOX SIZING
*********************/
/*********************
PREFIXES
*********************/
/*********************
FLEXBOX
*********************/
/*********************
PADDING
*********************/
/*********************
MIXINS
*********************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
SHOW/HIDE
*********************/
/******************************************************************
Theme: InPublix
Author: Henrik Rosengren
Author URL: http://www.bysted.se/

Stylesheet: Custom Colors
******************************************************************/
/*********************
COLORS
*********************/
/* base */
/* links */
/* typography */
/* tables */
/*********************
STYLE
*********************/
body.login {
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  text-align: center; }

#login {
  padding: 0;
  width: auto;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  #login .forgetmenot {
    width: 100%;
    margin-bottom: 15px; }

#loginform {
  border: none;
  border-radius: 0; }

.login form .input, .login form input[type=checkbox], .login input[type=text] {
  border: none;
  box-shadow: none; }

.login h1 a {
  background: none;
  width: 100%;
  height: auto;
  text-indent: initial;
  overflow: hidden;
  color: #fff;
  font-size: 1.5em;
  padding: 15px 0;
  background-color: #695c56; }
  .login h1 a:hover {
    color: #fff; }

.login form {
  padding: 0 50px;
  font-weight: normal;
  background: white;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  box-shadow: none; }

body form .input {
  font-family: sans-serif;
  font-weight: 200;
  font-size: 24px;
  width: 97%;
  padding: 3px;
  margin-top: 2px;
  margin-right: 6px;
  margin-bottom: 16px;
  border: 1px solid #E5E5E5;
  background: #FBFBFB;
  outline: none;
  box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2); }

#wp-submit {
  background-color: #009c81;
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  padding: 7px 0;
  height: auto; }
  #wp-submit:hover {
    background-color: #00836c; }

.login #nav {
  text-align: center;
  margin: 24px 0; }

#backtoblog {
  display: none; }

.login #nav a:hover {
  color: #000; }
</pre></body></html>