@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700%7CLato:100,300,400");

html {
  height: 100%;
}

body {
    font-family: 'PT Sans', sans-serif;

}
p { margin-bottom: 4px; }

label { font-weight: bold; }

#download_form {
  -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);
  padding: 5px;
  width: 220px;
  background: white;
  margin-top: 10px; 
  padding: 10px 20px; 
  margin: 10px auto;
}
#download_form legend { margin: 0; margin-bottom: 4px; }
#download_form h3 { font-size: 18px; margin: 4px 0; line-height: 1em; }
#download_form label { margin: 0 auto; }

#download_link, #download_link_large, #download_link_video { text-align: center; font-size: 32px; margin-top: 20px; margin-bottom: 20px; padding-bottom: 20px; }
#main_content { margin-top: 170px;padding-bottom: 40px;  }
/* 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;
  padding-bottom: 8px;
  max-height: 40px;
  width: auto;
}
/* line 49, ../sass/typica-login.scss */
.navbar .navbar-inner {
  height: 100px;
  background: #171717;
  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);
  padding: 5px;
  width: 420px;
  background: white;
  text-align: center;
  margin-top: 10px; 
}

/* line 97, ../sass/typica-login.scss */
.login-form legend {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
/* 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: 20px;
}
/* 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;
  height: 50px;
  background: white;
  text-align: center;
}

/* ###### */
/* $FONTS */
/* ###### */
/* navigation */
/* line 7, D:/DropBox/bootstrap/typica-login/sass/includes/_fonts.scss */
.navbar {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#need-help { margin-top: 15px; }
/* login form */
/* line 17, D:/DropBox/bootstrap/typica-login/sass/includes/_fonts.scss */
.login-form legend {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 26px;
  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-family: 'Lato', Helvetica, sans-serif;
  font-size: 18px;
  color: #333333;
  font-weight: 300;
  float: left;
}

/* register form */
/* line 32, D:/DropBox/bootstrap/typica-login/sass/includes/_fonts.scss */
#register-form legend {
  font-family: 'Lato', Helvetica, sans-serif;
  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-family: 'Lato', Helvetica, sans-serif;
  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;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  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;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
}

/* footer */
/* line 66, D:/DropBox/bootstrap/typica-login/sass/includes/_fonts.scss */
footer.navbar-fixed-bottom {
  font-size: 16px;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  line-height: 18px;
  font-weight: 400;
}
