/* ==========================================================================
   RESET STYLES
   ========================================================================== */
/* line 4, app/assets/stylesheets/login.css.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 8, app/assets/stylesheets/login.css.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 16, app/assets/stylesheets/login.css.scss */
body {
  font-size: 1em;
  line-height: 1.4;
  background: #FFF;
}

/* ==========================================================================
   BASE STYLES
   ========================================================================== */
/* line 26, app/assets/stylesheets/login.css.scss */
body {
  font-family: 'PT Sans', sans-serif;
  color: #333;
}

/* line 31, app/assets/stylesheets/login.css.scss */
img {
  border: 0 none;
}

/* Overriding WP Theme Defaults */
/* line 37, app/assets/stylesheets/login.css.scss */
.entry-content img {
  border: transparent;
  background-color: transparent;
}

/* line 42, app/assets/stylesheets/login.css.scss */
li {
  list-style: none;
}

/* line 46, app/assets/stylesheets/login.css.scss */
#container {
  width: 320px;
  margin: 0 auto;
}

/* ==========================================================================
   HEADER STYLES
   ========================================================================== */
/* line 55, app/assets/stylesheets/login.css.scss */
#header {
  margin-bottom: 3px;
  background: none;
  height: initial;
}

/* line 60, app/assets/stylesheets/login.css.scss */
#header:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  height: 86px;
  background: -webkit-linear-gradient(top, #ecf8ff 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ecf8ff), to(#ffffff));
  background: linear-gradient(to bottom, #ecf8ff 0%, #ffffff 100%);
  z-index: 0;
}

/* line 73, app/assets/stylesheets/login.css.scss */
.logo {
  margin-left: 29px;
  padding-top: 90px;
  float: left;
}

/* line 78, app/assets/stylesheets/login.css.scss */
#header h1 {
  clear: both;
  font-size: 26px;
  text-transform: uppercase;
  margin-left: 20px;
  padding-top: 7px;
  color: #333;
  text-align: center;
}

/* ==========================================================================
   MAIN STYLES
   ========================================================================== */
/* line 91, app/assets/stylesheets/login.css.scss */
#main {
  width: 290px;
  margin: 0 auto;
  padding-bottom: 33px;
  z-index: 1;
}

/* line 97, app/assets/stylesheets/login.css.scss */
.main-v2 {
  border: 5px solid #4b81b6;
}

/* line 99, app/assets/stylesheets/login.css.scss */
#main form {
  /*background: #FFF;*/
  padding-top: 4px;
}

/* line 103, app/assets/stylesheets/login.css.scss */
#main p {
  margin-left: 10px;
}

/* line 106, app/assets/stylesheets/login.css.scss */
#main label {
  font-size: 16px;
  font-weight: bold;
  color: #222;
}

/* line 111, app/assets/stylesheets/login.css.scss */
#main input[type=text], #main input[type=password] {
  width: 256px;
  height: 38px;
  border-radius: 6px;
  border: 1px solid #d6d6d6;
  font-size: 14px;
  color: #8f8f8f;
  padding-left: 14px;
  margin-bottom: 10px;
  margin-top: 5px;
}

/* line 123, app/assets/stylesheets/login.css.scss */
#main .sign-in {
  height: 62px;
  width: 272px;
  line-height: 62px;
  cursor: pointer;
  background: url(/assets/login/green-btn-83ca5b5f6560153b32854c1fdeebc031286eb19715cc75e2749762a96d64a8f2.png) top repeat-x;
  text-transform: uppercase;
  font-size: 28px;
  color: #FFF;
  text-align: center;
  font-family: 'Libre Franklin', sans-serif;
  padding: 0;
  margin-top: 16px;
  margin-left: 10px;
}

/* line 138, app/assets/stylesheets/login.css.scss */
#main input.sign-in:hover {
  background-position: bottom;
}

/* line 140, app/assets/stylesheets/login.css.scss */
#main .miniloop-sign-in-back {
  height: 62px;
  width: 272px;
  line-height: 62px;
  cursor: pointer;
  background: url(/assets/login/gray-btn-ea9baa59c4ada17e7a4fe00429a68f3651248a899229d5e786b8ad16371233e5.png) top repeat-x;
  text-transform: uppercase;
  font-size: 28px;
  color: #FFF;
  text-align: center;
  font-family: 'Libre Franklin', sans-serif;
  padding: 0;
  margin-top: 0px;
  margin-left: 10px;
}

/* line 155, app/assets/stylesheets/login.css.scss */
#main input.miniloop-sign-in-back:hover {
  background-position: bottom;
}

/* line 157, app/assets/stylesheets/login.css.scss */
#main .forgot-password {
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
}

/* line 162, app/assets/stylesheets/login.css.scss */
.forgot-password a {
  color: #1b6ec3;
}

/* line 164, app/assets/stylesheets/login.css.scss */
.ss_button {
  display: block;
  width: 176px;
  height: 44px;
  margin: 0 auto;
  text-decoration: none !important;
  font-family: "PT Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  font-weight: bold;
  font-size: 33px;
  color: #ffffff !important;
  line-height: 44px;
  margin-top: 25px;
  text-align: center;
  border: none;
}

/* line 179, app/assets/stylesheets/login.css.scss */
.ss_button_login {
  background: #578e36;
}

/* line 182, app/assets/stylesheets/login.css.scss */
.ss_button_login:hover {
  background: #467b29;
}

/* line 185, app/assets/stylesheets/login.css.scss */
.ss_button_back {
  background: #8a8a8a;
}

/* line 188, app/assets/stylesheets/login.css.scss */
.ss_button_back:hover {
  background: #646564;
}

/* line 191, app/assets/stylesheets/login.css.scss */
.ss_button_join {
  background: #d46d23;
}

/* line 194, app/assets/stylesheets/login.css.scss */
.ss_button_join:hover {
  background: #c95a1a;
}

/* line 197, app/assets/stylesheets/login.css.scss */
.ss_button_login_barcode {
  background: #578e36;
  width: auto;
  font-size: 20px;
  padding: 0 3px;
}

/* line 203, app/assets/stylesheets/login.css.scss */
.ss_button_login_barcode:hover {
  background: #467b29;
}

/* line 207, app/assets/stylesheets/login.css.scss */
.terms-wrapper {
  text-align: center;
  margin: 4px 0;
}

/* line 212, app/assets/stylesheets/login.css.scss */
.terms-text {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}

/* line 219, app/assets/stylesheets/login.css.scss */
.terms-text a {
  color: blue;
  text-decoration: underline;
}

/* line 224, app/assets/stylesheets/login.css.scss */
#main p.terms-text {
  margin-left: -55px !important;
}
