/* Login success notification color */
.toast-success {
  background-color: #4060ec !important;
  /* Orange */
  color: white;

}

.btn-block {
  display: block;
  width: 100%;
}

.small {
  font-size: 80%;
  font-weight: 400;
}

.mt-login {
  margin-top: 30px;
}

.mb-login {
  margin-bottom: 20px;
}

.text-grey {
  color: #212529 !important
}

.cursor-pointer {
  cursor: pointer;
}

.tm-input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #b5b7bb;
}

.navbar-nav button:hover {
  color: #f5a623;
}