.ismbnc {
  filter: drop-shadow(5px 5px 10px black) !important;
}

.auth-fluid .auth-fluid-form-box .asd {
  display: flex;
}

@media (max-width: 992px) {
  .auth-fluid .auth-fluid-form-box .asd {
    flex-direction: column;
  }
}
a {
  color: #03A9F4 !important;
}

.btn-default {
  background: #03A9F4 !important;
  border-color: #03A9F4 !important;
  color: white;
}
.btn-default:hover {
  background: #0288D1 !important;
  border-color: #0288D1 !important;
  box-shadow: 0 2px 4px 0 #0288D1;
  color: #f0f0f0;
  cursor: pointer;
}
