.loginPage{
/*    background-image: url("../images/login/bg.png");
    height: 1080px;
    background-repeat: no-repeat;
    position: relative;*/
}
.empty{
    height: 200px;
}
.loginMain{
    width: 450px;
    height: 484px;
    background-color:rgba(255,255,255,0.2);
    margin: 0 auto;
    position: relative;
}
.loginMain .topLeftIcon{
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('../images/login/topLeftIcon.png');
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    background-repeat: repeat;
}

.loginMain .topRightIcon{
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('../images/login/topRightIcon.png');
    width: 30px;
    height: 30px;
    background-repeat: repeat;
    background-size: 100% 100%;
}

.loginMain .botLeftIcon{
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url('../images/login/botLeftIcon.png');
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    background-repeat: repeat;
}

.loginMain .botRightIcon{
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url('../images/login/botRightIcon.png');
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    background-repeat: repeat;
}

.loginMain .userTitle{
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    opacity: 1;
    text-align: center;
    padding-top: 40px;
    letter-spacing: 10px;
    padding-bottom: 80px;
}

.iptBg{
    height: 40px;
    width: 350px;
    border-radius: 10px;
    border: 1px #00B7FF solid;
    margin-left:50px;
    margin-bottom: 40px;
}
input{
    height: 40px;
    width: 350px;
    border-radius: 10px;
    padding-left: 40px;
    background-color:transparent;
    color: #ffffff;
    border: 0;
}
input:focus {
    outline: 0px solid #51c9ff;
}


input::input-placeholder{
	color: #ffffff;
}
input::-webkit-input-placeholder{	
	color: #ffffff;
}
input::-moz-placeholder{			
	color: #ffffff;
}
input::-moz-placeholder{			
	color: #ffffff;
}
input::-ms-input-placeholder{		
	color: #ffffff;
}

.userIcon{
    background-image: url(../images/login/yonghuming.png);
    background-size: 20px 20px ;
    background-repeat: no-repeat;
    background-position-y: 10px;
    background-position-x: 10px;
}
.pwdIcon{
    background-image: url(../images/login/ai-password.png);
    background-size: 20px 20px ;
    background-repeat: no-repeat;
    background-position-y: 10px;
    background-position-x: 10px;
}

.btnPage{
    width: 403px;
    height: 56px;
    background: linear-gradient(359deg, #0176E3 0%, #00B7FF 100%);
    border-radius: 6px 6px 6px 6px;
    opacity: 1;
    color: #ffffff;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 56px;
    margin-left: 25px;
    margin-top: 70px;
    cursor: pointer;
}