body {
  background: #090700;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  color: #FFF;
}

.loginContainer {
  width: 840px;
  height: 125px;
  background: transparent url(../imgs/logo.svg) no-repeat top left;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.form {
  float:right;
  width: 100%;
  margin-top:10px;
}

.form .input {
  width: 296px;
  height: 38px;
  padding: 0 15px;
  background: #1B140D;
  border: 1px solid #4C4640;
  color: #FFF;
}

.username input {
  border-bottom: none;
}

.form .control-label {
  display:inline-block;
  width:100px;
  color: #F4AE00;
  text-transform: uppercase;
  font-size:12px;
  line-height: 39px;
}

.form .submit {
  float: right;
  background: #F4AE00;
  width: 30px;
  height: 79px;
  border: none;
  padding: 0;
    font-size: 10px;
}

.form .submit:hover {
  cursor: pointer;
  background: rgba(242,177,1,.5);
}

.form .fields {
  float:right;
}

.footnote {
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;

  font-size: 10px;
  text-transform: uppercase;
    color:  #6c6b66;

}

.info, .error {
  line-height: 30px;
  font-size: 10px;
  text-transform: uppercase;
  color: #9d9c99;
  clear: both;
  margin-left:104px;
}

.info a, .info a:link, .info a:visited {
  text-decoration: none;
  color: #F4AE00;
}
.info a:hover {
  opacity: 0.4;
}

.error {
  font-size: 12px;
  opacity: 1;
  color: #F40F00;
  width: 325px;
}

.error ul {
  list-style: none;
  margin:0;
  padding: 0;
}

#remember_me {
  opacity: 1;
  visibility: hidden;
    display: none;
  margin-right:5px;
}

#remember_me:before {
  font-family: "smartspanner" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  display: inline-block;
  color: #F4AE00;
  content: "\e01e";
  opacity: 1;
  font-size:25px;
  visibility: visible;
}

#remember_me:checked:before {
  content: "\e020"
}

.checkbox {
    position: relative; float: left; height: 16px; width: 16px; border: 1px solid #b5b3af; margin: 5px 5px 0 0
}

.checkbox i {
    position: absolute; font-size: 12px; color: #F4AE00;top:-4px; left: 2px;
}


::-webkit-input-placeholder {
    color: #848380;
}

::-moz-placeholder {
    color: #848380;
}

:-ms-input-placeholder {
    color: #848380;
}

:-moz-placeholder {
    color: #848380;
}