.title {
	text-align: center;
}

.rowpad {
 padding-right: 3%;
 padding-left: 3%;
 

}

.img-responsive-center {
    margin: 0 auto;
}

.shareicon {
	border: 0px;
}

.shareIconBg-1 {background: #2281CF;}
.shareIconBg-2 {background: #64D448;}
.shareIconBg-3 {background: #3B5998;}
.shareIconBg-4 {background: #00ACED;}
.shareIconBg-5 {background: #CB2027;}
.shareIconBg-6 {background: #1fda27;}
.shareIconBg-7 {background: #ff9800;}
.shareIconBg-8 {background: #607d8b;}

.couponCode {
    font-size: 24px;
}.couponCodeLabel {
    font-size: 24px;
}

.errorMessageContainer {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.errorMessageTitle {
    color:#dd5575;
    margin-top: 25px;
}

.errorMessageDescription {
    margin: 15px;
    text-align: center;
}

