.login-container{background:radial-gradient(ellipse at center,#fffeea 0,#fffeea 35%,#3a80cb 120%);overflow:hidden}.ocean{height:5%;width:100%;position:fixed;bottom:0;left:0;background:#015871}.wave{background:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/85486/wave.svg) repeat-x;position:absolute;top:-198px;width:6400px;height:198px;animation:wave 5s cubic-bezier(.36,.45,.63,.53) infinite;transform:translateZ(0)}.wave:nth-of-type(2){top:-175px;animation:wave 7s cubic-bezier(.36,.45,.63,.53) -.125s infinite,swell 7s ease -1.25s infinite;opacity:1}@keyframes wave{0%{margin-left:0}to{margin-left:-1600px}}@keyframes swell{0%,to{transform:translate3d(0,-25px,0)}50%{transform:translate3d(0,5px,0)}}