/* ##########  */
/*   $GLOBAL   */
/* ##########  */
/* line 10, ../sass/typica-login.scss */
html {
  height: 100%;
}

/* line 13, ../sass/typica-login.scss */
body {
  /*background: url(../bg1.png) no-repeat center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: rgba(14, 120, 188, 0.9);
  background-image: radial-gradient(farthest-side circle at 50% 0, rgba(14, 118, 188, 0.9), rgba(7, 93, 148, 0.9), rgba(5, 72, 115, 0.9));
  background-image: -webkit-radial-gradient(50% 0, farthest-side circle, rgba(14, 118, 188, 0.9), rgba(7, 93, 148, 0.9), rgba(5, 72, 115, 0.9));
  background-image: -moz-radial-gradient(10% 0, farthest-side circle, rgba(14, 118, 188, 0.9), rgba(7, 93, 148, 0.9), rgba(5, 72, 115, 0.9)); 
}
@media (min-width: 979px) {
  /* line 13, ../sass/typica-login.scss */
  body {
    padding-top: 80px;
  }
}

/* line 21, ../sass/typica-login.scss */
.blue {
  color: #447fc8;
}

/* line 25, ../sass/typica-login.scss */
.btn-black {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 20px;
  background-color: #222222;
  background-image: none;
  color: white;
  text-shadow: none;
}
/* line 33, ../sass/typica-login.scss */
.btn-black:hover {
  background: #333333;
  color: white;
}

/* ########### */
/* $NAVIGATION */
/* ########### */
/* line 43, ../sass/typica-login.scss */
.navbar .brand {
/*   margin-top: 20px; */
  margin-top: 0px;
  padding-bottom: 8px;
/*  max-height: 40px; */
  max-height: 100px;
  width: auto;
  /* the following style used to be in Bootstrap v2.2.1 which is how we want this to behave */
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  /*font-size: 20px;*/
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #fff;
}

.powered-by {
  margin-top: 0px;
  max-height: 20px;
  width: auto;
  display: block;
  float: right;
  margin-left: -20px;
  margin-bottom: 5px;
  /*font-size: 20px;*/
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #fff;
}

/* line 49, ../sass/typica-login.scss */
.navbar .navbar-inner {
  height: 80px;
  background: white;
  filter: none;
}
/* line 54, ../sass/typica-login.scss */
.navbar .nav {
  margin-top: 20px;
}
/* line 56, ../sass/typica-login.scss */
.navbar .nav > li > a {
  padding: 10px 10px 11px;
  color: #333;
  text-shadow: none;
}
/* line 63, ../sass/typica-login.scss */
.navbar .nav > li > a:hover {
  color: #111;
}
/* line 67, ../sass/typica-login.scss */
.navbar .nav > li.active > a {
  background: none;
  color: #111;
}
/* line 70, ../sass/typica-login.scss */
.navbar .nav > li.active > a:hover {
  background: none;
  color: #111;
}

/* ####### */
/* $LOGIN  */
/* ####### */
/* line 80, ../sass/typica-login.scss */
#login-wraper {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -185px;
  margin-left: -210px;
  padding: 25px;
  width: 420px;
  /* height: 320px; */
  background: white;
  text-align: center;
}

/* line 97, ../sass/typica-login.scss */
.login-form legend {
  margin-top: 5px;
  margin-bottom: 30px;
  padding-bottom: 25px;
}
/* line 102, ../sass/typica-login.scss */
.login-form .body {
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
/* line 106, ../sass/typica-login.scss */
.login-form .footer {
  margin-top: 10px;
}
/* line 108, ../sass/typica-login.scss */
.login-form .footer .checkbox.inline {
  display: inline;
}
/* line 110, ../sass/typica-login.scss */
.login-form .footer .checkbox.inline input[type="checkbox"] {
  float: none;
  margin-top: -4px;
}
/* line 115, ../sass/typica-login.scss */
.login-form .footer .btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: 15px;
  padding: 7px 25px;
  background-image: none;
}

/* ######### */
/* $REGISTER */
/* ######### */
/* line 127, ../sass/typica-login.scss */
#register-wraper {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  margin-top: 25px;
  margin-bottom: 70px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: white;
  text-align: center;
}

/* line 137, ../sass/typica-login.scss */
#register-form {
  margin: 0 auto;
  width: 350px;
}
/* line 140, ../sass/typica-login.scss */
#register-form .control-inline {
  display: inline-block;
}
/* line 143, ../sass/typica-login.scss */
#register-form legend {
  margin-bottom: 15px;
  border-bottom: none;
}
/* line 147, ../sass/typica-login.scss */
#register-form input.input-huge {
  width: 318px;
}
/* line 150, ../sass/typica-login.scss */
#register-form .control-group {
  margin-bottom: 0;
}
/* line 153, ../sass/typica-login.scss */
#register-form .checkbox.inline {
  margin-bottom: 10px;
  padding: 0;
  font-size: 98%;
}
/* line 157, ../sass/typica-login.scss */
#register-form .checkbox.inline input {
  margin-right: 10px;
}
/* line 161, ../sass/typica-login.scss */
#register-form .body {
  overflow-y: auto;
  height: auto;
}
/* line 165, ../sass/typica-login.scss */
#register-form .btn {
  padding: 10px 40px;
  background-image: none;
  box-shadow: none;
}

