.form-control:disabled, .form-select:disabled { background-color: #cecece; }
.card-body { background-color: rgba(255, 255, 255, 0); }		

/**PRICE */
.price {
	display: block;
}

.price .sign {
	display: inline-block;
	font-size: 0.938rem; 
	font-weight: 500; 
	vertical-align: bottom;
}

.price .currency {
	font-size: 2.5rem; 
	font-weight: 700; 
	letter-spacing: -0.125rem; 
	line-height: 2.5rem; 
	padding: 0; 
	vertical-align: middle;
}

.price .cent {
	display: inline-block;
	font-size: 1.25rem; 
	font-weight: 500; 
	vertical-align: super;
}

.price .month {
	font-size: 0.938rem; 
	font-weight: 400; 
	vertical-align: bottom;
}