@charset "utf-8";
/* CSS Document */
body{
	background-color:#f0f0f0;
}
.forget_content{
	width:98%;
	margin:auto;
	margin-top:1%;
}
.forget_content .img_div{
	border-right:1px solid #f0f0f0;
	height:30px;
	display:inline-block;
	width: 50px;
}
.forget_content .img_div img{
	width: 30%;
    margin: auto;
}
.forget_content>div{
	padding-top:15px;
	padding-bottom:5px;
	background-color:#fff;
	border-bottom:1px solid #f0f0f0;
}
.forget_content>div input{
	padding-left:10px;
	display: inline-block;
    height: 30px;
    position: relative;
    top: -10px;
    line-height: 30px;
}
.forget_content>div .col_tebie input{
	width: 40%;
}
.forget_content>div .col_tebie .shuibian{
	background-color: #009944;
    color: #fff;
    border-radius: 5px;
    height: 30px;
    position: relative;
    top: -10px;
    width: 110px;
}
.forget_content>div .col_tebie .img_div img{
    margin-top: 10%;
}
.forget_last{
	margin-top:20px;
	margin-bottom:20px;
}
.forget_last button{
	color:#fff;
	border-radius:10px;
	width:100%;
	height:40px;
	font-size:18px;
	background-color:#ff7c20;
}
.forget_company .col_name{
	padding: 0px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    color: #999;
}
.forget_company .col_xian{
	border-bottom:1px solid #ccc;
	margin-top:15px;
	width:20%;
}
.forget_company {
    position: fixed;
    width: 100%;
    bottom: 20px;
}

