@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,900);

body,p,h1,h2,div {font-family: 'Roboto', sans-serif;}



@media screen and (-webkit-min-device-pixel-ratio:0) {
     { /* Styles */:  }
}


@media handheld, only screen and (max-width: 767px){

}

@media handheld, only screen and (max-width: 2200px) {
    /* ===[ Styles ]===
           ==================================================
       ================================================== */
}

@media handheld, only screen and (max-width: 1240px) {

}

@media handheld, only screen and (max-width: 1024px) {
     { /* Styles */:  }
}


.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#homeContainer {
    position: relative;
}

#homeContainer img {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 100;
}

#redHeaderBar {padding-top: 7px;}