@import url("login.css");
body {
  background-color: #19212b; }

.login-wrapper {
  background: url("images/logo-marketplace-responsive.svg") center top no-repeat;
  background-image: none; }

.login_grid input:focus,
.login_grid input:-webkit-autofill,
.login_grid select:focus {
  color: #000 !important; }
.login_grid input[type="text"], .login_grid input[type="text"]:focus, .login_grid input[type="text"]:active,
.login_grid input[type="password"],
.login_grid input[type="password"]:focus,
.login_grid input[type="password"]:active,
.login_grid select,
.login_grid select:focus,
.login_grid select:active {
  background-color: #FFF;
  color: #000; }
.login_grid select {
  background-image: none !important; }
