.text-color1 {
  color: rgb(22,57,97);
}

.bg-color1 {
  background: rgb(22,57,97);
}

button.bg-color1:hover {
  color: rgb(22,57,97)!important;
}

.bdetect {
  display: none;
}

@media (min-width: 768px) {
  #authformOuter {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  #authformOuter {
    width: 40%;
  }
}

