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

#loginForm .button{
  background-color: #0b4697;
  color: white;
}

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

#loginForm .d-alert-info .title,
#loginForm .d-alert-info .message{
  color:#0b4697;
}

#loginForm .form-control{
  background-color: white;
  color: #0b4697;
}

.d-topnav {
  background-color: #0b4697;;
}

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

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

.logo-right{
  margin-top: 17px;
}
.text-centered {
  text-align: center;
  margin-top: 17px;
  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;
}