.wrap {
	width: 100%;
	height: 100%;
	background: url(../../img/login/loginBg.png) no-repeat;
	background-size: 100% 100%;
    position: absolute;
}
p{
    margin:0;
}

.box {
	width: 380px;
	background: white;
	padding-bottom: 25px;
	-webkit-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.13);
	-ms-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.13);
    box-shadow:0px 4px 18px 0px rgba(0, 0, 0, 0.13);
	border-radius: 4px;
	position: absolute;
	top: 45%;
	right: 10%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
	.box.find-pwd {
		left: 50%;
		right: auto;
	}
.loginLeftImg{    
	position: absolute;
	top: 20%;
	left: 18%;	
}
.loginLeftImg img{
    width:705px;
}



/*头部图片*/
.boxHead {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 10px;
}

.boxHead .head {
	width: 207px;
	margin: 0 auto;
}

.boxContent {
	width: 100%;
	padding: 0 44px;
	box-sizing: border-box;
}

/*Muse-ui样式调整*/
.mu-input{
    width:100%;
}
.mu-input__focus{
    color:#1ab394 !important;
}
.mu-input.has-label:last-of-type{
    margin-bottom:0;
}


.boxContent .tab .list {
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
	position: relative;	
	margin-top: 20px;
}
.boxContent .tab .list p{
    font-size:12px;
    color:#999;
}

.boxContent .tab .list input[type="text"],
.boxContent .tab .list input[type="password"] {
	display: inline-block;
	vertical-align: middle;
	width: 220px;
	font-size: 14px;
    height:37px;
}

.boxContent .tab .list .rightImg {
	width: 24px;
	position: absolute;
	right: 10px;
	bottom: 8px;
}

