.uk-button {
	transition: all 0.2s ease-in 0.2s; 
    -webkit-transition: all 0.2s ease-in 0.2s !important; 
    -moz-transition: all 0.2s ease-in 0.2s; 
}

.ba-form-field-item .ba-alert-tooltip {
    background: #0086c3 !important;
}

.ba-form-field-item .ba-alert-tooltip:before {
    border-bottom: 5px solid #0086c3 !important;
}