.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.alert-success {
    background-color:#c0c0c0 !important;
    color: #000 !important;
}
