*{
    margin: 0;
    padding: 0;
}
.cavs{
    z-index:1;
    position: fixed;
    width:95%;
    margin-left: 20px;
    margin-right: 20px;
}

html,body{
    width: 100%;
    height: 100%;
    background: url("../image/bg.jpg") no-repeat;
    background-size: 100% 100%;
    background-image: linear-gradient(-20deg, #000833 0%, #001aab 100%);
	
}



.loginmain{
    background: rgba(0, 0, 0, 0.37);
    width: 340px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 100px 40px 40px 40px;
    box-shadow: -15px 15px 15px rgba(3, 10, 47, 0.32);
    z-index: 99999;
    border-radius: 2px;
}
.login-title{
    color: #dcdcdc;
    height: 60px;
    font-size: 26px;
    text-align: center;
    margin-top: -44px;
}
.login-con{
    height: 208px;
    position: absolute;
    left: 0;
    width: 100%;
    /* margin: 0 20%;*/
}
.login-user{
    position: relative;
    background: #151a318f;
    height: 53px;
    line-height: 53px;
    margin-bottom: 40px;
}
.icon{
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 0px;
    opacity: 1;
    color: #2d2424;

}
.icon img{
    width: 18px;
    height: 18px;
}
.login-con input{
    width: 88%;
    margin-top: 0px;
    background: rgba(0, 0, 0, 0);
    left: 0px;
    padding: 16px 0px 17px 40px;
    border-top: 0px solid rgba(57, 61, 82, 0);
    border-bottom: 0px solid rgba(57, 61, 82, 0);
    border-right: none;
    border-left: none;
    outline: none;
    font-family: 'Gudea', sans-serif;
    box-shadow: none;
    color: #bdbdbd !important;
    font-size: 14px;
}
.login-pwd, .login-yan{
    position: relative;
    background: #151a318f;
    height: 53px;
    line-height: 53px;
    margin-bottom: 40px;
}
/*
.login-pwd .icon{
    position: absolute;
    z-index: 1;
    left: 36px;
    top: 8px;
    opacity: .5;
}*/
.login-btn{
    margin: 0 auto;
    position: relative;
}
.login-btn input{
    border-radius: 3px;
    background: #3277fcb8;
    border: 2px solid #4FA1D9;
    color: white !important;
    text-transform: uppercase;
    font-size: 11px;
    cursor: pointer;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 53px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}
.login-btn input:hover{
    color: white !important;
    background: #4FA1D9;
    cursor: pointer;
    -webkit-transition-property: background,color;
    transition-property: background,color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}