/* Login Page Styles */

.stroke-text {
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.06);
  color: transparent;
}

/* Custom Border Color for HR Element */
.custom-border {
  border-color: rgba(244, 246, 250, 0.24);
}

/* Font Styles */
.raleway-font {
  font-family: 'Raleway', sans-serif;
}