@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,300italic,400italic,700italic|Product+Sans');
@import url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css');

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Roboto',Arial,sans-serif;
}
body.project-editor {
  padding: 0 10px;
}

.h1, h1 {
  font-family: 'Product Sans','Roboto',Arial,sans-serif;
  border-bottom: 3px solid #eee;
  margin: 40px 0 20px;
  padding-bottom: 9px;
}
.h2, h2 {
  color: #a8aaac;
  margin: 40px 0 10px;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 20px;
  width: 100%;
  padding: 2px 8px;
  background-color: #666;
  color: #ccc;
  font-size: 12px;
  text-align: right;
}

label.error {
  color: #f00;
  font-weight: 400;
}

.tag.accessCode {
  background-color: #8470FF;
  color: #fff;
  padding: 2px 6px;
  font-family: 'courier new',courier;
  font-size: 120%;
  font-weight: 400;
}

.text-vertical-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

/* Auth page */
.auth-page {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.auth-page .text h1 {
  color: #fff;
  font-weight: 100;
  line-height: 50px;
  border-bottom: none;
}
.auth-page input[type="text"],
.auth-page input[type="password"] {
  background: #f8f8f8 none repeat scroll 0 0;
  border-radius: 4px;
  box-shadow: none;
  color: #888;
  font-family: 'courier new',courier;
  font-size: 16px;
  font-weight: 300;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0 20px;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
}
.form-top {
  background: #fff none repeat scroll 0 0;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  padding: 0 25px 15px;
  text-align: left;
}
.form-bottom {
  background: #eee none repeat scroll 0 0;
  border-radius: 0 0 4px 4px;
  padding: 25px 25px 30px;
  text-align: left;
}
.form-bottom.banned {
  background-color: #f2dede;
  color: #a94442;
}
.form-top-left {
  float: left;
  padding-top: 25px;
  width: 75%;
}
.form-top-right {
  color: #ddd;
  float: left;
  font-size: 66px;
  line-height: 100px;
  padding-top: 5px;
  text-align: right;
  width: 25%;
}
.modal.auth-failed .modal-header {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #f00;
  color: #fff;
}
.modal.auth-failed .modal-header .close {
  color: #fff;
}

/* Landing, 404 page */
.landing-page, .http404-page {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.landing-page h1, .http404-page h1 {
  margin: 0;
  padding: 0;
  font-size: 4.5em;
  font-weight: 700;
  border-bottom: none;
}

/* PRoject page */
.project-page {
  width: 100%;
  min-height: 100%;
}
.project-page > .container {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
