﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/bj.png);
    overflow-y: hidden;
}

.main_bar {
    width: 100%;
    min-width: 900px;
    height: 100%;
    background-repeat: no-repeat;
    /*background-image: url(../images/bj.png);
    overflow-y: hidden;*/
}

#login_form {
    width: 500px;
    height: 100%;
    margin: 180px auto;
}

#form_widget {
    width: 100%;
    height: 280px;
    background: linear-gradient(#ffffff, #d5ebf3);
    border-radius: 10px;
    -webkit-box-reflect: below 0 -webkit-linear-gradient(transparent,transparent 50%,rgba(255,255,255,.2));
    line-height: 1;
    display: inline-block;
    min-height: 280px;
    min-width: 500px;
    border: 1px solid #eceff1;
}

.hr {
    margin-top: 20px;
	border-bottom: 2px solid #f2f6fc;
    box-shadow: 0px 4px 5px #d6ebf4;
    border-top: 2px solid #79b7ea;
}

.yhm {
    font-family: "微软雅黑";
    font-size: 18px;
    margin-left: 85px;
    font-weight: lighter;
}

.mi {
    font-family: "微软雅黑";
    font-size: 18px;
    margin-left: 104px;
    font-weight: lighter;
}

.yzm {
    font-family: "微软雅黑";
    font-size: 18px;
	padding: 0px;
    margin: 0px;
    margin-left: 85px;
    font-weight: lighter;
}

.txt {
    width: 60%;
    height: 30px;
    font-size: 16px;
    border-radius: 5px;
    /*设置圆角样式*/
    border: 0;
    margin-left: 10px;
    padding-left: 8px;
	border: 1px solid #79b7ea;
}
input{ outline:none; }

.txt2 {
    width: 62%;
    height: 30px;
    font-size: 16px;
    border-radius: 5px;
    /*设置圆角样式*/
    border: 0;
    margin-left: 10px;
    padding-left: 8px;
	border: 1px solid #79b7ea;
}

#logyzm {
    width: 25%;
    height: 30px;
    font-size: 16px;
    border-radius: 5px;
    /*设置圆角样式*/
    border: 0;
    margin-left: 10px;
    padding-left: 8px;
	border: 1px solid #79b7ea;
}

#code {
    color: #ffffff;
    background: linear-gradient(#7ac0e0, #07b7cb);
    font-size: 25px;
    border-radius: 5px;
    font-family: "华康娃娃体W5";
    padding: 1px;
    margin-left: 3px;
    cursor: pointer;
	width:80px;
}

#search_pass_link {
    width: 70%;
    text-align: right;
    margin: 0 auto;
}


/*层级选择器*/

#search_pass_link a {
    color: #000000;
    text-decoration: none;
}


/*伪类*/

#search_pass_link a:hover {
    color: #ff0000;
    text-decoration: underline;
}

#submit {
	width: 22%;
    height: 35px;
    border: 0;
    font-size: 19px;
    font-family: "微软雅黑";
    background: linear-gradient(#7ac0e0, #07b7cb);
    color: #f3f9fa;
    cursor: pointer;
    border-radius: 20px;
    border: 0;
    outline: none;
    text-align: center;
    margin-left: 120px;
    margin-top: 20px;
}

#reset {
	width: 22%;
    height: 35px;
    border: 0;
    font-size: 19px;
    font-family: "微软雅黑";
    background: linear-gradient(#7ac0e0, #07b7cb);
    color: #f3f9fa;
    cursor: pointer;
    border-radius: 20px;
    border: 0;
    outline: none;
    text-align: center;
    margin-left: 35px;
    margin-top: 20px;
}

#copyright {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    font-family: "微软雅黑";
    color: #e0e0e0;
}

#submit:hover {
    background-color: #5cbf2a;
}

#submit:active {
    position: relative;
    top: 1px;
}

#reset:hover {
    background-color: #5cbf2a;
}

#reset:active {
    position: relative;
    top: 1px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #c9d4d8;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #c9d4d8;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #c9d4d8;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #c9d4d8;
}