html,
body,
.outer_div,
.main-content,
.main,
#main-menu,
.ui-widget-overlay  {
  background: #fcfdfd !important;
}

#login-form {
  background: #ffffff !important;
  width: 300px !important;
  padding: 30px 20px 10px 20px !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.125);
}

#login-form img {
  margin-bottom: 1em !important;
}

#login-form > div > .row {
  display: none !important;
}

#username, 
#password,
#dealerCode {
  background: #fff !important;
  background-image: none !important;
  border: 2px solid #e1e3e5 !important;
  color: #3E3E3E !important;
  font-size: 0.9em !important;
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased !important;
  outline: none !important;
  width: 100% !important;
  margin: 0 0 10px !important;
  padding: 10px !important;
}

#username:focus,
#password:focus,
#dealerCode:focus {
  border: 2px solid #0067B1 !important;
  box-shadow: none !important;
}

#username::placeholder,
#password::placeholder,
#dealerCode::placeholder {
  color: #3E3E3E !important;
  font-weight: normal !important;
}

#signIn {
  background: #1dbe60 !important;
  outline: none !important;
}

#signIn:hover {
  background: #168F48 !important;
}
