@charset "UTF-8"; @import "../buttons.less"; .layoutblock-topmenu.empty { background: none; } .layoutblock-app { min-height: 1px; } .login-form { padding-top: 50px; padding-bottom: 25px; .form-container-upper { width: 245px; margin: 0 auto; td { vertical-align: middle; padding: 7px 0; } input { margin-left: 5px; width: 140px; } } .form-container-lower{ width: 300px; margin: 15px auto 0 auto; } img.label { float:left; width: 100px; height: 20px; } .login { float: left; #orangebutton > .orange01; } .cancel { float: left; #orangebutton > .orange02; } .unlock { float: left; #orangebutton > .orange21; } } .character { margin-right: 100px; float:right; -webkit-animation-duration: 6s; -webkit-animation-timing-function: ease-in; -webkit-animation-iteration-count: infinite; -webkit-transform-origin: bottom center; -webkit-animation-name: outer05; } @-webkit-keyframes outer05 { 0% { -webkit-transform: scale(1, 1); } 48% { -webkit-transform: scale(1, 1); } 50% { -webkit-transform: scale(1.1, 0.9); } 53% { -webkit-transform: scale(0.9, 1.1) translate(0, -5px); } 57.5% { -webkit-transform: scale(1, 1) translate(0, -3px); } 59% { -webkit-transform: scale(1, 1) translate(0, 0px); } 100% { -webkit-transform: scale(1, 1); } }