@font-face {
  font-family: "FiraSans";
  src: url("../fonts/woff2/FiraSans-Regular.woff2");
}
@font-face {
  font-family: "FiraSans";
  src: url("../fonts/woff2/FiraSans-Bold.woff2");
  font-weight: bold;
}
@font-face {
  font-family: "FiraSans";
  src: url("../fonts/woff2/FiraSans-Italic.woff2");
  font-style: italic;
}
@font-face {
  font-family: "FiraSans";
  src: url("../fonts/woff2/FiraSans-BoldItalic.woff2");
  font-weight: bold;
  font-style: italic;
}

@media only screen and (min-width: 768px) {
  .product-section img {
    max-height: 6em;
    margin-top: 1em;
  }
  .product-section h1 {
    font-size: 2.2em;
  }
}

@media only screen and (max-width: 768px) {
  .product-section img {
    max-height: 5em;
    margin-top: 1em;
  }
  .product-section h1 {
    font-size: 2em;
  }
}

@media only screen and (min-width:1440px)
{
  .product-section img {
    max-height: 6.2em;
    margin-top: 0.5em;
  }
  .product-section h1 {
    font-size: 2.4em;
  }
}

html, body{
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  background-image: url('../../assets/images/bg-wave.svg');
  background-repeat: no-repeat;
  background-position: center;
  font-family: 'FiraSans', 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Tahoma', 'sans-serif';
  font-size: 15px;
}

h1 {
	font-family: inherit;
	margin-top: 35px;
}

h3, h4, h2 {
	font-family: inherit;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6%;
}

.row {
  width: 100%;
}

.fullheight {
  height: 100%;
  min-height: 100%;
}

.product-section h1 {
  font-weight: bold;
	color: rgb(117, 114, 112);
  margin-top: 1em;
  margin-left: 10px;
  margin-bottom: 1em;
}

.product-section h4 {
  margin-left: 10px;
  color: rgb(117, 114, 112);
}

.product-section img {
}
.product-section p {
	padding-top: 10px;
	color: rgb(117, 114, 112);
}

.login-section {
  border: solid 1px #ddd;
  border-radius: 10px;
  background-color: white;
  padding: 2.5em;
}
.hospital-logo {
  text-align: center;
}

.hospital-logo img {
  max-height: 95px;
  margin-bottom: 2.5em;
}

.login-section form {
  margin-bottom: 50%;
}

.custom-message {
    padding-top: 5px;
    padding-bottom: 5px;
    display: none;
}


