.notification {
	position: fixed;
	z-index: 9999;
	background: #232222ad;
	top: 5%;
	padding: 15px;
	right: 15px;
	color: white;
	border-radius: 10px;
	font-weight: 700;
	letter-spacing: 0.5px;
	display: none;
}
.mt-15{
	margin-top: 15px;
}

label.error {
    color: #a94442;
}
.error {
    border-color: #a94442;
}

/* css for paypal button  */

.button-wrapper label {
    FONT-WEIGHT: 600;
    letter-spacing: 0.5px;
}
.button-wrapper {
    text-align: center;
    font-size: 13px;
}