.boxContent .tab .list .checkCode {
	width: 100px;
	position: absolute;
	right: 0px;
	bottom: 6px;
}
.check {
	/*margin-top: 10px;*/
	margin-bottom: 25px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.check input[type="checkbox"] {
	display: none;
}

.check label {
	font-size: 12px;
	cursor: pointer;
	color: #999999;
	float: left;
}

.check label i {
	font-size: 20px;
	font-style: normal;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	vertical-align: middle;
	border: 1px solid #1ab394;
	margin-right: 15px;
}

.check input[type="checkbox"]:checked+i {
	background: #1ab394;
}

.check .left{
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.check .right{
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.check a {
	color: #999;
    font-size:12px;
}
.check a:hover{
    color:#1ab394;
}

/*.btn {
    width: 300px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #1ab394;
    color: white;
    border-radius: 3px !important;
    padding: 0;
    font-size: 14px !important;
    border: 1px solid #1ab394 ;
}
.btn:hover {
    background: white;
    color: #1ab394;
}
.btn:focus {
    background: #1ab394;
    color: white;
    outline: none !important;
}
.btn:hover:focus{
    background: #1ab394;
    color: white;
}*/



.btn-primary {
    background: #1ab394;
    color: white;
    border: 1px solid #1ab394;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 3px;
    padding: 7px 10px;
    outline:none !important;
}
.btn-primary:focus, .btn-primary:hover {
    background: rgb(72, 194, 169);
    border-color: rgb(72, 194, 169);
    color: #fff;
}
.btn-primary:active,.btn-primary:active:hover,.btn-primary:active:focus{
    background: rgb(23, 161, 133);
    border-color: rgb(23, 161, 133);
    color: #fff;
}

#btnLogin{
    width: 100%;
}
.btnGrop .btn{
    width:136px;
    display:inline-block;
}
.btnGrop .btn:nth-of-type(1){
    margin-right:15px;
}

.tab .list i{
	/*position: absolute;
	left: 40px;
	top: 33px;
	font-size: 10px;
	color: #cc2929;
	display: inline-block;
	display: none;*/
}
.tabPwd .list:nth-of-type(1){
	margin-top: 25px;
}

/*验证码登录*/
.boxContent .tabCode li:nth-of-type(1){
	margin-top: 70px;
	margin-bottom: 70px;
}
.boxContent .tabCode li:nth-of-type(2) span{
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 16px;
    color: #1ab394;
}
.boxContent .tabCode li:nth-of-type(3){
	margin-top: 102px !important;
}

/*修改密码页面*/
.passwordWarn h4{
	font-size: 20px;
	color: #333333;
	text-align: center;
	margin: 0;
	margin-top: 10px;
	font-weight: normal;
}
.passwordWarn p{
	margin: 15px 44px 25px;
	font-size: 14px;
	color: #999999;
	text-align: center;
}
.passwordWarn .aferChange:hover{
	/*color: white;
	background: #1ab394;*/
}
.passwordWarn button:nth-of-type(1){
	/*margin-bottom: 25px;*/
}
.passwordWarn button:nth-of-type(2){
	/*background: #CCCCCC;*/
}

.passwordChange{
	margin-top: 15px;
}
.passwordChange .list{
	position: relative;
	border-bottom: 1px solid #E5E5E5;
}
.passwordChange .list label{
	display: block;
	font-size: 16px;
	color: #333333;
	margin-bottom: 0;
}
.passwordChange .list input{
	height: 46px;
	width: 90%;
}
.passwordChange .list img{
	width: 24px;
    position: absolute;
    right: 0;
    bottom: 10px;
}
.passwordChange .list:nth-of-type(2){
	margin-top: 25px;
	margin-bottom: 30px;
}
.passwordChange .list:nth-of-type(3){
	border: none;
}

.btn-default{
    font-size:14px;
    padding:7px 10px;
}
.passwordWarn .btn{
    width:49%;
}

/*密码修改成功*/
.iBox{
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.6;
}
.iBox .passwordSuccess{
	width: 387px;
	height: 120px;
	text-align: center;
	line-height: 120px;
	background: white;
	border-radius: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.iBox .passwordSuccess img{
	display: inline-block;
	vertical-align: middle;
	width: 50px;
}
.iBox .passwordSuccess span{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #333333;
	margin-left: 10px;
}

/*忘记密码*/
.forgetPwd h5{
	font-size: 16px;
	color: #666666;	
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
}
.forgetPwd p{
	font-size: 12px;
	color: #999999;
	margin: 0 20px;
	line-height: 1.2rem;
	text-align: center;
}
.forgetPwd .iPhone{
	margin-top: 32px !important;
	margin-bottom: 35px;
}
.forgetPwd button{
	/*margin-bottom: 5px;*/
}

/*找回密码成功弹窗*/
.iBox .findPwd img{
	display: block;	
	margin: 0 auto;
	margin-top: 20px;
}
.iBox .findPwd span{
	display: block;
	font-size: 14px;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 20px;
	line-height: 1;
}
.forgetPwd .btn{
    width:100%;
}

/*版权*/
.copy{
    width:100%;
    position:absolute;
    left:0;
    bottom:1%;
    text-align:center;
    font-size:12px;
    color:#1ab394;
}

/*小屏幕下样式*/
@media (max-width: 1500px){
   .box{
        top: 50%;
        right: 0;
   }
   .box.find-pwd{
	   left: 50%;
	   right: auto;
   }
   .loginLeftImg{
       left: 10%;
   }
   .loginLeftImg img{
       width:600px;
   }
}

/*手机端样式*/
@media (max-width: 768px){
   .box{
       top: 50%;
       left:50%;
   }
   .loginLeftImg{
       display:none;
   }   
}

/*登录页面样式调整*/
.mu-input-help > div:nth-of-type(2){
    display:none;
}
.mu-primary-color{
    background-color: #1ab394;
}
.mu-raised-button{
    box-shadow: none !important;
}
.btnGrop button{
    width:49%;
}

/*.boxContent .tabClick {
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #E5E5E5;
}

.boxContent .tabClick li {
	display: inline-block;
	width: 50%;
	float: left;
	line-height: 40px;
	text-align: center;
	color: #999999;
	font-size: 17px;
	cursor: pointer;
}

.boxContent .tabClick .active {
	color: #1ab394;
	border-bottom: 2px solid #1ab394;
}*/

.demo-text{
    padding-top:14px;
    height:200px;
}

.mu-input{
    margin-bottom:0;
}
.demo-text span{
    cursor:pointer;
    font-size:14px;
}

.mu-secondary-text-color{
    color: #1ab394;
}

.mu-tab-link-highlight{
    background-color: #1ab394;
}

.mu-tabs-inverse {
    background-color: white;
}

.mu-tab-wrapper{
   min-height: 47px;
}
.mu-tabs-inverse{
    border-bottom: 1px solid #f2f2f2;
}



