
/* 登录界面 */
.no-bottom-line {
	border-bottom: 0px;
}

.login-layout {
   /* background-color: #fff;*/
}


.clearfloat {
    float: none;
    margin: 0 auto;
}

/* 登录框部分 */

.login-content .lc-right {
    position: absolute;
    right: 110px;
    top: 70px;
    z-index: 10;
}

.lc-frame {
    width: 350px;
    height: 360px;
    background: #fff;
}

.lc-tab-title {
    position: relative;
    height: 50px;
    border-bottom: 1px solid #eeeeee;
    margin: 0px 5px;
}

.lc-tab-title > div {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    color: #747474;
    text-align: center;
    cursor: pointer;
}

/*.lc-tab-title > div.curr, .lc-tab-title > div:hover {
    color: #bc1a27;
}*/

.lc-tab-title > em.lc-tab-line {
    position: absolute;
    left: 50%;
    top: 5px;
    display: block;
    height: 40px;
    width: 1px;
    border-left: 1px solid #eeeeee;
}

.lc-login {
    clear: both;
    padding: 30px 20px 30px 20px;
}

.form-input > div {
    position: relative;
    height: 65px;
}

.form-input > div > input {
    width: 100%;
    height: 43px;
    padding-left: 53px;
    font-size: 14px;
    border: 1px solid #d2d2d2;
}

.form-input > div > em {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 11;
    display: block;
    width: 46px;
    height: 43px;
    background: #eee;
    font-size: 20px;
    text-align: center;
    line-height: 43px;
}

#form-btn, #forget-btn {
    margin-top: 12px;
    width: 100%;
    height: 40px;
    cursor: pointer;
    border: none;
    outline: none;
    color: #fff;
    font-size: 17px;
    background: #ff6537;
}

#forget-btn {
    background: #909090;
}

.form-label > div {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #4e4e4e;
}

.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}


/* 尾部 */
.footer {
	 background: #f8f8f8 none repeat scroll 0 0;
}

.foot-content {
	height: 200px;
    background: #f8f8f8;
}

.foot-con {
    float: left;
    width: 193px;
    margin-left: 16px;
    padding-top: 55px;
}

.foot-con li.title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 19px;
}

.foot-con li {
    height: 25px;
    list-style: none;
}

.foot-line {
    border-left: 1px solid #ccc;
    width: 80px;
    height: 100px;
    float: left;
    margin-top: 55px;
}

.foot-font {
    float: left;
    padding-top: 30px;
    line-height: 24px;
}

.foot-font li {
	list-style: none;
}

.foot-phone {
    font-size: 24px;
    font-weight: 700;
    color: #ff7300;
}

.foot-end {
    text-align: center;
    padding-top: 40px;
    height: 90px;
}

.foot-end span {
    width: 10px;
    display: inline-block;
}

.foot-end .foot-copy {
    margin-top: 10px;
    font-family: Arial !important;
    color: #979797;
}
.reset-password.login-layout {
    /* background: transparent; */
    width: 100%;
    height: 100%;
    /* background-color: #000; */
    background: #000000;
}
.front.login-layout {
    background: transparent;
}
.reset-password main.login-content {
    max-width: 1200px;
    height: 500px;
    margin: 150px auto;
    background: url(../panel/skin/images/login/bg.jpg) no-repeat;
}
.reset-password #login-box {
    right: -386px;
    top: 50px;
}
.front  .login-container {
    /*float: right;*/
    margin: 0 auto;
    width: 375px;
}
.front.login-layout .navbar{
    background: transparent;
}
.front.login-layout main.login-content{
	display: flex;
	height: 100%;
	position: fixed;
	width: 100%;
}
.front  .login-layout main.login-content .container{
    /*background-image: url("../panel/skin/images/login/bg.jpg");*/
    background-position: center center;
    background-size: cover;min-height: 400px;


}
.front.login-layout .widget-box{
    background-color: #f60;
	width: 365px;
}

.front .login-box .toolbar {
  background: #f80 none repeat scroll 0 0;
  border-top: 2px solid #f70;
}

.left-content{
	width: 40%;
	background-color: #ed5c34;
}

.login-left-title {
    position: absolute;
    left: 15%;
    top: 15%;
}
.login-left-title p {
    margin: 0;
    padding: 0;
    font-size: 40px;
    color: #fff;
}
.login-left-img {
    position: absolute;
    left: 12%;
    top: 45%;
    width: 77%;
}
.login-left-img img {
    width: 350px;
}

.right-content{
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.navbar-container{
	display: none;
}

@media (max-width: 768px){
	.left-content{
		display: none;
	}
	
	.right-content{
		width: 100%;
		background-color: #ed5c34;
	}
	.navbar-container{
		display: block;
		position: fixed;
		top: 10px;
		left: 10px;
		width: 100%;
	}
}