* {
  margin: 0;
  border: 0;
  padding: 0;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

.form-horizontal .control-label {
  line-height: 32px;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  text-transform: uppercase;
}

.form-horizontal .form-group {
  margin: 0;
}

.form-group .col-sm-10 {
  margin: 0;
  padding: 0;
  /*width: 100%;*/
}

.form-group input {
  height: 32px;
  line-height: 32px;
  width: 100%;
}

.nav {
  display: none;
}

.signin-container {
  margin: 0 auto;
  max-width: 375px;
  width: 100%;
}

.signin-form {
  text-align: left;
}

.signin-headline {
  line-height: 48px;
  margin: 0 0 16px 0;
}

.signin-rememberme-container {
  margin: 0;
  padding: 0;
  width: 100%;
  /*display: none;*/
}


.signin-button-submit {
  margin: 24px 0;
}

#id_remember_me {
  height: 12px;
  width: 12px;
  /*display: block;*/
  margin: 0 auto;

}


header {
  position: absolute;
  min-height: 100vh;
  background: rgba(0,0,0,0.9);
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}


video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

.overlay {
  position: relative;
  z-index: 2;
  background: rgba(0,0,0,0.2);
  min-height: 50vh;
  top: 0;
  left: 4rem;
  bottom: 0;
}

form {
  padding-top: 100px;
  padding-bottom: 10px;
  text-align: center;
}

input {
  font: helvetica, tahoma, sans-serif;
  background: #ccd6c0;
}

input#submit {
  font: helvetica, tahoma, sans-serif;
}

input, a {
  color: black;
}

.input input{
  border-radius: 6px;
  /*border-color: rgba(82,168,236,0.8);*/
  min-height: 40px;
  font-size: 20px;
  line-height: 18px;
  padding: 0px 10px;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
}

.signin-form fieldset>legend {
  color: #FFF;
  font-weight: 400;
}

.signin-form fieldset>div>label {
  color: #FFF;
  font-weight: 400;
}

.signin-form fieldset>div>div>label {
  color: #FFF;
  font-weight: 400;
}

.signin-form fieldset>div>div>a {
  color: #FFF;
}

@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}

