body {
    background: url('../images/login_bg.jpg') no-repeat;
    background-size: cover;
}
.header-wrap {
    opacity: .7;
    filter: alpha(opacity=70);
    zoom: 1;
}
.container-wrap {
    background-color: transparent;
}
.container-wrap .login-title {
    color: #ffffff;
}
.container-wrap .client-wrap {
    color: #ffffff;
}
.container-wrap .client-border {
    border-top: 1px solid #ffffff;
}
.container-wrap .client-icon .client-info {
    color: #ffffff;
}
.login-footer {
    color: #ffffff;
}
.login_pc_grey {
    background: url('../images/login/login_pc_white.png') no-repeat center;
}
.login_drive_grey {
    background: url('../images/login/login_drive_white.png') no-repeat center;
}
.login_mac_grey {
    background: url('../images/login/login_mac_white.png') no-repeat center;
}
.login_ios_grey {
    background: url('../images/login/login_ios_white.png') no-repeat center;
}
.login_android_grey {
    background: url('../images/login/login_android_white.png') no-repeat center;
}
.login_office_grey {
    background: url('../images/login/login_office_white.png') no-repeat center;
}
.login_u_shield_grey {
    background: url('../images/login/login_u_shield_white.png') no-repeat center;
}
.login_linux_grey {
    background: url('../images/login/login_linux_white.png') no-repeat center;
}
