body{
    margin: 0px; padding: 0px;
    background-image:url(../images/login-bg.jpg);
    background-repeat:no-repeat;
    background-size:cover;   
}

.logoname{font-size:28px !important; color: #fff !important; font-weight: bold;}

.bluebg{background-color: #4065fd;}

.logoTT{width:170px; height: auto;}

.loginRIght{float: right;}

.fs-10{font-size:12px !important;}

@media all and (min-width:320px) and (max-width:1080px) {
    body{background-image: none;}
    .loginRIght{float: none;}


}