/* Transitions stopped working after minification so are kept seperate */
.banner-form .form-control
{
    transition: all 0.2s ease-in-out 0s;
}

.btnHomeLogin
{
    transition: all 0.3s ease-in-out 0s;
}

.bordered tr:hover {
    transition: all 0.1s ease-in-out 0s;
}

.cl-effect-1 a:before, .cl-effect-1 a:after
{
    transition: transform 0.3s ease 0s, opacity 0.2s ease 0s;
}

