input:-internal-autofill-selected {
    background-color: rgb(0, 0, 0) !important;
    background-image: none !important;
    color: rgb(255, 255, 255) !important;
}

.btn-Warning{
    color: #000 !important;
    background-color: #ff9800 !important;
}
.btn-Warning:hover{
    background-color: #c66900 !important;
}
.btn-Warning:active{
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2), 0px 8px 10px 1px rgba(0,0,0,0.14), 0px 3px 14px 2px rgba(0,0,0,0.12) !important;
}

.btn-Outline-White{
  color: #fff !important;
  background-color: transparent !important;
  border:1px solid #fff !important
}
.btn-Outline-White:hover{
  color: #000 !important;
  background-color: #fff !important;
}
.btn-Outline-White:active{
  box-shadow: 0px 5px 5px -3px rgba(255,255,255,0.2), 0px 8px 10px 1px rgba(255,255,255,0.14), 0px 3px 14px 2px rgba(255,255,255,0.12) !important;
}

  .login .formElement {
    right: -25px;
    opacity: 0;
    transition: 0.5s ease;
    position: relative;
  }
  .login .formElement.loadIn {
    opacity: 1;
    right: 0;
  }

@media (max-width: 710px){
  .table{
    overflow-x: auto;
    display: block;
  }
}