.text-color-brand {
  color: #2B6195;
}

.text-color-title {
  color: #323e48;
}

.small-logo {
  max-height: 1.5rem;
}

.logo {
  max-height: 4rem;
}

.auth-code {
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
}

.totp-2fa-qr-code {
  width: 250px;
  height: 250px;
}

.user-picture-size {
  width: 100px;
  height: 100px;
}

.user-picture-placeholder {
  background-color: #f8f9fa;
  border: 2px solid #dee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-picture-placeholder i {
  font-size: 3rem;
  color: #adb5bd;
}

.image-upload-container {
  position: relative;
}

.image-upload-container .preview-container {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}

.image-upload-container .preview-image {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border: 2px solid #dee2e6;
}

.image-upload-container .preview-placeholder {
  width: 100%;
  height: 100%;
}

.image-upload-container .file-input {
  max-width: 100%;
}

.image-upload-container .input-group-text {
  cursor: pointer;
}

.image-upload-container .input-group-text:hover {
  background-color: #e9ecef;
}

.image-upload-container .input-group label.form-control {
  cursor: default;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
