﻿@media (max-width: 767px) {
    /*.body-background {
        background: url("../images/site-background-responsive-tablet.png") repeat-x scroll left top transparent;
    }*/
}


@media (max-width: 480px) {
    /*.body-background {
        background: url("../images/site-background-responsive-mobile.png") repeat-x scroll left top transparent;
    }*/
}

.nav-back-rep {
    background:linear-gradient(to bottom, #3d8fc8, #192e72) !important;
}


.login{
background:linear-gradient(to bottom, #3d8fc8, #192e72)!important;
}


.ex-button-color{background-color:#192e72 !important; background-image:linear-gradient(to bottom, #192e72, #192e72) !important;}
.ex-button-color:hover {background-color:#3d8fc8 !important; background-image:linear-gradient(to bottom, #3d8fc8, #192e72) !important;}