﻿.gradient-custom-2 {
    /* fallback for old browsers */
    background: #0567b7;
    /* Chrome 10-25, Safari 5.1-6 */
    /*   background: -webkit-linear-gradient(to right, #0061f2,#00d4ff);*/
    background: -webkit-linear-gradient(to right, #993399,#663366);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /*  background: linear-gradient(to right, #0061f2, #00d4ff);*/
    background: linear-gradient(to right, #993399,#663366);
}


/* This only works with JavaScript,
    if it's not present, don't show loader */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../Content/images/loader-64x/Preloader_2.gif') center no-repeat #fff;
}

.gradient-form-purpura {
    background: -webkit-linear-gradient(to right, #993399,#333333);
}
