/* Background for autocomplete */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #222 inset;
  -webkit-text-fill-color: #FFF !important;
}
#container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
}
.logo {
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
}
#login_form input[type='text'],
#login_form input[type='password'] {
  background-color: #222;
  border: none;
  border-bottom: 1px solid #FFF;
  padding-top: 20px;
  padding-bottom: 10px;
  outline: 0;
  text-align: center;
}
#login_form input[type='submit'] {
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  /* Firefox 1-3.6 */
  border-radius: 5px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  background-color: #bb2933;
  color: #FFF;
  border: none;
  margin-top: 30px;
  height: 50px;
}
::-webkit-input-placeholder {
  color: #BBB;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
}
/* Chrome/Opera/Safari */
::-moz-placeholder {
  color: #BBB;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
}
/* Firefox 19+ */
:-ms-input-placeholder {
  color: #BBB;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
}
/* IE 10+ */
:-moz-placeholder {
  color: #BBB;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
}
/* Firefox 18- */
