#organiser-details, #event-details{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.uk-red {
    color: red;
}

.uk-form-label {
    font-weight: bolder;
}