/* START - REF ACCESS BUTTON STYLES */

.ref-sign-in {
  background-color: var(--secondary);
  border-radius: 0px;
  margin-bottom: 1.5rem;
  transition: 0.3s linear;
}

.ref-sign-in:hover {
  background-color: var(--primary);
  border-radius: 0px;
  margin-bottom: 1.5rem;
  transition: 0.3s linear;
}

/* END - REF ACCESS BUTTON STYLES */

