﻿@charset "utf-8";
/* CSS Document */
html,body,select,option,input,textarea,h1,h2,h3,h4,ul,li,dl,dd,table,td,tr,th{margin:0;padding:0;font-family:"Microsoft YaHei","微软雅黑",Helvetica;font-size:12px;}
ul,li{ list-style:none;}
body{background: #f0f0f0;}
*{ margin: 0px; padding: 0px;}
body{
	background: #f0f0f0;
}
.com-clear{
	clear: both;
}
.com-fLeft{
	float: left;
}
.com-fRight{
	float: right;
}
/*main*/
.forget_main{
	width: 100%;
	margin-top:90px;
    text-align: center;
}
 .forget_card{
 	width: 320px;
    font-size: 15px;
    margin: 85px auto 0;
    box-shadow: 0 2px 2px 0 rgba(1,0,0,0.06),0 2px 11px 0 rgba(0,0,0,.14);
    position: relative;
    border-radius: 6px;
    border-width: 0;
    background: #fff;
    padding: 33px 40px 0 40px;
    height: 400px;
    color: #666;

 }
.forget_cardImg_div{
    position: absolute;
    top: -55px;
    left: 50%;
    width: 110px;
    height: 110px;
    margin-left: -55px;
    overflow: hidden;
    background: url(images/Icon-108.png);
}
.forget_cardName{
    font-size:19px;
    color: #e7700f;
    font-weight: 700;
    text-align: center;
    padding-top:34px;
    display: block;
    width: 320px;
}
.forget_cardIntro{
    margin-top:36px;
    line-height: 27px;
    height: 192px;
    overflow: hidden;
    font-size: 16px;
}
.forget_li{
	margin-bottom: 2em;
}
.forget_liInput1{
    border-radius: 3px;
    width: 320px;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    color: #3b3b3b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cacaca;
    outline: 0;
}
.forget_liInput2{
    width: 68%;
    border-radius: 3px;
    line-height: 40px;
    height: 40px;
    font-size: 15px;
    color: #3b3b3b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cacaca;
    outline: 0;
    padding-left: 10px;

}
.realiseImg{
	margin-left: 24px;
	height: 42px;
}
.forget_change{
	color: #555;
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	cursor: pointer;
}
.resetPasswordBtn{
	border-radius:4px;
	height:46px;
	line-height: 46px;
	font-size: 16px;
	color: #fff;
	background: #3085d5;
	text-align: center;
	margin-top: 10px;
	cursor: pointer;
    width: 320px;
}
.getPassBtn{
	width:90px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background:#3085D5;
	border-radius:4px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
    border: 1px solid #3085D5;
}
.forgetError{
	font-size: 13px;
	padding-left: 10px;
	color: #b92219;
    border-color: #e4a197;
    background-color: #ffd1d1;
    height:22px;
    line-height: 22px;
    border-radius: 3px;

}

