.forgot-password { top: 50%; margin-top: -170px; height: 420px; &__header { text-align: left; } &__text-wrapper { padding: $pad-base; background-color: $accent-light; border-radius: 4px; margin-bottom: $pad-base; } &__text { font-size: $medium; } &__email { color: $link; } &__button { background-color: $success-light; border-radius: 4px; color: $white; padding: $pad-base; position: relative; text-align: center; text-transform: uppercase; } &__icon { font-size: 35px; left: 18px; position: absolute; top: 14px; } }