@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../assets/fonts/Inter-Thin.woff2?v=3.14") format("woff2"), url("../assets/fonts/Inter-Thin.woff?v=3.14") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("../assets/fonts/Inter-ThinItalic.woff2?v=3.14") format("woff2"), url("../assets/fonts/Inter-ThinItalic.woff?v=3.14") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../assets/fonts/Inter-ExtraLight.woff2?v=3.14") format("woff2"), url("../assets/fonts/Inter-ExtraLight.woff?v=3.14") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("../assets/fonts/Inter-ExtraLightItalic.woff2?v=3.14") format("woff2"), url("../assets/fonts/Inter-ExtraLightItalic.woff?v=3.14") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../assets/fonts/Inter-Light.woff2?v=3.14") format("woff2"), url("../assets/fonts/Inter-Light.woff?v=3.14") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../assets/fonts/Inter-LightItalic.woff2?v=3.14") format("woff2"), url("../assets/fonts/Inter-LightItalic.woff?v=3.14") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/Inter-Regular.woff2?v=3.14") format("woff2"), url("../assets/fonts/Inter-Regular.woff?v=3.14") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/Inter-Italic.woff2?v=3.14") format("woff2"), url("../assets/fonts/Inter-Italic.woff?v=3.14") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/Inter-Medium.woff2?v=3.14") format("woff2"), url("../assets/fonts/Inter-Medium.woff?v=3.14") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/Inter-MediumItalic.woff2?v=3.14") format("woff2"), url("../assets/fonts/Inter-MediumItalic.woff?v=3.14") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/Inter-SemiBold.woff2?v=3.14") format("woff2"), url("../assets/fonts/Inter-SemiBold.woff?v=3.14") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/Inter-SemiBoldItalic.woff2?v=3.14") format("woff2"), url("../assets/fonts/Inter-SemiBoldItalic.woff?v=3.14") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/Inter-Bold.woff2?v=3.14") format("woff2"), url("../assets/fonts/Inter-Bold.woff?v=3.14") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/Inter-BoldItalic.woff2?v=3.14") format("woff2"), url("../assets/fonts/Inter-BoldItalic.woff?v=3.14") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../assets/fonts/Inter-ExtraBold.woff2?v=3.14") format("woff2"), url("../assets/fonts/Inter-ExtraBold.woff?v=3.14") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../assets/fonts/Inter-ExtraBoldItalic.woff2?v=3.14") format("woff2"), url("../assets/fonts/Inter-ExtraBoldItalic.woff?v=3.14") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../assets/fonts/Inter-Black.woff2?v=3.14") format("woff2"), url("../assets/fonts/Inter-Black.woff?v=3.14") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../assets/fonts/Inter-BlackItalic.woff2?v=3.14") format("woff2"), url("../assets/fonts/Inter-BlackItalic.woff?v=3.14") format("woff");
}
.welcome-page li {
  list-style: none;
  padding: 4px;
}

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0;
}

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray;
}
.grants-page .card .card-title {
  font-size: 120%;
  font-weight: bold;
}
.grants-page .card .card-title img {
  width: 100px;
  height: 100px;
}
.grants-page .card label {
  font-weight: bold;
}

* {
  padding: 0;
  margin: 0;
}

body {
  min-height: 100vh;
  overflow: hidden;
  width: 100vw;
  display: flex;
  align-items: stretch;
  font: normal normal normal 14px/17px Inter;
  letter-spacing: 0px;
}

.btn {
  padding: 8px 20px;
}

.btn-primary {
  background-color: #0094CB;
}
.btn-primary > .sfx-icon {
  fill: white;
}
.btn-primary:hover:not([disabled]), .btn-primary:active:not([disabled]), .btn-primary:focus:not([disabled]) {
  background-color: #00749f;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: #00749f;
}

.btn[disabled] {
  opacity: 0.25;
}

.btn-link {
  font: normal normal normal 14px/17px Inter;
}

.btn-link-row {
  margin-top: 30px;
  padding: 0px;
}

.btn-link-grey {
  color: #8D8D8D;
}
.btn-link-grey:hover {
  color: #8D8D8D;
}

.main-container {
  display: flex;
  flex-direction: row;
  flex: 1;
  width: 100%;
  justify-content: center;
  align-items: stretch;
  min-height: inherit;
}

.left-container {
  background: #FFFFFF;
  display: flex;
  flex-flow: column;
  height: 100vh;
  overflow-y: auto;
}
@media screen and (max-width: 1280px) {
  .left-container {
    width: 450px;
  }
}
@media screen and (min-width: 1280px) {
  .left-container {
    width: 600px;
  }
}

