.form-group {
    display: none;
}

.form-group.active {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
}