/* Variables - Path */
/* Fonts */
/* "Lucida Sans Unicode", "Lucida Grande", sans-serif */
/* Font Colors */
/* Backgrounds */
/* Border Colors */
/* Button Colors */
/* Layout */
/* Background Types */
/* ==========================================================================
   Login
   ========================================================================== */
/* line 6, ../sass/login.scss */
.login .b-login-content {
  float: left;
  width: 380px;
  position: relative;
  left: 50%;
  margin-left: -190px;
  margin-top: 13.5%;
}
/* line 14, ../sass/login.scss */
.login .b-logo-wrapper {
  margin-bottom: 19px;
  border-bottom: 0;
}
/* line 18, ../sass/login.scss */
.login .b-logo-wrapper .b-logo {
  margin: 0px;
}
/* line 23, ../sass/login.scss */
.login h1 {
  margin: 8px 0 7px;
}
/* line 27, ../sass/login.scss */
.login .b-form {
  margin-top: 1px;
}
/* line 30, ../sass/login.scss */
.login .b-form.main {
  margin-top: 10px;
}
/* line 34, ../sass/login.scss */
.login .b-form .b-input {
  margin-bottom: 17px;
}
/* line 38, ../sass/login.scss */
.login .b-form .forgot {
  position: absolute;
  top: 32px;
  right: -61px;
  color: #00aef7;
}
/* line 43, ../sass/login.scss */
.login .b-form .forgot:hover {
  text-decoration: underline;
}
/* line 49, ../sass/login.scss */
.login .b-btn-wrapper {
  margin-top: 3px;
}
/* line 53, ../sass/login.scss */
.login .txt-link {
  float: right;
  margin: 10px 0 0;
}
/* line 57, ../sass/login.scss */
.login .b-checkbox-wrapper {
  float: right;
  margin-top: 4px;
}
