﻿body{
    background:#666;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
}

.login{
    width: 450px;
    height: 295px;
    margin: auto;
    margin-top: 15%;
    border-radius: 8px;
    padding: 10px;
}
.loginti{
    width: 100%;
    height: 70px;
    color: #ffffff;
    line-height: 50px;
    font-size: 26px;
    font-weight: bold;
	letter-spacing:3px
}
.loginti em{
    background: url(../image/yun.png) right top no-repeat;
    background-size: 23px;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
    padding-top: 20px;
}
.loginnr{
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}
.zh{
    width: 100%;
    height: 58px;		
}
.zh em{
    background: url(../image/login_us.png) center no-repeat;
    background-size: 26px;
    width: 30px;
    height: 58px;
    float: left;
}
.zh span{
    float: left;
    width: 380px;
    height: 58px;
}

.zh input{
    border-bottom: 1px solid #dadada;
    width: 93%;
    height: 35px;
    transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    margin-top: 12px;
}
.zh input:hover{
    border-bottom: 1px solid #66CCFF;
	transition: all 0.1s linear;
	-moz-transition:all 0.1s linear;
	-webkit-transition:all 0.1s linear;
	-o-transition: all 0.1s linear;
}
.zh input:focus{
    border-bottom: 1px solid #66CCFF;
	transition: all 0.1s linear;
	-moz-transition:all 0.1s linear;
	-webkit-transition:all 0.1s linear;
	-o-transition: all 0.1s linear;
}
.zh span i{
    background: url(../image/login_error.png) center no-repeat;
	background-size: 20px;
    width: 5%;
    height: 58px;
    float: right;
	display:none;
}

.mm{
    width: 100%;
    height: 58px;	
}
.mm em{
    background: url(../image/login_pas.png) center no-repeat;
    background-size: 26px;
    width: 30px;
    height: 58px;
    float: left;
}
.mm span{
    float: left;
    width: 380px;
    height:58px;
}
.mm input{
    border-bottom: 1px solid #dadada;
    width: 93%;
    height: 35px;
    transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    margin-top: 12px;
}
.mm input:hover{
    border-bottom: 1px solid #66CCFF;
	transition: all 0.1s linear;
	-moz-transition:all 0.1s linear;
	-webkit-transition:all 0.1s linear;
	-o-transition: all 0.1s linear;

}
.mm input:focus{
    border-bottom: 1px solid #66CCFF;
	transition: all 0.1s linear;
	-moz-transition:all 0.1s linear;
	-webkit-transition:all 0.1s linear;
	-o-transition: all 0.1s linear;
}
.mm span i{
    background: url(../image/login_error.png) 0px 8px no-repeat;
    background-size: 20px;
    width: 5%;
    height:58px;
    float: right;
	display:none;
}
.code{
	height: 38px;
    width: 218px;
    border-bottom: 1px solid #dadada;
}
.btn{
	border: 0px;
    width: 100%;
    height: 58px;
    border-radius: 8px;
    background: #66CCFF;
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
    cursor: pointer;
}

.btn:hover{
    background: #52c5ff;
}







