﻿body.body-gkan-blue:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/css/images/techfirst_background_login.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    filter: opacity(0.3);
}
