1 .redirectPageMessage { 2 width: 30%; 3 margin: 20% auto; 4 text-align: center; 5 font-size: 24px; 6 7 .thanks-msg { 8 border-bottom: 1px solid $selectBg; 9 padding-left: 30px; 10 padding-right: 30px; 11 p { 12 margin: 30px auto; 13 font-size: 24px; 14 line-height: 24px; 15 } 16 } 17 .hint-msg{ 18 p { 19 margin: 26px auto; 20 font-weight: 600; 21 font-size: 16px; 22 line-height: 18px; 23 .hint-msg__holder{ 24 font-weight: 200; 25 } 26 } 27 .happy-software{ 28 width: 120px; 29 height: 86px; 30 margin: 0 auto; 31 background: $happySoftwareBackground; 32 } 33 } 34 }