html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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;
  background-color: #D3D3D3;
}

/* https://learn.microsoft.com/en-us/entra/identity-platform/howto-add-branding-in-apps */
.btn-microsoft {
    font-family: 'Segoe UI';
    font-size: 15px;
    font-weight: 600;
    color: #5E5E5E;
    background-color: #FFF;
    border: 1px solid #8C8C8C;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    gap: 12px;
}
