@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-header {
  background: #001c3d;
}

.user-signup-container {
  min-height: 1200px;
}