body {
  background: #051726;
}

a {
  color: #81ffd9 !important;
}

#login h1 a {
  /*background-image: url(/wp-content/themes/3dpf_storefront/static/images/new_logo_cropped-768x369.png);*/
  background-image: url(/wp-content/themes/3dpf_storefront/static/images/3d2a_logo_transparent.png);
  width: 100px;
  background-size: cover;
  height: 120px;
}

p.message,
div.notice {
  background: #81ffd9 !important;
  color: #051726 !important;
  border-left: none !important;
  text-align: center;
  font-weight: bold;
}

p.message a, 
div.notice a {
  color: #051726 !important;
}

form {
  background: none !important;
  border: none !important;
  text-align: center;
}

form label {
  color: #81ffd9;
}

form input {
  text-align: left;
  border: 3px solid #81ffd9 !important;
  color: #81ffd9 !important;
  background: none !important; 
}

form p.submit,
p#nav,
p#backtoblog,
p#reg_passmail,
p.description {
  text-align: center;
  color: #81ffd9;
}

form input#wp-submit,
form button {
  color: #051726 !important;
  text-align: center;
  background-color: #81ffd9 !important;
  float: none;
  margin-top: 20px;
  font-weight: bold;
}

p.forgetmenot {
  float: none !important;
}

p.reset-pass-submit {
  justify-content: center !important;
}

/*$green_color: #81ffd9;
$grey_color: #232322;
$blue_color: #051726;

@mixin green-outline {
}

@mixin green-outline-thin {
  border: 1px solid $green_color !important;
  color: $green_color !important;
  background: none !important;

  &::placeholder {
    color: $green_color !important;
  }
}

@mixin green-solid {
}

@mixin title {
  color: $green_color;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}*/


