/* body {
    background-image: url("images/login/loginBac.jpg");;
    background-size: 100%;
    background-repeat: no-repeat;
    } */

.login_frame {
    width: 300px;
    height: 300px;
    padding: 13px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -200px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    text-align: center;
}

form p>* {
    display: inline-block;
    vertical-align: middle;
}

#image_logo {
    margin-top: 22px;
}

.label_input {
    /* font-size: 14px;
    font-family: 宋體;
    width: 50px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: white; */
    background-color: #3CD8FF;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.text_field {
    width: 200px;
    height: 28px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 0;
}

.btn_login {
    font-size: 20px;
    width: 250px;
    height: 40px;
    text-align: center;
    color: white;
    background-color: #3BD9FF;
    border: 1px;
}

.registertxt {
    padding-top: 20px;
    text-align: center
}

#forget_pwd {
    font-size: 12px;
    color: white;
    text-decoration: none;
    position: relative;
    float: right;
    top: 5px;
}

#forget_pwd:hover {
    color: blue;
    text-decoration: underline;
}

#login_control {
    padding: 0 28px;
}