﻿.body-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-content {
  margin-top: 160px;
  margin-bottom: 80px;
}

body {
  background-color: #F5F5F5;
}

.app-link-container-sm, .app-link-container-sm-desktop {
  display: none;
}

.app-info-margin {
  margin-left: 2rem;
  margin-right: 2rem;
}

footer {
  height: 56px;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #FFFFFF;
}

.nav-item {
  font-size: 12px;
}

.footer-logo {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: 6px;
}

.footer-logo > img {
  width: 97.787px;
  height: 15.824px;
  flex-shrink: 0;
}

@media only screen and (max-width: 991px) {
  footer {
    height: 112px;
  }

  .footer-new {
    flex-direction: column !important;
  }

  .footer-nav.nav-1 {
    bottom: 56px;
  }

  .copyright-info {
    width: 100%;
    justify-content: center;
  }

  .site-content {
    margin-bottom: 160px;
  }
}

@media only screen and (min-width: 840px) and (max-width: 991px) {
  .mobile-info-container {
    margin-right: 1.5rem;
  }

  .footer-nav-new {
    justify-content: space-between !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 839px) {

  .mobile-info-container {
    display: none !important;
  }

  #ctl00_modulePageContent_loginmodal {
    width: 100% !important;
    height: 100% !important;
  }

  .login-container {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0px !important;
  }

  .login-header {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .site-content {
    margin-top: 0px !important;
  }

  .login-body {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .first-time-login {
    padding: 16px 32px !important;
  }

  .body-container {
    flex-direction: column;
  }

  .mobile-info-container, .mobile-info-container-desktop {
    flex-direction: row !important;
    width: 100% !important;
  }

  .d-sm-block {
    display: flex !important;
  }

  .footer-nav-new {
    justify-content: space-between !important;
  }  
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  #ctl00_modulePageContent_loginmodal {
    width: 100% !important;
    height: 100% !important;
  }

  .login-container {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0px !important;
  }

  .login-header {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .site-content {
    margin-top: 0px !important;
  }

  .login-body {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .first-time-login {
    padding: 16px 32px !important;
  }

  .body-container {
    flex-direction: column;
  }

  .mobile-info-container, .mobile-info-container-desktop {
    flex-direction: row !important;
    width: 100% !important;
  }

  .d-sm-block {
    display: flex !important;
  }

  .phone-img {
    width: 90.187px !important;
    height: 183px !important;
    aspect-ratio: 90.19/183.00 !important;
  }

  .apple-link > img {
    width: 119.664px !important;
    height: 40px !important;
    flex-shrink: 0;
  }

  .google-link > img {
    width: 135px !important;
    height: 40px !important;
  }

  .app-link-container {
    display: none !important;
  }

  .app-link-container-sm {
    display: flex;
    justify-content: center;
  }

  .app-info-margin {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .image-container, .image-container-desktop {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .app-link-container-sm-desktop {
    display: none;
  }

  .footer-nav.nav-1 {
    bottom: 36px;
  }

  .footer-nav-new {
    justify-content: center !important;
  }

  .nav-item a {
    padding-top: 0px !important;
  }
}

@media only screen and (max-width: 575px) {
  #ctl00_modulePageContent_loginmodal {
    width: 100% !important;
    height: 100% !important;
  }

  .login-container {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0px !important;
  }

  .login-header {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .site-content {
    margin-top: 0px !important;
  }

  .login-body {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .first-time-login {
    padding: 16px 32px !important;
  }

  .body-container {
    flex-direction: column;
  }

  .mobile-info-container {
    flex-direction: row !important;
    width: 100% !important;
  }

  .d-sm-block {
    display: flex !important;
  }

  .phone-img {
    width: 90.187px !important;
    height: 183px !important;
    aspect-ratio: 90.19/183.00 !important;
  }

  .apple-link > img {
    width: 119.664px !important;
    height: 40px !important;
    flex-shrink: 0;
  }

  .google-link > img {
    width: 135px !important;
    height: 40px !important;
  }

  .app-link-container {
    display: none !important;
  }

  .app-link-container-desktop {
    display: none !important;
  }

  .app-link-container-sm, .app-link-container-sm-desktop {
    display: flex;
    justify-content: center;
  }

  .mobile-info-container-desktop {
    flex-direction: column !important;
    width: 100% !important;
  }

  .image-container-desktop {
    justify-content: center !important;
    margin-bottom: 2rem;
  }

  .app-info-margin {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .footer-nav.nav-1 {
    bottom: 36px;
  }

  .footer-nav-new {
    justify-content: center !important;
  }

  .nav-item a {
    padding-top: 0px !important;
  }

  .image-container {
    margin-left: 1.5rem;
  }

  .image-container-desktop {
    margin-left: 0px !important;
  }

}

@media only screen and (max-width: 421px) {
  footer {
    height: 140px;
  }

  .footer-nav.nav-1 {
    bottom: 40px;
  }

  .site-content {
    margin-bottom: 178px;
  }

  .copyright-info {
    padding-top: 0px !important;
  }
}