.d-access-main{
  background-color: #b6d3fd;
}

#loginForm .button{
  background-color: #004F9F;
  color: white;
}

#loginForm h1,
#loginForm .h3,
#loginForm input::placeholder {
  color: #003264;;
}

#loginForm .d-alert-info .title,
#loginForm .d-alert-info .message{
  color: #004F9F;
}

#loginForm .form-control{
  background-color: rgb(238, 209, 209);
  color: #004F9F;
}

.d-topnav {
  background-color: #004F9F;;
  height: var(--main-header-height);
}

.d-alert-error{
  background-color: white;
  color: rgb(255, 79, 79);
}

.logo-container {
  display: flex;
  justify-content:space-between;
  padding: 20px;
}

.logo-right{
  margin-top: 17px;
}
.text-centered {
  text-align: center;
  margin-top: 15px;
  padding: 20px
}

.logo-left,
.logo-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px; /* Adjust the padding as needed */
}

.jumbotron {
  background-color: #b6d3fd;
  border-radius: 10px;
  padding: 20px;
  margin: auto;
  width: 70%;
  margin-top: 10%;
}

.jumbotron p,
.jumbotron ul {
  font-size: 15px;
}

h1{
  font-size:x-large;
}

#welcome-page-title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #538135 !important;
  font-size: 30pt !important;
  text-align: center !important;
  line-height: 110%;
  margin-top: 0;
  margin-bottom: 0;
}

.section-text {
  font-size: 14pt !important;
  line-height: 1.1 !important;
}

figcaption {
  font-size: 10pt;
  text-align: center;
}

.d-subnav {
  background: #edeeed !important;
}

#header-logo-fli {
  justify-content: right !important;
  margin-top: 2px !important;
}

#header-logo-bmel {
  margin-top: 2px !important;
  margin-left: auto;
  margin-right: 5px !important; 
}

.d-topnav--branding-text-main {
  margin-left: 8px !important;
  align-content: center !important;
}