﻿* {
    margin: 0;
    padding: 0;
}

body, html {
    height: 100%;
}

input {
    border: 0px;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    color: #000;
    outline: none;
    font-size: 12pt;
}

    input::-webkit-input-placeholder {
        color: #dbdbdb;
    }

    input::-moz-placeholder {
        color: #dbdbdb;
    }

    input:-moz-placeholder {
        color: #dbdbdb;
    }

    input:-ms-input-placeholder {
        color: #dbdbdb;
    }

body {
    background: url(../images/LoginBackgroundImg.png) no-repeat center;
    background-size: cover;
    padding-top: 9%;
    box-sizing: border-box;
}


.loginDiv {
    width: 450px;
    height: 340px;
    border-radius: 15px;
    border: 1px solid #EBEEF0;
    margin: 0 auto;
    padding: 50px 40px 20px 40px;
    box-shadow: 2px 4px 6px #C0C0C0;
}

    .loginDiv p {
        font-size: 23pt;
        margin-bottom: 10px;
        color: #6064AA;
        font-family: '宋体';
        font-weight: bold;
    }

    .loginDiv hr {
        border: none;
        height: 1px;
        background-color: #EBEEF0;
    }


.infoGroup {
    overflow: hidden;
}

    .infoGroup div {
        float: left;
    }

.usernameInput {
    width: 372px;
    height: 33px;
    padding-left: 1%;
    padding-right: 1px;
    line-height: 30px;
    border-top: 1px solid #d5d8db;
    border-bottom: 1px solid #d5d8db;
    padding-top: 2px;
}

    .usernameInput input {
        margin-left: 20px;
        height: 20px;
        width: 340px;
    }

.divLeftCircle {
    width: 35px;
    height: 35px;
    border-left: 1px solid #d5d8db;
    border-top: 1px solid #d5d8db;
    border-bottom: 1px solid #d5d8db;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

    .divLeftCircle img {
        margin-left: 25px;
        margin-top: 7.5px;
    }

.divRightCircle {
    width: 35px;
    height: 35px;
    border-right: 1px solid #d5d8db;
    border-top: 1px solid #d5d8db;
    border-bottom: 1px solid #d5d8db;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
