body {
    width: 100%;
    overflow: hidden;
    height:auto;
    background: url(../img/bg.jpg) no-repeat;
    background-size: 100%;
}

.p_form {
    width: 234px;
    border-radius: 0px;
    overflow: hidden;
    background: #e1eae6;
    margin: 5% auto 0;
}

.p_form h5 {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    background-color: #c39c65;
    color: #fff;
    text-align: center;
    /* border-left: solid 4px #0d5b5a;
    border-right: solid 4px #0d5b5a; */
    display: block;
    /* margin-bottom: 24px; */
}

.teacher_login_div{
    width: 182px;
    line-height: 39px;
    color: #ccc;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.p_form_input {
    border: 1px solid #ACC9C5;
    background: #e1eae6;
    width: 182px;
    padding: 0 9px;
    height: 39px;
    font-size: 12px;
    color: #000;
}

.submit {
    width: 233px;
    height: 57px;
    border-top: 2px solid #79a9a7;
    cursor: pointer;
}

.login {
    width: 233px;
    height: 57px;
    cursor: pointer;
    line-height: 57px;
    text-align: center;
    font-size: 16px;
    color: #106767;
    letter-spacing: 1px;
    border: none;
    background: none;
    font-family: "Microsoft YaHei";
}

/* 流程图显示 */
.flow {
	text-align: center;
	padding: 0;
	width: auto;
	border-top: 5px solid #ccc;
	margin: 30px auto;
	margin-top: 20px;
    margin-bottom: 0px;
}

.flow .flow_node .flow_node_mode {
	float: left;
	position: relative;
	width: 160px;
	top: -5px;
	border-top: 5px solid #ddd;
}

.flow .flow_node .flow_node_mode_over{
	float: left;
	position: relative;
	width: 160px;
	top: -5px;
	border-top: 5px solid #7abd54;
}

.flow .flow_node .flow_node_mode_over > .flow_node_mode_number{
	background-position: -23px 0;
	position: relative;
	margin: -15px auto 0;
	color: #fff;
	font-weight: 700;
	width: 23px;
	height: 23px;
	background-image: url(../img/flow_status.png);
	line-height: 23px;
}

.flow .flow_node .flow_node_mode_over > .flow_node_mode_name{
	color: #7abd54;
	line-height: 20px;
	font: 12px/150% Arial,Verdana,"\5b8b\4f53";
}

.flow .flow_node .flow_node_mode .flow_node_mode_number {
	position: relative;
	margin: -15px auto 0;
	color: #fff;
	font-weight: 700;
	width: 23px;
	height: 23px;
	background-image: url(../img/flow_status.png);
	line-height: 23px;
}

.flow .flow_node .flow_node_mode .flow_node_mode_name {
	color: #ccc;
	line-height: 20px;
	font: 12px/150% Arial,Verdana,"\5b8b\4f53";
}


/* 输入提示 */
.form-control-feedback {
    right: -20px;
    margin-top: 8px;
}

.control-label-show {
	padding-top: 7px;
}

.navbar{
	width: 100%;
	height: 85px;
	min-height:74px;
	border-bottom: 1px solid #e3e3e3;
	padding: 0px;
}

.control-label{
	font-size: 13px;
}

.computer-target {
  float: right;
  width: 46px;
  height: 46px;
  display: block;
  top: 0;
  right: 0;
  _right: 1px;
  background-image: url(../img/login_type_1.png);
  _background-image: url(../img/login_type_1.png);
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 9999;
  -webkit-transition: background-position .2s cubic-bezier(0.25,.5,.5,.9);
  -moz-transition: background-position .2s cubic-bezier(0.25,.5,.5,.9);
  transition: background-position .2s cubic-bezier(0.25,.5,.5,.9);
  border-top-right-radius: 8px;
}

.qrcode-target {
  float: right;
  width: 46px;
  height: 46px;
  display: block;
  top: 0;
  right: 0;
  _right: 1px;
  background-image: url(../img/login_type_2.png);
  _background-image: url(../img/login_type_2.png);
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 9999;
  -webkit-transition: background-position .2s cubic-bezier(0.25,.5,.5,.9);
  -moz-transition: background-position .2s cubic-bezier(0.25,.5,.5,.9);
  transition: background-position .2s cubic-bezier(0.25,.5,.5,.9);
  border-top-right-radius: 8px;
}

.modal {
  top: 50%;
}

.logo-title {
  float: left;
  display: inline-block;
  width: auto;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: normal;
  margin-top: 12px;
  color: #3c3c3c;
}
		
.navbar-nav>li>a {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #666;
  font-size: 13px;
  text-decoration: none;
}

.navbar-nav>li{
	float:left;
}
