@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;500;900&display=swap");
body {
  height: calc(100vh - 70px);
  font-family: "Roboto", sans-serif !important;
  background-color: #F0F0F0;
  overflow-y: auto;
}

@media screen and (min-width: 1600px) {
  body {
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  body {
    height: auto;
  }
}

.body-container {
  background-color: #F0F0F0;
  position: relative;
  padding: 5rem 1rem;
  height: inherit;
}

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

.grants-page .card .card-title img {
  width: 100px;
  height: 100px;
}

.grants-page .card label {
  font-weight: 500;
}

.btn {
  border-radius: 5px;
  font-weight: 400;
  border: 0;
  width: 100%;
  font-family: "Roboto", sans-serif;
  height: calc(1.5em + .75rem + 8px);
  line-height: 28px;
}

.btn-primary {
  background-color: #FF5829;
  position: relative;
}

.btn-primary:hover {
  background-color: #c22b00 !important;
}

.btn-primary:active {
  background-color: #c22b00 !important;
}

.btn-primary:focus {
  background-color: #c22b00 !important;
}

.btn-primary .arrow {
  position: absolute;
  width: 16px;
  top: 15px;
  right: 18px;
}

.nav-page .navbar {
  position: relative;
  padding: 23px 16px;
  height: 84px;
}

@media screen and (max-width: 768px) {
  .nav-page .navbar {
    display: flex;
    justify-content: center;
  }
  .nav-page .navbar .navbar-brand {
    margin-right: 0;
  }
}

.nav-page .navbar .navbar-brand {
  padding: 0;
  position: absolute;
  padding-top: 5px;
}

.nav-page .navbar .navbar-brand img {
  width: 290px;
}

.nav-page .navbar .welcome-note {
  color: #ffff;
  display: flex;
  margin-bottom: 0;
}

.nav-page .navbar .welcome-note a {
  padding: 0;
  color: #ffff;
  margin-left: 6px;
}

@media screen and (max-width: 768px) {
  .nav-page .navbar .welcome-note {
    position: absolute;
    bottom: -27px;
    color: #404b5a;
    z-index: 99;
  }
  .nav-page .navbar .welcome-note a {
    color: #404b5a;
  }
}

.alert {
  position: absolute;
  width: 100%;
  top: 35px;
  z-index: 55;
  font-family: "Roboto", sans-serif;
  background-color: #ffff;
  padding: 10px;
  border-radius: 0;
}

.alert ul {
  margin-bottom: 0;
}

.alert-danger {
  color: #FE443A;
  border: 2px solid #FE443A;
  padding: 8px;
  background-color: #ffff;
}

.field-validation-error {
  color: #FE443A !important;
  font-size: 14px !important;
}

.form-group .control-label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
  font-family: "Roboto", sans-serif;
}

.form-group .form-control {
  border-radius: 1px;
  height: calc(1.5em + .75rem + 8px);
}

.form-group .form-control::placeholder {
  display: none;
}

.form-group .custom-checkbox {
  position: relative;
}

.form-group .custom-checkbox .custom-control-label {
  line-height: 30px;
  font-size: 16px;
  font-weight: 500;
  padding-left: 15px;
  font-family: "Roboto", sans-serif;
}

.form-group .custom-checkbox .custom-control-label img {
  position: absolute;
  width: 16px;
  left: -20px;
  top: 8px;
}

.form-group .custom-checkbox .custom-control-label::before {
  border-radius: 0 !important;
  width: 24px;
  height: 24px;
}

.form-group .custom-checkbox .custom-control-label::after {
  border-radius: 0 !important;
  width: 24px;
  height: 24px;
}

.form-group .btn-group .btn-secondary {
  border: 1px solid #CCD4DB;
  background-color: unset;
  color: #202833;
  font-weight: 400;
  font-size: 16px;
  width: auto;
  height: auto;
}

.form-group .btn-group .button-left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.form-group .btn-group .button-right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.form-group .forgot-password {
  color: #1340A1;
  font-size: 14px;
  text-decoration: underline;
}

