.login-container{ background-image:url('/image/seec_background.png'); background-size: cover; background-attachment:fixed; background-position: center center; background-repeat: no-repeat; padding: 0; height: 100%; width: 100%; } .login-card{ width: 30%; float: right; top: 100px; position: relative; right: 20%; margin-bottom: 100px; &__title{ color: $focus-color; text-align: center; } &__item{ width: 80%; margin-top: 20px; margin-left: 10%; } &__short-item{ width: 42%; margin-top: 20px; margin-left: 10%; display: inline-block; } &__bottom{ margin-top: 10px; margin-bottom: 10px; width: 80%; margin-left: 10%; text-align: center; & a{ text-decoration: none; &:hover{ text-decoration: underline; } } } &__link{ color: $focus-color; } &__canvas{ float: right; width: 33%; margin-right: 10%; display: inline-block; vertical-align: top; margin-top: 20px; text-align: right; } &__right-link{ float: right; color: $common-color; &:hover{ color: $focus-color; } } &__right-button{ float: right; padding-left: auto; padding-right: auto; margin-right: 10%; width: 35%; text-align: center; margin-top: 20px; } }