﻿/*----login----*/
.login_bg {
    background-image: url(../images/admin_login_bg.png);
    background-repeat: repeat-x;
    width:1000px;
    margin:0px auto;
}

.login_cloud {
    background-image: url(../images/admin_login_cloud.png);
    overflow: hidden;
    width: 600px;
    height: 350px;
}

.login_cloud_title {
    color: #f5f5f5;
    text-align: center;
    margin: 60px auto 30px auto;
    font-size: 28px;
    font-weight: 200;
}

.login_cloud_content {
    color: #f1f1f1;
    width: 60%;
    text-align: left;
    margin: 10px auto 10px auto;
    line-height: 32px;
    font-size: 35px;
    font-weight: normal;
}

.login_box {
    width: 400px;
    height: 420px;
    background: white;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.95);
}

    .login_box div {
        overflow: hidden;
    }

.login_title {
    width: 90%;
    margin: 0px auto 0px auto;
    padding-top:20px;
    line-height: 35px;
    text-align: center;
}

.login_label {
    line-height: 32px;
    text-align: right;
    font-size: 14px;
    padding: 0px;
}

.login_line {
    clear: both;
    width: 90%;
    display: block;
    margin: 10px auto;
    border-bottom: dashed 1px #f4f4f4;
}

/*----end login----*/