

/* already defined in bootstrap4 */
.text-xs-center {
    text-align: center;
}

.g-recaptcha {
    display: inline-block;
}

.bg-holder { animation: fadeIn 4s; }
@keyframes fadeIn {
  0% { opacity: 0.5; }
  100% { opacity: 1; }
}
