#id_label_login, #id_label_pswd, .form-check-label{
  font-weight: bold !important;
}
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('http://i.imgur.com/zAD2y29.gif') 50% 50% no-repeat white;
}
.card {
  background-color: #FFF !important;
}
#TB_window{
  margin-left: -165px;
  width: 342px;
  margin-top: -120px;
  display: block;
  height: 225px;
  border-radius: 10px;
  border-left-width: 5px;
  border: none !important;
}
.btn-secondary {
    box-shadow: 0 10px 20px -10px rgb(240 124 0 / 45%) !important;
}