/* line 171, ../sass/typica-login.scss */
.register-info-wraper {
  background: rgba(0, 0, 0, 0.2);
}

/* line 174, ../sass/typica-login.scss */
#register-info {
  position: relative;
  padding: 25px;
}
/* line 177, ../sass/typica-login.scss */
#register-info ul {
  margin-right: 25px;
}
/* line 179, ../sass/typica-login.scss */
#register-info ul li {
  margin-bottom: 25px;
}

/* ####### */
/* $FOOTER */
/* ####### */
/* line 185, ../sass/typica-login.scss */
footer.white {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 70px;
  background: white;
  text-align: center;
}

/* ###### */
/* $FONTS */
/* ###### */
/* navigation */
/* line 7, D:/DropBox/bootstrap/typica-login/sass/includes/_fonts.scss */
.navbar {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* login form */
/* line 17, D:/DropBox/bootstrap/typica-login/sass/includes/_fonts.scss */
.login-form legend {
  font-size: 36px;
  font-weight: 300;
  color: #333333;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* line 24, D:/DropBox/bootstrap/typica-login/sass/includes/_fonts.scss */
.login-form label {
  font-size: 20px;
  color: #333333;
  font-weight: 300;
}

/* register form */
/* line 32, D:/DropBox/bootstrap/typica-login/sass/includes/_fonts.scss */
#register-form legend {
  font-size: 36px;
  font-weight: 300;
  color: #333333;
  -webkit-font-smoothing: subpixel-antialiased;
}
/* line 39, D:/DropBox/bootstrap/typica-login/sass/includes/_fonts.scss */
#register-form label {
  font-size: 18px;
  color: #333333;
  font-weight: 300;
}

/* register info */
/* line 48, D:/DropBox/bootstrap/typica-login/sass/includes/_fonts.scss */
#register-info h1 {
  font-size: 42px;
  line-height: 55px;
  font-weight: 700;
  text-align: right;
  padding-bottom: 50px;
  color: white;
}
/* line 57, D:/DropBox/bootstrap/typica-login/sass/includes/_fonts.scss */
#register-info ul {
  text-align: right;
  color: white;
  font-size: 24px;
}

/* footer */
/* line 66, D:/DropBox/bootstrap/typica-login/sass/includes/_fonts.scss */
footer.navbar-fixed-bottom {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
/* forgot pass and register divs*/
.bottom-link {
padding: 3px 0px;
}
/* ######## */
/* $QUERIES */
/* ######## */
/* Portrait tablet*/
@media (max-width: 980px) {
  /* logo margin fix */
  /* line 8, D:/DropBox/bootstrap/typica-login/sass/includes/_queries.scss */
  .navbar {
    height: auto;
    margin-bottom: 0;
  }
  /* line 9, D:/DropBox/bootstrap/typica-login/sass/includes/_queries.scss */
  .navbar .brand {
    margin-top: 0;
  }
  /* line 14, D:/DropBox/bootstrap/typica-login/sass/includes/_queries.scss */
  .navbar .navbar-inner {
    height: auto;
  }

  /* line 18, D:/DropBox/bootstrap/typica-login/sass/includes/_queries.scss */
  .navbar .nav > li > a:hover {
    color: white;
  }

  /* line 21, D:/DropBox/bootstrap/typica-login/sass/includes/_queries.scss */
  #login-wraper {
    position: relative;
    top: 0;
    margin-top: 75px;
  }
}
@media (max-width: 495px) {
  #login-wraper {
    margin-left:initial;
    left:initial;
    width:initial;
    height:initial;
    margin-top:initial;
  }

  /* line 36, D:/DropBox/bootstrap/typica-login/sass/includes/_queries.scss */
  #register-form {
    width: auto;
  }
  /* line 38, D:/DropBox/bootstrap/typica-login/sass/includes/_queries.scss */
  #register-form .control-inline {
    display: block;
  }
  /* line 41, D:/DropBox/bootstrap/typica-login/sass/includes/_queries.scss */
  #register-form input {
    display: block;
    margin: 0 auto;
  }
  /* line 44, D:/DropBox/bootstrap/typica-login/sass/includes/_queries.scss */
  #register-form input.input-huge, #register-form input.input-medium {
    width: auto;
    display: block;
  }
  /* line 49, D:/DropBox/bootstrap/typica-login/sass/includes/_queries.scss */
  #register-form .btn {
    display: block;
    margin: 0 auto;
  }
  .navbar-fixed-top {
        display:none;
  }
}
