/* Authentication Pages Styles */

/* Divider styling */
.divider {
  display: flex;
  align-items: center;
  text-align: center;
}

.divider::before,
.divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #dee2e6;
}

.divider-text {
  padding: 0 10px;
  color: #8592a3;
  font-size: 14px;
}

/* Google button hover effect */
.btn-outline-secondary:hover svg path {
  opacity: 0.8;
}