body.login {
  background-image: url('/wp-content/uploads/2020/07/1-01_curbside-login.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
-moz-background-size: cover;
}


#login {
    width: 333px;
    padding: 8% 0 0;
    margin: 0 0 0 10%;
}


.login h1 a {
  background-image: url('/wp-content/uploads/2020/07/3-01_curbside_logo-full-wht.svg');
  background-size: 300px;
  background-position: left top;
  background-repeat: no-repeat;
  color: #444;
  height: 100px;
  font-size: 20px;
  line-height: 1.3em;
  margin: 0 0 25px 0; */
  padding: 0;
  width: 300px;
  text-indent: -9999px;
  outline: 0;
  display: block;
}

.login label {
  font-size: 12px;
  color: #555555;
}

.login input[type="text"]{
  background-color: #ffffff;
  border-color:#dddddd;
  -webkit-border-radius: 0px;
}

.login input[type="password"]{
  background-color: #ffffff;
  border-color:#dddddd;
  -webkit-border-radius: 4px;
}

.login .button-primary {
  width: 150px;
  float:right;
  background-color:#1FC0EF !important;
  color: #ffffff;
  text-shadow: none!important;
  box-shadow: none!important;
	font-size: 1.1em!important;
	border: none !important;
}

.login .button-primary:hover {
  background-color:#247BAC !important;
  color: #fff;
	border: none !important;
}

.login .button-primary:active {
  background-color:#247BAC !important;
  color: #fff;
	border: none !important;
}

p#backtoblog {
  display: none;
}