/* BASE */
/* Theme Colors Hunter */
/* line 8, ../scss/login.scss */
.form-control-error {
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(182, 0, 0, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(182, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(182, 0, 0, 0.6);
}

/* line 14, ../scss/login.scss */
.form-control:focus {
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
}

/* line 20, ../scss/login.scss */
.cancel-button {
  position: absolute;
  right: -16px;
  top: 0;
  background: transparent !important;
  width: 40px !important;
  cursor: pointer;
  height: auto !important;
}

/* line 30, ../scss/login.scss */
.login-container {
  padding-top: 20px !important;
}

/* line 34, ../scss/login.scss */
.login_logo {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 200px;
  display: block;
  margin: 0 auto 20px auto;
}

/* line 43, ../scss/login.scss */
.login_recap > div > div {
  margin: auto;
  margin-bottom: 13px;
}

/* line 48, ../scss/login.scss */
.panel-login {
  border-color: #ccc;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  /* $c2 */
  position: relative;
}

/* line 57, ../scss/login.scss */
.panel-login > .panel-heading {
  color: #2B4804;
  text-align: center;
  background: #8ABC99;
  /* $c2 */
}

/* line 62, ../scss/login.scss */
.panel-login > .panel-heading a {
  text-decoration: none;
  color: #404040;
  font-weight: bold;
  font-size: 15px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

/* line 71, ../scss/login.scss */
.panel-login > .panel-heading a.active {
  font-size: 24px;
}

/* line 74, ../scss/login.scss */
.panel-login > .panel-heading hr {
  margin-top: 10px;
  margin-bottom: 0px;
  clear: both;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #8ABC99, #404040, #8ABC99);
  background-image: -moz-linear-gradient(left, #8ABC99, #404040, #8ABC99);
  background-image: -ms-linear-gradient(left, #8ABC99, #404040, #8ABC99);
  background-image: -o-linear-gradient(left, #8ABC99, #404040, #8ABC99);
}

/* line 85, ../scss/login.scss */
.panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] {
  height: 45px;
  border: 1px solid #ddd;
  font-size: 16px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

/* line 93, ../scss/login.scss */
.panel-login input:hover,
.panel-login input:focus {
  outline: none;
  border-color: #ccc;
}

/* line 99, ../scss/login.scss */
.btn-login {
  background-color: #59B2E0;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
}

/* line 109, ../scss/login.scss */
.btn-login:hover,
.btn-login:focus {
  color: #fff;
  background-color: #53A3CD;
}

/* line 114, ../scss/login.scss */
.forgot-password {
  text-decoration: underline;
  color: #2B4804;
  cursor: pointer;
}

/* line 119, ../scss/login.scss */
.forgot-password:hover,
.forgot-password:focus {
  text-decoration: underline;
  color: #2B4804;
}

/* line 125, ../scss/login.scss */
.btn-register {
  background-color: #1CB94E;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border-color: #1CB94A;
  margin-top: 15px;
}

/* line 137, ../scss/login.scss */
.btn-register:hover,
.btn-register:focus {
  color: #fff;
  background-color: #1CA347;
  border-color: #1CA347;
}

/* line 146, ../scss/login.scss */
#register-submit, .btn-register, #login-submit {
  font-weight: bold;
  color: #8ABC99 !important;
  background: -webkit-linear-gradient(#2B4804, #2B4804) !important;
  /* [$c15, darken($c15, 20%)] */
  background: -o-linear-gradient(#2B4804, #2B4804) !important;
  /* [$c15, darken($c15, 20%)] */
  background: -moz-linear-gradient(#2B4804, #2B4804) !important;
  /* [$c15, darken($c15, 20%)] */
  background: linear-gradient(#2B4804, #2B4804) !important;
  /* [$c15, darken($c15, 20%)] */
  border: none;
  -webkit-box-shadow: 0px 2px 3px 1px rgba(50, 50, 50, 0.75) !important;
  -moz-box-shadow: 0px 2px 3px 1px rgba(50, 50, 50, 0.75) !important;
  box-shadow: 0px 2px 3px 1px rgba(50, 50, 50, 0.75) !important;
}

/* line 159, ../scss/login.scss */
#register-submit:active, .btn-register:active, #login-submit:active {
  color: #8ABC99 !important;
  background: #569008;
  background: #569008;
  background: #569008;
  background: #569008;
  -webkit-box-shadow: 0px 2px 3px 1px rgba(50, 50, 50, 0.5) inset !important;
  -moz-box-shadow: 0px 2px 3px 1px rgba(50, 50, 50, 0.5) inset !important;
  box-shadow: 0px 2px 3px 1px rgba(50, 50, 50, 0.5) inset !important;
}

/* line 172, ../scss/login.scss */
.panel-login > .panel-heading .row > div:nth-child(1) a.active {
  color: #2B4804;
  /* $c15 */
  text-shadow: 1px 1px 0px #969696;
  letter-spacing: 1px;
}

/* line 178, ../scss/login.scss */
.panel-login > .panel-heading .row > div:nth-child(2) a.active {
  color: #2B4804;
  /* $c15 */
  text-shadow: 1px 1px 0px #969696;
  letter-spacing: 1px;
}

/* line 184, ../scss/login.scss */
#recover-form .btn {
  background: -webkit-linear-gradient(#e1983d, #a97636);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#e1983d, #a97636);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#e1983d, #a97636);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#e1983d, #a97636);
  /* Standard syntax */
  border: none;
  -webkit-box-shadow: 0px 2px 3px 1px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 2px 3px 1px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 2px 3px 1px rgba(50, 50, 50, 0.75);
}

/* line 195, ../scss/login.scss */
#recover-form .btn:hover {
  background: -webkit-linear-gradient(#e6a85a, #c2883f);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#e6a85a, #c2883f);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#e6a85a, #c2883f);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#e6a85a, #c2883f);
  /* Standard syntax */
}

/* line 202, ../scss/login.scss */
#recover-form .btn:active {
  background: -webkit-linear-gradient(#a97636, #e1983d);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#a97636, #e1983d);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#a97636, #e1983d);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#a97636, #e1983d);
  /* Standard syntax */
  -webkit-box-shadow: 0px 2px 3px 1px rgba(50, 50, 50, 0.75) inset;
  -moz-box-shadow: 0px 2px 3px 1px rgba(50, 50, 50, 0.75) inset;
  box-shadow: 0px 2px 3px 1px rgba(50, 50, 50, 0.75) inset;
}

/* line 212, ../scss/login.scss */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* line 215, ../scss/login.scss */
.tooltip {
  position: absolute;
  color: #fff;
  background: #000;
  border-radius: 3px;
  padding: 10px 20px;
  display: inline-block;
}

/* line 223, ../scss/login.scss */
.tooltip.ng-enter {
  opacity: 0;
  transition: opacity 1s;
}

/* line 227, ../scss/login.scss */
.tooltip.ng-enter-active {
  opacity: 1;
}
