﻿.gray-bg {
  background-color: #f3f3f4;
}
.wsh-brand {
  font-family: serif;
  font-weight: lighter;
  font-size: x-large;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-top: 2px solid #baa33e;
  border-bottom: 2px solid #baa33e;
}
.navbar-bg-light {
  background-color: #f5f5f5 !important;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
}
.navbar-brand .client-logo {
  max-height: 45px;
}
.navbar.fixed-bottom {
  padding: 16px 16px;
}
.footer-content {
  text-align: center;
  width: 100%;
}
.login-card {
  margin-top: 100px;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.show-password-icon {
  cursor: pointer;
}