/* Change the font for the entire form */
#loginform {
  font-family: Arial, sans-serif;
}

/* Change the background color and border of input fields */
#loginform .input {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  color: #333;
  font-size: 18px;
}

/* Style the "Log In" button */
#loginform .button-primary {
  background-color:  #0869A6;
  color: #fff;
  border-color: #0073aa;
  font-weight: bold;
  font-size: 18px;
}
#loginform .button-primary:hover {
  background-color: #02425f;
  border-color: #0073aa;
  font-weight: bold;
}

/* Change the text color of the labels */
#loginform label {
  color: #070303;
  font-size: 18px;
}

.wp-login-lost-password{
    color: #fff;
}

/**forms pessoa*/
.pessoa-obj:hover{

  background-color:#0869A6;
  border-color: #0073aa;
  font-weight: bold;
  color:white;
  cursor:pointer;
  
}

