﻿.login-bg {
    position: relative;
    background: url(/images/banner_login.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.fa-google {
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
