/******************************************************************
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
******************************************************************/
/*********************
TRANSITIONS

a {
  color: gray;
  @include transition(color .3s ease);
  &:hover {
    color: black;
  }
}
*********************/
/*********************
IMAGE FILTERS

img { 
  @include filter(grayscale, 100%);
}

*********************/
/*********************
OPACITY

@include opacity(0.8);

*********************/
/*********************
PREFIXES
*********************/
/*********************
FLEXBOX
*********************/
/*********************
TRANSITION
*********************/
/*********************
SHOW/HIDE
*********************/
/*********************
OTHER
*********************/
/* 
.container-with-floated-children {
  @extend %clearfix;
}
*/
/******** 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: #444; }
  .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: #ccc;
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  padding: 7px 0;
  height: auto;
  text-shadow: none; }
  #wp-submit:hover {
    background-color: #bfbfbf; }

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

#backtoblog {
  display: none; }

.login #nav a:hover {
  color: #000; }
