.bg-black-2525 {
  background-color: #252525;
}

.bg-black-444 {
  background-color: #444444;
}

.bg-golden {
  background-color: #BFA465;
}

.bg-golden-100 {
  background-color: #C7AB69;
}

.bg-platinum {
  background-color: #E0E0E0;
}

.bg-charcoal {
  background-color: #272727;
}

/* Text colors */
.text-black-2525 {
  color: #252525;
}

.text-black-444 {
  color: #444444;
}

.text-golden {
  color: #BFA465;
}

.text-golden-100 {
  color: #C7AB69;
}

.text-platinum {
  color: #E0E0E0;
}

.text-charcoal {
  color: #272727;
}

.login-container {
    background-image: url('/images/bg-primary.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
