/* line 5, app/assets/stylesheets/users.scss */
.auth .btn {
  color: white;
  font-weight: bold;
  transition: opacity .2s linear;
}

/* line 11, app/assets/stylesheets/users.scss */
#facebook_sign_in.btn {
  background-color: #4267b2;
}

/* line 15, app/assets/stylesheets/users.scss */
#instagram_sign_in.btn {
  background-color: #517fa4;
}

/* line 19, app/assets/stylesheets/users.scss */
#google_sign_in.btn {
  background-color: #4285F4;
}

/* line 24, app/assets/stylesheets/users.scss */
.card.favorites ul.trasee {
  line-height: 2.25rem;
}

/* line 27, app/assets/stylesheets/users.scss */
.card.favorites .traseu.badge {
  font-size: 1.25rem;
  min-width: 3rem;
}

/* line 34, app/assets/stylesheets/users.scss */
h1.user-edit a:hover {
  text-decoration: none;
}
