@supports (-moz-appearance: none) {
    .navbar_right .btn {
        min-width: 200px;
    }
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #000 !important;
  caret-color: #bf9595 !important;
  transition: background-color 5000s ease-in-out 0s;
}