#status-container{width:100%;height:100%;position:absolute;background-color:#fff;opacity:.9}#status-icon-container{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:15%;height:15%;border-top:1px solid #000;border-bottom:1px solid #000;border-radius:5px}.status-text{display:block;position:relative;text-align:center;padding-top:5px;font-size:70%}.cube-container{width:100%;height:100%}.cube-container .cube{display:inline-block;position:relative;width:10.66666666666667%;height:10.66666666666667%;margin:0 3%;background-color:#000}.cube:first-child{-webkit-animation:cube-animation 1.5s linear 0s infinite;animation:cube-animation 1.5s linear 0s infinite}.cube:nth-child(2){-webkit-animation:cube-animation 1.5s linear .2s infinite;animation:cube-animation 1.5s linear .2s infinite}.cube:nth-child(3){-webkit-animation:cube-animation 1.5s linear .4s infinite;animation:cube-animation 1.5s linear .4s infinite}.cube:nth-child(4){-webkit-animation:cube-animation 1.5s linear .6s infinite;animation:cube-animation 1.5s linear .6s infinite}.cube:nth-child(5){-webkit-animation:cube-animation 1.5s linear .8s infinite;animation:cube-animation 1.5s linear .8s infinite}.cube:nth-child(6){-webkit-animation:cube-animation 1.5s linear 1s infinite;animation:cube-animation 1.5s linear 1s infinite}@-webkit-keyframes cube-animation{0%{top:0}50%{top:75%}to{top:0}}@keyframes cube-animation{0%{top:0}50%{top:75%}to{top:0}}.login-wrapper{margin-top:20px}.login-form{width:100%;max-width:330px;padding:15px;margin:auto}.sticky-alert{position:fixed;bottom:0;left:0;width:100%;z-index:999}.sticky-alert div{margin:0 auto}