body {
    /* background: #f9fdfe url(../images/bodybg.jpg) repeat-x; */
}

h2 {
    color: #000;
    text-align: center;
    height: 60px;
    /* font-size: 28px; */
    line-height: 84px;
    text-align: left;
    padding-left: 20px;
    /* background: #66A8FF; */
    /* border-radius: 10px 10px 0 0; */
    padding-top: 10px;
}

.formbox {
    position: absolute;
    top: 50%;
    left: 62%;
    transform: translate(-50%, -50%);
    background: #ceeef9;
    width: 430px;
    height: 550px;
    /* box-shadow: 1px 2px 3px #8adfe2; */
    font-size: 12px;
    border-radius: 10px;
    padding-bottom: 10px;
    background: #fff;
    border: 1px solid #cccccc;
    padding-left: 55px;
    padding-right: 40px;
}

.formbox form {
    box-sizing: border-box;
    padding: 0 19px 0 20px;
}

.formbox h3 {
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #8adfe2;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

.inputbox {
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    padding-top: 25px;
}

.user_img {
    display: none;
    background: url(../images/user_img.png);
    width: 20px;
    height: 20px;
    margin-right: 23px;
}

.password_img {
    display: none;
    background: url(../images/password.png);
    width: 20px;
    height: 20px;
    margin-right: 23px;
}

.input {
    border: none;
    padding: 0;
    margin-top: 40.2px;
    width: 188.8px;
    margin: 0 auto;
}

.inputbox label,
.inputbox input {
    display: inline-block;
}

.inputbox input {
    border: solid 1px #FF0000;
    /* width: 197px; */
    border: none;
    outline: none;
    font-size: 17px;
}

.bottom {
    position: fixed;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.Btn {
    width: 300px;
    height: 41.4px;
    line-height: 41.4px;
    background: #BD212E;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
}
#code {
	position: relative;
}
#yzmImg {
	position: absolute;
	display: block;
	right: 10px;
	width: 101px;
	height: 38px;
	top: 10px;
}

.formbox p{
	font-size:16px;
	padding-left: 20px;
	padding-top: 20px;
}
