/* @override 
	https://rgoods-stripe.local/wp-content/themes/rgstripe/assets/css/login.css
	https://dev.stripe.rgoods.com/wp-content/themes/rgstripe/assets/css/login.css */
body.login {
  background: #fff;
}
body.login #login h1 a {
  background: url('../img/rgoods-icon.svg') no-repeat center center;
  background-size: contain;
}
body.login .message {
  box-shadow: none;
  padding: 0 0 0 20px;
  border-color: #000;
}
body.login .message a {
  color: #000;
}
body.login .message a:hover {
  color: inherit;
  text-decoration: underline;
}
body.login #loginform,
body.login #lostpasswordform {
  border: none;
  padding: 0;
  margin: 40px 0;
  box-shadow: none;
}
body.login #loginform input[type="text"],
body.login #lostpasswordform input[type="text"],
body.login #loginform input[type="email"],
body.login #lostpasswordform input[type="email"],
body.login #loginform input[type="password"],
body.login #lostpasswordform input[type="password"] {
  background: #f4f4f4;
  border: none;
  box-shadow: none;
  margin: 0 0 20px;
  font-size: 15px;
}
body.login #loginform input[type=submit],
body.login #lostpasswordform input[type=submit] {
  background: #111;
  border: 1px solid #111;
}
body.login #loginform .dashicons,
body.login #lostpasswordform .dashicons {
  color: #333;
}
body.login #nav,
body.login #backtoblog {
  padding: 0;
  text-align: center;
}
body.login #nav a:hover,
body.login #backtoblog a:hover {
  color: inherit;
  text-decoration: underline;
}
body.login #language-switcher input[type=submit] {
  background: #f4f4f4;
  color: #222;
  border: .5px solid #222;
  box-shadow: none;
}
body.login #language-switcher select:hover {
  color: #000;
}
body.login #language-switcher select:focus {
  color: #000;
  border-color: #222;
  box-shadow: none;
}
