﻿.loginbgdiv {
    width: 100%;
	height: 800px;
	background-image: url(../../Images/login/bg2.png);
	background-size:cover;
    background-repeat: no-repeat;

}

.loginbgdivc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: url(../../Images/login/bg2.png) no-repeat center bottom;
    background-size: cover;
}
    .loginbgdivc .logo {
        position: fixed;
        z-index: 999;
        top: 10px;
        left: 10px;

    }

        .loginbgdivc .logo img {
            width: 150px;
        }

.indexwelcome {
    margin-right: 0px;
    background: url(../../images/ico/member.gif) no-repeat left;
    padding-left: 18px;
}
