/* 登录  */
.bg-white {
	background-color: rgba(255,255,255,0.9)!important;
}
.login-bg {
	background-image: url(/static/images/update-img/bg_login.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    align-items: inherit;
    width: 100%;
    height: 100%;
}				
.login-main {
	position: absolute;
    right: 10%;
    z-index: 100;
    border-radius: 5px;
    background-color: rgba(18, 54, 89, 0.8);
}	
.login-content {
	-webkit-animation:loginAnimations 1.2s;
    -moz-animation:loginAnimations 1.2s;
    animation:loginAnimations 1.2s;
}				
@-webkit-keyframes loginAnimations{
	0%{-webkit-transform: scale(0,0);}
    80%{-webkit-transform: scale(1,1);}
    90%{-webkit-transform: scale(0.86,0.86);}
    92%{-webkit-transform: scale(0.88,0.88);}
    94%{-webkit-transform: scale(0.90,0.90);}
    96%{-webkit-transform: scale(0.95,0.95);}
    98%{-webkit-transform: scale(0.98,0.98);}
    100%{-webkit-transform: scale(1,1);}
}											
@-moz-keyframes loginAnimations{
    0%{-webkit-transform: scale(0,0);}
    80%{-webkit-transform: scale(1,1);}
    90%{-webkit-transform: scale(0.86,0.86);}
    92%{-webkit-transform: scale(0.88,0.88);}
    94%{-webkit-transform: scale(0.90,0.90);}
    96%{-webkit-transform: scale(0.95,0.95);}
    98%{-webkit-transform: scale(0.98,0.98);}
    100%{-webkit-transform: scale(1,1);}
}			
@keyframes loginAnimations{		
    0%{-webkit-transform: scale(0,0);}
    80%{-webkit-transform: scale(1,1);}
    90%{-webkit-transform: scale(0.86,0.86);}
    92%{-webkit-transform: scale(0.88,0.88);}
    94%{-webkit-transform: scale(0.90,0.90);}
    96%{-webkit-transform: scale(0.95,0.95);}
    98%{-webkit-transform: scale(0.98,0.98);}
    100%{-webkit-transform: scale(1,1);}
}
