html,
body {
  height: 100%;
}
* {
  outline: none;
}
.login-page {
  background: url("/Assets/imgs/login-bg.jpg") center center no-repeat;
  background-size: cover;
}

.btn-orange {
  color: #fff;
  background-color: #fd702a;
  border-color: #fd702a;
}

.btn-orange:hover {
  color: #fff;
  background-color: #d84902;
  border-color: #d84902;
}

.btn-orange:focus,
.btn-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 73, 2, 0.5);
}

.btn-orange.disabled,
.btn-orange:disabled {
  color: #fff;
  background-color: #fd702a;
  border-color: #fd702a;
}

.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled).active,
.show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #d84902;
  border-color: #d84902;
}

.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 73, 2, 0.5);
}

.bg-orange {
  background-color: #fd702a !important;
}

.selectize-dropdown-content .option {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