.form-group .anchor-tag {
  color: #1340A1;
  text-decoration: underline;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 500;
}

.form-group .input-group-text {
  border-radius: 0;
}

.anchor-tag {
  color: #1340A1 !important;
  text-decoration: underline !important;
  cursor: pointer !important;
  font-weight: 500 !important;
  text-decoration: underline !important;
}

.login-page {
  width: 100%;
}

@media screen and (max-width: 40em) {
  .login-page {
    width: auto;
  }
}

.login-page .step-cection .message {
  color: #6E7A8A;
  font-size: 20px;
  margin-bottom: 10px;
}

.login-page .step-cection .title {
  color: #202124;
  font-weight: 500;
  font-size: 2.5rem;
  margin-bottom: 4px;
  line-height: 3.5rem;
}

.login-page .step-cection .description {
  color: #6E7A8A;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}

.login-page .step-cection .pro-bar {
  width: 75%;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 16px !important;
}

.login-page .step-cection .pro-bar .progress {
  height: 8px;
  border-radius: 0.25rem;
  background-color: #ffff;
  margin-top: 16px;
  overflow: hidden;
}

.login-page .step-cection .pro-bar .progress-bar {
  width: 33.333333%;
  background-color: #FF5829;
}

.login-page .step-cection .pro-bar .title-1 {
  color: #FF5829;
}

.login-page .step-cection .pro-bar .title-2 {
  color: #929FB1;
}

.login-page .card {
  background-color: #ffff;
  border: 1px solid #D5DDE5;
  border-radius: 0;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.16);
  padding: 25px;
  width: 100%;
}

.login-page .card .card-header {
  border-radius: 0;
  background-color: #ffff;
  border: 0;
  text-align: center;
  padding: 0;
}

.login-page .card .card-header h2 {
  font-weight: bold;
  font-size: 2rem;
  color: #404B5A;
}

.login-page .card .card-header p {
  font-size: 1.125rem;
  font-weight: 500;
  color: #6E7A8A;
}

.login-page .card .card-body {
  padding: 0;
}

.login-page .card .card-body .google {
  line-height: 28px;
  background-color: #ffff;
  border: 1px solid #C4C4C4;
  color: #696969;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  font-size: 14px;
}

.login-page .card .card-body .google img {
  width: 20px;
  margin-right: 20px;
}

.login-page .card .card-body .facebook {
  background-color: #3A5998;
  line-height: 28px;
  border: 0;
  text-transform: uppercase;
  font-size: 14px;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
}

.login-page .card .card-body .facebook img {
  width: 20px;
  margin-right: 20px;
}

.login-page .card .card-body .choose-button .heading {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}

.login-page .card .card-body .choose-button .choose-card {
  border: 2px solid #D5DDE5;
  padding: 10px;
  width: 50%;
  text-align: center;
  background-color: #ffff;
  height: unset;
}

.login-page .card .card-body .choose-button .choose-card input {
  display: none;
}

.login-page .card .card-body .choose-button .choose-card .title {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin: auto;
}

.login-page .card .card-body .choose-button .choose-card .title .white {
  display: none;
}

.login-page .card .card-body .choose-button .choose-card .title .colored {
  display: inline-block;
}

.login-page .card .card-body .choose-button .choose-card p {
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 0;
  color: #202833;
  font-weight: 400;
}

.login-page .card .card-body .choose-button .choose-card:hover p {
  color: #ffff;
}

.login-page .card .card-body .choose-button .choose-card:hover .title .white {
  display: inline-block;
}

.login-page .card .card-body .choose-button .choose-card:hover .title .colored {
  display: none;
}

.login-page .card .card-body .choose-button .shipper .title {
  color: #1340A1;
}

.login-page .card .card-body .choose-button .shipper .title img {
  width: 14px;
  margin-right: 10px;
}

