.sign-head, .sign-head a {
    color: rgba(22, 22, 23, .8);
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
}

.sign-head a:hover {
    color: #06c;
}

.custom-link {
  color: #06c;
  text-decoration: none;
}

.custom-link:hover {
  text-decoration: underline;
}

.login-nav-bar {
	background-color: rgba(255, 255, 255, .8);
}

#login-btn:hover {
    background-color: rgba(22, 22, 23, .9) !important;
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0; /* Adjust spacing as needed */
  }
  
  .divider::before,
  .divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ccc; /* Adjust the line style and color */
    margin: 0 10px; /* Adjust spacing around the text */
  }
  
  .divider span {
    font-size: 14px; /* Adjust text size */
    color: #555; /* Adjust text color */
  }
