@import "../../Divi-child/style.css";

/* Change background color and font family */
body {
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
  color: #34e841;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

#login {
  width: 320px;
  padding: 20px 0 0 0;
  margin: auto;
}

/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
  background-image: url("https://fair.d4g.com.br/wp-content/uploads/2025/11/FAIR-1.png");
  width: 230px;
  height: 80px;
  background-size: 230px 80px;
  margin: 0 auto 20px auto;
  font-size: 12px;
}

.login form {
  margin-top: 20px;
  margin-left: 0;
  padding: 26px 24px 34px;
  font-weight: 400;
  overflow: hidden;
  background: transparent;
  border: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  font-size: 12px;
}

/* Add a few changes to the color and style of form itself */
.login label {
  color: #34e841;
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 12px;
}

.login form .input {
  font-weight: normal;
  font-size: 12px;
}

.login #backtoblog a,
.login #nav a,
a.privacy-policy-link {
  color: #34e841;
  font-weight: 500;
  font-size: 12px;
}

.wp-core-ui .button-primary {
  background: #34e841;
  border: 0;
  font-weight: 500;
  color: #000000;
  text-shadow: 0 0 0 #34e841 !important;
  box-shadow: 0 1px 0 #34e841 !important;
  font-size: 12px;
}

.wp-core-ui .button-primary:hover {
  background: #000000;
  color: #34e841;
}
.wp-core-ui .button-primary:focus {
  background: #000000;
  color: #34e841;
}

.login #login_error,
.login .message,
.login .success {
  color: #34e841;
  background-color: transparent;
  font-size: 12px;
}

.language-switcher {
  display: none !important;
}
