.cbody{
    width:100vw;
    background-image: url(splash/splash.png);
    background-size:contain;
    font-family: "gamefont";
    color: #ffffff;
    z-index: 0;
    padding: 0px;
    margin: 0px;
    background-position: center;
  background-repeat: no-repeat;
}

.grad{
    
    width:100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login{
    position: absolute;     
    width:350px;
    height:244px;
    object-fit: cover;
    padding-left:150px;
    z-index: 2;
}
.slogindiv{
    width:500px;
    height:244px;
}
.news{
    cursor:pointer;
    position: relative;
    top:22px;
    left:230px;
    min-width:80px;
    max-width:80px;
    min-height:20px;
    color:#ffffff; 
    z-index: 3;
}
.lore{
    cursor:pointer;
    position: relative;
    top:4px;
    left:332px;
    min-width:84px;
    max-width:84px;
    min-height:20px;
    color:#ffffff; 
    z-index: 3;
}
.support{
    cursor:pointer;
    position: relative;   
    top:16px;
    left:230px;
    min-width:84px;
    max-width:84px;
    min-height:20px;
    color:#ffffff; 
    z-index: 3;
}
.credits{
    cursor:pointer;
    position: relative;    
    top:-4px;
    left:332px;
    min-width:86px;
    max-width:86px;
    min-height:20px;
    color:#ffffff;
    z-index: 3;
}
.register{
    cursor:pointer;
    position: relative;
    top:49px;
    left:332px;
    min-width:86px;
    max-width:86px;
    min-height:22px;
    color:#ffffff; 
    z-index: 3;
}
.btnlogin{
    cursor:pointer;
    position: relative;
    top:76px;
    left:230px;
    min-width:88px;
    max-width:88px;
    min-height:22px;
    color:#ffffff; 
    z-index: 3;
}
.username{
    cursor:pointer;
    position: relative;
    top:50px;
    left:181px;
    min-width:136px;
    max-width:136px;
    height:16px;
    color:#000000;
    z-index: 3;
}
.cpwd{
    cursor:pointer;
    position: relative;
    top:50px;
    left:177px;
    min-width:136px;
    max-width:136px;
    height:16px;
    color:#000000;
    z-index: 4;
}

.fpassw{
  
    cursor:pointer;
    position: relative;    
    top:24px;
    left:350px;
    min-width:130px;
    max-width:130px;
    min-height:20px;
    color:#ffffff;
    z-index: 14;
}