/*for FIFA-like backgrounds*/
body .login-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(10,58,98);
    background-image: url(/resources/splash-fifa.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; 
}
