@font-face {
  font-family: "Poppins-Light";
  src: url("/Client/Content/fonts/Poppins-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("/Client/Content/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("/Client/Content/fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-LightItalic";
  src: url("/Client/Content/fonts/Poppins-LightItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Poppins-BoldItalic";
  src: url("/Client/Content/fonts/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("/Client/Content/fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.site-logged-out #site-header .btn-primary, .site-logged-out .content-panel .btn-primary {
  border-color: #ffffff;
}

.site-logged-out {
  background-position: top;
}