/* Botão: "Create your account manually" */
#pmpro_user_fields_a{
  display: inline-block;
  background: #0364D1;
  color: #fff !important;
  padding: 10px 22px;
  margin-top: 15px;
  border: 2px solid #0364D1;
  border-radius: 0;            /* cantos rectos */
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}
#pmpro_user_fields_a:hover{
  background: #fff;
  color: #0364D1 !important;
  transform: translateY(-2px);
}

/* Botão: "Log in here" (na área Account Information) */
#pmpro_user_fields .pmpro_card_actions a[href*="login"]{
  display: inline-block;
  background: #0364D1;
  color: #fff !important;
  padding: 10px 22px;
  margin-top: 12px;
  border: 2px solid #0364D1;
  border-radius: 0;            /* cantos rectos */
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}
#pmpro_user_fields .pmpro_card_actions a[href*="login"]:hover{
  background: #fff;
  color: #0364D1 !important;
  transform: translateY(-2px);
}