html {
  font-size: 14px;
  color: blue;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
    color: blue;
  }
}

body {
    color: #1E4E78;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.loginbtn {
    background-color: #1E4E78;
    color: white;
    border-radius: 50px;
    height: 40px;
    width: 40px;
}

.appbtn {
    background-color: #1E4E78;
    color: white;
}

.deletebtn {
    background-color: darkred;
    color: white;
    padding: 4px;
}

.form-check-input:checked {
    background-color: #1E4E78;
    border-color: #1E4E78;
}

.custom-progress-bar {
    background-color: #1E4E78 !important; 
}

.usersitebtn {
    background-color: #1E4E78;
    color: white;
    width: 12rem;
}

.icon {
    height: 1em; /* Makes icon size equal to text size */
    width: auto; /* Keeps aspect ratio */
}