@CHARSET "UTF-8";

body, html {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

#bg_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.main_bar {
    width: 100%;
    height: 100%;
}

#login_form {
    width: 500px;
    height: 400px;
    margin: 80px auto;
    border-radius: 20px; /*设置圆角样式*/
}

.title {
    width: 100%;
    height: 55px;
    color: #ffffff;
    font-size: 32px;
    line-height: 55px;
    text-align: center;
    margin-top: 20px;
}

#form_widget {
    width: 100%;
    height: 295px;
}

.txt {
    display: block; /*设置为独立块（换行）*/
    width: 70%;
    margin: 0 auto;
    height: 35px;
    font-size: 15px;
    border-radius: 5px; /*设置圆角样式*/
    border: 0;
    padding-left: 8px;
}

.txt_code {
    width: 70%;
    margin: 0 auto;
    height: 35px;
    font-size: 15px;
    border-radius: 5px; /*设置圆角样式*/
    border: 0;
    padding-left: 8px;
}

#vcode {
    height: 35px;
    width: 43%;
    font-size: 15px;
    margin-left: 14%;
    border-radius: 5px;
    border: 0;
    padding-left: 8px;
}

#code {
    margin-left: 5%;
}

.verify_code {
    vertical-align: middle;
    height: 35px;
    width: 235px;
    margin-left: 70px;
}

.verify_code_img {
    vertical-align: middle;
    height: 35px;
    width: 100px;
    margin-left: 10px;
}

/*层级选择器*/
#search_pass_link a {
    color: #000000;
    text-decoration: none;
}

/*伪类*/
#search_pass_link a:hover {
    color: #55abe2;
    text-decoration: underline;
}

.btn {
    display: block;
    width: 72%;
    margin: 20px auto;
    height: 40px;
    border: 0;
    font-size: 14px;
    background-color: #0080c0;
    color: #ffffff;
    cursor: pointer; /*设置指针鼠标的样式*/
    border-radius: 5px; /*设置圆角样式*/
}

#copyright {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    color: #ffffff;
}