.header-wrap {
    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_normal.png') no-repeat center;
}

.login_pc_grey:hover {
    background: url('./images/login/login_pc_select.png') no-repeat center;
}

.login_drive_grey {
    background: url('./images/login/login_drive_select.png') no-repeat center;
}

.login_mac_grey {
    background: url('./images/login/login_mac_normal.png') no-repeat center;
}

.login_mac_grey:hover {
    background: url('./images/login/login_mac_select.png') no-repeat center;
}

.login_ios_grey {
    background: url('./images/login/login_ios_normal.png') no-repeat center;
}

.login_ios_grey:hover {
    background: url('./images/login/login_ios_select.png') no-repeat center;
}

.login_android_grey {
    background: url('./images/login/login_android_normal.png') no-repeat center;
}

.login_android_grey:hover {
    background: url('./images/login/login_android_select.png') no-repeat center;
}

.login_office_grey {
    background: url('./images/login/login_office_select.png') no-repeat center;
}