body#bodyFastLoginBox {
  background: white;
  margin: 0;
  background-image: none;
  color: #333;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-width: 200px !important; }
  body#bodyFastLoginBox div.fast-login-box-inner {
    width: 260px !important; }
  body#bodyFastLoginBox .fast-login-box {
    background: #333;
    margin: 0;
    background-image: none;
    color: #fff; }
  body#bodyFastLoginBox .fast-login-box-inner {
    width: 400px;
    margin: 0 auto;
    padding: 20px 0; }
  body#bodyFastLoginBox .fast-login-box-inner-header {
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase; }
  body#bodyFastLoginBox div.fast-login-box-inner input[type=text], body#bodyFastLoginBox div.fast-login-box-inner input[type=password] {
    width: 100% !important;
    padding: 5px;
    border: 1px solid #DDD; }
  body#bodyFastLoginBox .fast-login-box-inner-reminder {
    color: #333; }
  body#bodyFastLoginBox .button.aForgotPassword, body#bodyFastLoginBox .button.aBackToLogin {
    background: white;
    color: #333;
    display: block; }
  body#bodyFastLoginBox .btnLoadProfile-wrapper, body#bodyFastLoginBox .btnForgotPassword-wrapper {
    float: none;
    text-align: center; }
    body#bodyFastLoginBox .btnLoadProfile-wrapper .button, body#bodyFastLoginBox .btnForgotPassword-wrapper .button {
      width: 100%;
      padding: 10px 5px;
      margin-top: 15px;
      display: block; }
  body#bodyFastLoginBox .btnLoadProfile-wrapper .button {
    background: #333;
    color: white; }