﻿html, body {
    height: 100%;
    background: #93defe;
    background-size: cover;
    font-family: "Microsoft YaHei";
    overflow: hidden
}

img {
    border: none;
    width: 120px;
}

.login_box {
    width: 1100px;
    margin: 0 auto 0;
    height: 100%;
}

    .login_box .login_l_img {
        float: left;
        width: 432px;
        height: 440px;
        margin-left: 50px;
    }

        .login_box .login_l_img img {
            width: 500px;
            height: 440px;
        }

.login {
    height: 360px;
    width: 400px;
    padding: 50px;
    background-color: #ffffff;
    border-radius: 6px;
    box-sizing: border-box;
    float: right;
    margin-right: 50px;
    margin-top: 230px;
    position: relative;
}

.login_logo {
    width: 120px;
    height: 120px;
    border: 1px solid #93defe;
    border-radius: 100px;
    background: #fff;
    text-align: center;
    line-height: 110px;
    position: absolute;
    top: -60px;
    right: 122px;
}

.login_name {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
    color: #fff !important;
}

    .login_name p {
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #444;
        padding: 10px 0 20px;
    }

.login_logo img {
    width: 120px;
    height: 120px;
    display: inline-block;
    vertical-align: middle;
}

input[type=text], input[type=file], input[type=password], input[type=email], select {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 50px;
    padding: 0px 16px;
    font-size: 14px;
    color: #555555;
    outline: none;
    width: 88%;
    margin-bottom: 15px;
    line-height: 50px;
    color: #888;
}

    input[type=text]:focus,
    input[type=file]:focus,
    input[type=password]:focus,
    input[type=email]:focus,
    select:focus {
        border: 1px solid #27A9E3;
    }

input[type=submit], input[type=button] {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #27A9E3;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline: none;
    width: 100%;
}

.copyright {
    font-size: 14px;
    color: #777777;
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    bottom: 3%;
}

    .copyright + .copyright {
        bottom: 5%;
    }

    .copyright a {
        margin-left: 10px;
        color: #777777;
    }
