body>div.LOGIN{
	width: 100vw;height: 100vh;
    background: url(/static/images/careerplan/index.jpg) 50% 50% no-repeat;
}
/*.logo{
    margin:50px 0 0 100px;
}
.logo img{
    width:50px;
    height:50px;
    border-radius: 50%;
}
.logo-txt{
    margin:10px 0 0 65px;
}*/
.login_main{
    width:320px;
    height:400px;
    background: #fff;
    border-radius:8px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-200px 0 0 -160px;
}
p.main_title{
	width:148px;
	height:23px;
    background: url(/static/images/careerplan/login_title.png) center center no-repeat;
    margin:50px auto 0;
}
p.school1{
	font-size: 14px;
	color:#526166;
	text-align: center;
	margin: 7px 0 30px;
}
.account1,.password11{
	padding-bottom: 10px;
	padding-left: 40px;
	border-bottom:1px solid #b8dae5;
	width:250px;
	margin:0 auto;
	font-size: 16px;
	color:#526166;
	background: url(/static/images/careerplan/account.png) 20px -1px no-repeat;
}
.password11{
	background-image: url(/static/images/careerplan/pwd.png);
	margin-top: 30px;
}
.account1 input,.password11 input{
	border: 0;
    border-left: 1px solid #b8dae5;
    outline: none;
    padding-left: 20px;
    margin-left: 20px;
    width: 100%;
}
.login_main .login{
	width:250px;
	margin: 20px auto 15px;
}
#login_sure1[type="button"]{
	width:250px;
	height:50px;
	background: #4CCFFF;
	border-radius: 5px;
	border:0;
	outline: none;
	color:#fff;
	font-size: 18px;
	font-weight: bold;
}
.other{
	text-align: center;
}
.other a{
	cursor: pointer;
	font-size: 14px;
	color:#4CCFFF;
}
.other a:hover{
	color:#4CCFFF;
}
.line{
	width:1px;
    height:12px;
	border-left:1px solid #4CCFFF;
	margin: 0 10px;
}
.red_msg{
	width: 250px;
    margin: 10px auto;
    text-align: center;
    color: #ffbb2e;
    font-size: 14px;
}
/*.main p.assort{
    margin:48px 0 18px;
}
.main p.assort a{
    color:#898989;
    font-size:16px;
    cursor: pointer;
    margin-left:10px;
}
.main p.assort span.active i{
    }
.main p.assort .school{
    margin-left:18px;
}
.main p.assort i.active{
    display:inline-block;
    width:10px;
    height:10px;
    border-radius: 5px;
    border:1px solid #42d7a5;
    background:#42d7a5;
}
.main p.assort i{
    display:inline-block;
    width:10px;
    height:10px;
    border-radius: 5px;
    border:1px solid #42d7a5;
}
.main input[type="text"]{
    height:50px;
    width:700px;
    padding-left:20px;
    font-size: 18px;
    border:0;
    box-shadow: 0 0 3px rgba(170,170,170,.5);
    outline: none;
}*/
::-webkit-input-placeholder{ /* WebKit browsers */
    color:#b8dae5;
}
:-moz-placeholder{  /* Mozilla Firefox 4 to 18 */  
    color:#b8dae5;
}
::-moz-placeholder{  /* Mozilla Firefox 19+ */
    color:#b8dae5;
}
:-ms-input-placeholder{ /* Internet Explorer 10+ */
    color:#b8dae5;
}
/*.main input[type="button"]{
    height:50px;
    width:122px;
    background-color:#FF8B18;
    border:0;
    padding:0;
    color:#fff;
    font-size:18px;
    vertical-align:bottom;
    cursor: pointer;
    outline: none;
}*/
.foot{
    overflow: hidden;
    width:380px !important;
    /*margin:0 auto;*/
    /*margin-top:870px;*/
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -180px;
}
.foot li{
    font-size:12px;
    color:#fff;
    float:left;
}
.foot li:nth-child(2){
    width:1px;
    height:12px;
    border-left:1px solid #fff;
    margin:0 15px;
    margin-top:3px;
}
/*select{
    width:124px;
    height:70px;
    border:0;
    font-size: 18px;
    color:#3e3a39;
    margin-right: 10px;
    vertical-align: bottom;
    padding-left:20px;
}*/