/* ==========================================
    FOR DEMO PURPOSE
  ========================================== */


.text-small {
  font-size: 0.9rem;
}

.form-control2 {
  background: #212529;
  border-color: #545454;
}

.form-control2:focus {
  background: #212529;
}

footer {
  background: #212529;
}


/* ==========================================
    CUSTOM UTILS CLASSES
  ========================================== */
  body, html {
    height: 100%;
  }