.welcome-page .logo {
  width: 64px;
}

.icon-banner {
  width: 32px;
}

@media only screen and (min-width: 767px) {
  .container-override {
    max-width: 100%;
  }
}

.body-container {
  margin-top: 60px;
  padding-bottom: 40px;
}

.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;
}

body {
  background: url("../N360 Background Waves.svg") no-repeat center fixed;
  background-size: cover;
}
body .password-input {
  margin-bottom: 0px !important;
  border-radius: 0.25rem 0 0 0.25rem !important;
  height: 48px;
  font-size: 18px;
  padding: 10px 18px;
}
body .password-input:focus {
  box-shadow: none !important;
  color: #495057;
}
body .password-input::-moz-placeholder {
  color: #999999;
}
body .password-input::placeholder {
  color: #999999;
}
body .show-password {
  height: 48px;
  width: 50px;
  padding: 6px;
  border-radius: 0;
  border: none;
  outline: none;
  color: #ffffff;
  background: #0088ce;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
body .show-password:hover {
  background: #1199ee;
}
body .card-parent {
  flex-direction: column;
  box-sizing: border-box;
  display: flex;
  place-content: center;
  align-items: center;
  flex: 1 1 100%;
  max-width: 100%;
  font-size: 18px;
}
@media only screen and (min-width: 600px) {
  body .card-parent {
    margin: 50px 15px 0;
  }
}
body .card-parent .message-unavailable {
  background-color: #ec0e0e !important;
  color: #fff !important;
  margin-bottom: 35px;
  margin-top: -34px;
  padding: 8px 90px 0px 90px;
  border-radius: 8px;
}
body .card-parent .header-row {
  height: 70px;
  max-width: 800px;
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  place-content: center space-around;
  align-items: center;
  background-color: #f8f9fc;
  box-shadow: 0px 3px 12px -1px rgba(0, 0, 0, 0.2);
}
body .card-parent .header-row .nEWO-logo {
  place-content: center flex-end;
  align-items: center;
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  max-width: 70%;
}
body .card-parent .header-row .nEWO-logo .logo-height {
  height: 40px !important;
  margin-right: 15px;
}
body .card-parent .main-layout {
  max-width: 600px;
  width: 100%;
  margin-top: 0px !important;
}
body .card-parent .main-layout .mat-card {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
}
body .card-parent .main-layout .mat-card .space {
  padding: 50px 100px;
}
@media only screen and (max-width: 760px) {
  body .card-parent .main-layout .mat-card .space {
    padding: 100px 30px 100px 30px;
  }
}
body .card-parent .main-layout .mat-card .space .card-form {
  width: 100%;
}
body .card-parent .main-layout .mat-card .space .card-form .form-control {
  font-family: "Open Sans", sans-serif;
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  color: #303030;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body .card-parent .main-layout .mat-card .space .card-form .form-control.input {
  height: 48px;
  font-size: 18px;
  padding: 10px 18px;
  margin-bottom: 16px !important;
}
body .card-parent .main-layout .mat-card .space .card-form .form-control.input::-moz-placeholder {
  color: #999999;
}
body .card-parent .main-layout .mat-card .space .card-form .form-control.input::placeholder {
  color: #999999;
}
body .card-parent .main-layout .mat-card .space .card-form .password-field {
  display: flex;
  margin-bottom: 16px;
}
body .card-parent .main-layout .mat-card .space .card-form .password-field.input {
  padding-right: 60px;
}
body .card-parent .main-layout .mat-card .space .card-form .password-field:focus-within {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  border-radius: 0.25rem;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body .card-parent .main-layout .mat-card .space .card-form .row-override {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}
body .card-parent .main-layout .mat-card .space .card-form .row-override .remember-me .checkbox {
  height: 18px;
  width: 18px;
  display: inline-block;
  transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body .card-parent .main-layout .mat-card .space .card-form .row-override .remember-me .remember-me-label {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  cursor: inherit;
  align-items: baseline;
  vertical-align: middle;
  display: inline-flex;
  white-space: nowrap;
  color: #303030;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
body .card-parent .main-layout .mat-card .space .card-form .button-container {
  display: flex;
  justify-content: center;
  padding-top: 15px;
}
body .card-parent .main-layout .mat-card .space .card-form .button-container .cp-button {
  position: relative;
  height: 40px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  border-radius: 0.25rem;
  border: none;
  color: #ffffff;
  background: #0088ce;
}
body .card-parent .main-layout .mat-card .space .card-form .button-container .cp-button:hover {
  background: #1399ed !important;
}
body .card-parent .main-layout .mat-card .space .card-form .button-container .small-button {
  width: 100px;
}
body .card-parent .main-layout .mat-card .space .card-form .button-container .large-button {
  width: 250px;
}
body .card-parent .main-layout .mat-card .flex-card {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
body .card-parent .links {
  display: block !important;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  text-align: center;
}
body .card-parent .links a {
  color: #0088ce !important;
}
body .card-parent .logo {
  height: 40px;
}
body .card .card-header {
  color: #00689b !important;
  font-weight: bold !important;
}
body .card .header-row {
  height: 70px;
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  place-content: center space-around;
  align-items: center;
  background-color: #f8f9fc;
  box-shadow: 0px 3px 12px -1px rgba(0, 0, 0, 0.2);
}
body .card .header-row .company-logo.logo {
  height: 40px;
  max-height: 100%;
  background-size: contain;
  margin: auto;
  background-repeat: no-repeat;
  flex: 1 1 100%;
  margin-left: 20px;
}
body .card .header-row .n360-logo {
  place-content: center flex-end;
  align-items: center;
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  flex: 1 1 100%;
  max-width: 70%;
}
body .card .header-row .n360-logo .logo-height {
  height: 40px;
  margin-right: 15px;
}
@media only screen and (max-width: 360px) {
  body .card .header-row .n360-logo .logo-height {
    height: 25px;
  }
}

.card-body {
  padding: 5.25rem !important;
}
@media only screen and (max-width: 600px) {
  .card-body {
    padding: 0.25rem !important;
  }
}
.card-body .content {
  padding: 50px 100px;
  font-size: 20px !important;
  font-weight: 550;
}
@media only screen and (min-width: 1024px) {
  .card-body .content {
    padding-bottom: 5rem !important;
    font-size: 2vmin !important;
  }
}
@media only screen and (max-width: 400px) {
  .card-body .content {
    padding: 50px 40px;
  }
}
@media only screen and (min-width: 600px) {
  .card-body .content {
    width: 100% !important;
    padding: unset;
    font-size: 15px !important;
  }
}
.card-body .content .label {
  width: 100%;
}
.card-body .content .invalid-auth-code {
  color: red !important;
  height: 38px;
  width: 300px;
  font-size: 14px !important;
}
@media only screen and (min-width: 1024px) {
  .card-body .content .invalid-auth-code {
    width: auto !important;
    font-size: 2vmin !important;
  }
}
.card-body .content .input {
  height: 48px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .card-body .content .input {
    font-size: 15px !important;
  }
}
.card-body .content .btn-verify {
  text-align: center;
  margin-top: 8vh;
  display: flex;
  justify-content: center;
}
.card-body .content .btn-verify .verify {
  height: 40px;
  width: 100px;
  font-weight: bold;
  font-family: Nunito;
  font-size: 16px;
  border-radius: 0.25rem;
  border: 1px solid #00689b !important;
  color: #ffffff;
  background: #00689b;
  margin-left: 20px;
}
.card-body .content .btn-verify .verify:hover {
  background: #82b9d8 !important;
  border: 1px solid #82b9d8 !important;
}
.card-body .content .btn-verify .verify:active, .card-body .content .btn-verify .verify:focus {
  outline: 1px dotted;
  outline: 5px auto #0f4b71;
  background: #0f4b71 !important;
  border: 1px solid #0f4b71 !important;
}
.card-body .content .btn-verify .verify:disabled {
  border: 1px solid #bbbbbb !important;
  background: #bbbbbb !important;
}

.return {
  font-size: 18px !important;
}

.fw-b6 {
  font-weight: 600 !important;
}

.input-validation-error {
  border: 2px solid #dc3545 !important;
  box-shadow: none !important;
}

.field-validation-error {
  background-image: url("../images/input-validation-error-icon.svg");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
}/*# sourceMappingURL=site.css.map */