/* the form box */

/*
This is the Wordpress logo in the admin area.
You'll have to load your own images and mess
with the width and height.
*/

/* line 10, stdin */

html,
body {
  background: #fff;
}

/* line 17, stdin */

.login h1 a {
  background-image: none, url(/app/themes/igs/dist/images/logo.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 50px;
  width: auto;
  height: 80px;
}

/**
 * Login Interface Improvements
 * @see https://github.com/AaronRutley/minimal-login
 */

/* line 32, stdin */

.login form {
  background: #fbfbfb;
  padding-bottom: 36px;
}

/* line 37, stdin */

input::-webkit-input-placeholder {
  color: #333;
  font-size: 17px;
  line-height: 40px;
  padding: 0 0 0 2px;
}

/* line 44, stdin */

input:-ms-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder {
  color: #333;
  font-size: 17px;
  line-height: 40px;
  padding: 0 0 0 2px;
}

/* line 53, stdin */

.login label {
  position: relative;
  z-index: 1;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  color: #888;
  bottom: -20px;
}

/* line 63, stdin */

.login p.js--filled label {
  visibility: visible;
  opacity: 1;
  text-indent: 0;
  vertical-align: bottom;
  bottom: 0;
}

/* line 71, stdin */

input[type="text"],
input[type="password"],
input[type="checkbox"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="radio"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 2;
  background: #fff !important;
  visibility: visible;
}

/* line 98, stdin */

input[type="text"]:focus,
input[type="password"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 121, stdin */

.login form {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
}

/* line 126, stdin */

.login form .input,
.login input[type="text"],
.login form input[type="checkbox"] {
  padding: 5px 10px;
}

/* line 132, stdin */

#backtoblog {
  display: none;
}

/* line 140, stdin */

.forgetmenot {
  display: none;
}

/* line 144, stdin */

#wp-submit {
  clear: both;
  display: block;
  width: 100%;
  line-height: 46px;
  height: 46px;
  margin-top: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0 !important;
  border: none;
  text-shadow: none;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  font-weight: bold;
}

/* line 159, stdin */

#wp-submit:hover {
  background: #006799;
}

/* line 163, stdin */

.login form .input,
.login input[type="text"] {
  padding: 5px 10px 10px;
}


/*# sourceMappingURL=login.css.map*/