.left-container-footer {
  margin-top: auto;
  margin-bottom: 20px;
  margin-left: 30px;
}

.right-container {
  background-color: #0094CB;
  flex-grow: 1;
  background-image: url(../assets/sfx-background.svg);
  background-repeat: repeat-x;
  background-position: bottom 36px left 0px;
}

@media (max-width: 1600px) and (max-height: 900px) {
  #sfxTitle {
    margin-bottom: 1rem !important;
  }
}

.sfx-logo {
  display: inline-block;
  margin-left: 20px;
  margin-top: 24px;
  line-height: inherit;
  height: 24px;
  white-space: nowrap;
}
.sfx-logo > img {
  width: 108px;
}

.page-content {
  margin-top: 95px;
  margin-left: 32px;
  margin-right: 32px;
  margin-bottom: 30px;
}
@media (max-width: 1600px) and (max-height: 900px) {
  .page-content {
    margin-top: 10px;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #1C1D21;
}

.login-header {
  margin-bottom: 53px;
}
.login-header h1 {
  margin-bottom: 0;
}

h1 {
  font: normal normal bold 32px/42px Inter;
  letter-spacing: 0px;
}
.h1-light ~ h1 {
  margin-bottom: 0;
}

.h1-light {
  font: normal normal 300 32px/42px Inter;
}

.form-group {
  margin-bottom: 32px;
}
@media (max-width: 1600px) and (max-height: 900px) {
  .form-group {
    margin-bottom: 10px;
  }
}

.form-control {
  height: 42px;
}

.login-container {
    width: 100%;
    max-width: 480px;
    min-width: 440px;
}

.sfx-icon {
  display: inline-block;
  width: 18px;
  fill: #8D8D8D;
}

.login-icon {
  height: 24px;
}

.input-group-text {
  background-color: white;
  border-right: none;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-left: none;
}

.service-center-block {
  text-align: left;
  font: normal normal normal 16px/20px Inter;
  letter-spacing: 0px;
  color: #00749F;
}
.service-center-block a {
  color: #00749F;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.service-center-block .sfx-icon {
  width: 21px;
  margin-right: 10px;
  fill: #00749F;
}

.left-inner-addon {
  position: relative;
}

.left-inner-addon input {
  padding-left: 40px;
}

.left-inner-addon svg {
  position: absolute;
  padding: 12px 12px;
  pointer-events: none;
  width: 40px;
  fill: #8D8D8D;
}

label {
  margin-bottom: 11px;
}

input[type=text],
input[type=password] {
  color: #1a1a1a;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25rem;
  /*    flex: 1 1 auto;
  height: 2rem;*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f6f6f6;
  outline: none;
  /*    padding: 0 .5rem;
  width: 100%;*/
  min-width: 0;
  font-weight: 600;
  border: 2px solid #f6f6f6;
  transition: all 0.2s ease-out !important;
}
input[type=text]:hover:not(.disabled),
input[type=password]:hover:not(.disabled) {
  border-color: #e0e0e0;
  background-color: #f6f6f6;
}
input[type=text]:focus:not(.disabled),
input[type=password]:focus:not(.disabled) {
  outline: none;
  box-shadow: 0 0 0 2px #77deff;
  border-color: #00aeef;
  background-color: #f6f6f6;
}

.validation-summary-errors ul {
  margin-bottom: 0;
}

.empty-validation::-webkit-input-placeholder {
  color: #d32f2f;
}

.empty-validation::-moz-placeholder {
  color: #d32f2f;
}

.empty-validation:-ms-input-placeholder {
  color: #d32f2f;
}

.empty-validation::-ms-input-placeholder {
  color: #d32f2f;
}

.empty-validation::placeholder {
  color: #d32f2f;
}

.svg-alert {
  fill: red !important;
}

.empty-input-alert {
  background-color: #ffebee !important;
  border-color: #ffebee !important;
  color: #d32f2f;
}

.password-requirements-block {
  color: #8D8D8D;
  margin-bottom: 32px;
}
.password-requirements-block ul {
  padding-left: 24px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .left-container-footer {
    padding-bottom: 20px !important;
  }
  .right-container {
    display: none;
  }
  .left-container {
    overflow-y: unset;
  }
  body {
    overflow-y: scroll;
  }
}

/*# sourceMappingURL=site.css.map */

