.login-borris {
  width: 25%;
}

@media (min-width: 768px) {
  .login-borris {
    width: 15%;
  }
}

.text-right {
  text-align: right !important;
}

.bg-darker {
  background-color: #202020 !important;
}

.qr-code {
  background-color: white;
  padding: 20px;
  width: 100%;
  max-width: 256px;
}

.max-width-100 {
  max-width: 100%;
}

input::file-selector-button {
  background-color: #3a3a3a !important;
  color: white !important;
}

input:hover::file-selector-button {
  background-color: #4e4e4e !important;
}