.login-page .card .card-body .choose-button .shipper:hover {
  border: 2px solid #133073 !important;
  background-color: #1340A1;
  color: #ffff;
}

.login-page .card .card-body .choose-button .shipper:hover .title {
  color: #ffff;
}

.login-page .card .card-body .choose-button .shipper.active {
  border: 2px solid #133073 !important;
  background-color: #1340A1;
  color: #ffff;
}

.login-page .card .card-body .choose-button .shipper.active p {
  color: #ffff;
}

.login-page .card .card-body .choose-button .shipper.active .title {
  color: #ffff;
}

.login-page .card .card-body .choose-button .shipper.active .title .white {
  display: inline-block;
}

.login-page .card .card-body .choose-button .shipper.active .title .colored {
  display: none;
}

.login-page .card .card-body .choose-button .carrier .title {
  color: #FF5829;
}

.login-page .card .card-body .choose-button .carrier .title img {
  width: 20px;
  margin-right: 10px;
}

.login-page .card .card-body .choose-button .carrier:hover {
  border: 2px solid #E63E0E !important;
  background-color: #FF5829;
  color: #ffff;
}

.login-page .card .card-body .choose-button .carrier:hover .title {
  color: #ffff;
}

.login-page .card .card-body .choose-button .carrier.active {
  border: 2px solid #E63E0E !important;
  background-color: #FF5829;
  color: #ffff;
}

.login-page .card .card-body .choose-button .carrier.active p {
  color: #ffff;
}

.login-page .card .card-body .choose-button .carrier.active .title {
  color: #ffff;
}

.login-page .card .card-body .choose-button .carrier.active .title .white {
  display: inline-block;
}

.login-page .card .card-body .choose-button .carrier.active .title .colored {
  display: none;
}

.login-page .card .card-body .tandc {
  font-size: 12px;
  line-height: 16px;
}

.login-page .card .hr {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .login-page .card {
    margin-top: 2rem;
  }
}

.login-page .card .phone-number {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

.login-page .card .phone-number input::-webkit-outer-spin-button,
.login-page .card .phone-number input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.login-page .card .phone-number input[type=number] {
  -moz-appearance: textfield !important;
}

.signin-page {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
  padding: 5rem 1rem;
}

@media screen and (max-width: 991px) {
  .signin-page .container {
    max-width: 100%;
  }
}

.onboard-page {
  background-image: url(../images/bg-onboarding.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  position: absolute;
  left: 0;
  top: 0;
  min-height: calc(100vh - 67px);
  width: 100%;
  padding: 5rem 1rem;
}

@media screen and (min-width: 2100px) {
  .onboard-page {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .onboard-page {
    background-position-x: inherit;
  }
}

@media screen and (max-width: 425px) {
  .onboard-page {
    background-position-x: inherit;
    width: auto;
  }
}

.onboard-page::before {
  content: '';
  position: absolute;
  background: transparent linear-gradient(180deg, #20274AC2 0%, #06080F66 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.onboard-page .pro-bar {
  width: 280px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.onboard-page .pro-bar .title-4 {
  font-weight: 700;
  font-size: 1.375rem;
}

.onboard-page .pro-bar .progress {
  background-color: #fff;
  margin-top: 16px;
  height: 8px;
  border-radius: 1px;
}

.onboard-page .pro-bar .progress .progress-bar {
  background-color: #ff5829;
}

.onboard-page .top {
  margin: auto;
  text-align: center;
  padding-bottom: 32px;
  position: relative;
  z-index: 1;
}

.onboard-page .top .title {
  margin-bottom: 4px;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: bold;
}

.onboard-page .top .description {
  color: #b9b9b9;
  font-size: 1.125rem;
  font-weight: 500;
}

.custom-nav {
  background-color: #1340a1 !important;
}

.validation-summary-errors ul {
  list-style: none;
  padding: 8px 10px;
  margin: 0 0 20px 0;
  text-align: center;
  display: block;
  background: #eb5b64;
}

.validation-summary-errors ul li {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}
