﻿body {
    background: #a1d9e6;
}

.login-wrapper {
    width: 1200px;
    height: 680px;
    margin: 0px auto;
    background: url(images/loginbg.jpg) no-repeat center top;
    position: relative;
}

    .login-wrapper .login-area {
        width: 390px;
        height: 300px;
        position: absolute;
        left: 400px;
        top: 180px;
    }

.ico-user {
    background: url(images/ico_user.png) no-repeat center;
}

.ico-password {
    background: url(images/ico_password.png) no-repeat center;
}
