.bg{height:100%;width:100%;background:linear-gradient(-45deg,#cce7e8,#44bcd8,#042f66);background-size:400% 400%;-webkit-animation:gradient 15s ease infinite;animation:gradient 15s ease infinite;position:absolute;left:0;top:0;box-shadow:0 0 5px 0 rgba(0,0,0,.75);z-index:1}.signupWrapper{background:#fff;position:relative;z-index:2;border-radius:3px}.signupWrapper h1{font-size:1.5rem;font-weight:700}.signupWrapper h1:after{display:none}.signupWrapper .form-group label{font-size:.8rem;font-weight:600;color:#333}.signupWrapper ul.sighup_highlights{padding:0}.signupWrapper ul.sighup_highlights li{margin-bottom:1rem;list-style-type:none;font-size:1.3rem}@-webkit-keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}