body { padding: 0; margin: 0 }
#unity-container { position: absolute ;width: 100vw; height: 100vh}
#unity-container.unity-desktop { width: 100%; height: 100%}
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background: url('bg2.jpg') no-repeat;background-size: 100% 100%;}
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none ;height: 5px; width: 400px; }
#unity-logo {
    background: url(loading.gif) no-repeat center;
    width: 200px;
    height: 200px;
    background-size: 200px;
    position: absolute;
    left: 50%;
    top: 44%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
#unity-progress-bar-empty { height: 5px; width: 400px; margin-top: 80px; background: url('progress-bar-empty-dark.png') no-repeat center;background-size: 400px 5px; }
#unity-progress-bar-full { width: 0%; height: 5px; background: url('progress-bar-full-dark.png') no-repeat center;background-size: 400px 5px; }
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
.out{
           background-image: url(close.png);
    width: 73px;
    height: 293px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 40px;
        }


        .loginbtn{
                background-image: url(Button.png);
    width: 158px;
    height: 48px;
    background-size: 158px 48px;
     left: 50%;
    top: 34%;
       -webkit-transform: translate(-50%, 200%);
    transform: translate(-50%, 200%);
    position: absolute;
 }
        
