body.landing { background: url(../img/landing-bg.jpg) #162232 center top no-repeat; background-size: cover; } .icon-guest-load { background: url(../img/guest-load.gif) no-repeat; width: 16px; height: 16px; float: right; margin: 5px -7px 0 7px; display: none; } .wrap-landing { max-width: 1000px; margin: 0 auto; } .logo-big { margin: 0 auto; display: block; } .container-landing { float: left; width: 100%; margin: 12% 0 0 0; @include mq(medium) { margin: 9% 0 0 0; } } .teaser-landing { text-align: center; font-size: 21px; font-weight: 300; text-shadow: 0 0 10px rgba(#fff, .6); color: #8798ac; line-height: 29pt; cursor: default; } .choose { float: left; color: #8798ac; margin: 10px 30px; cursor: default; } .container-form-landing { margin: 40px 0; opacity: 0; &.active { transition: all .4s ease-in-out 0s; margin: 60px 0; opacity: 1; } }