h1,h2,h3,h4,h5,span{
	margin-bottom:0px !important;
}
.main-card{
	width:100%;
	background-color:red;
	border-radius: 20px;
	-webkit-box-shadow: -3px 3px 15px 1px rgba(0,0,0,0.24); 
	box-shadow: -3px 3px 15px 1px rgba(0,0,0,0.24);
}
.c-card-header{
	height: 60px;
	width: 100%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 20px;
}
.card-content{
	height: 100%;
	background-color:#F9FAFD;
	padding-left: 20px;
	padding-right: 20px;
}
.buttons{
	height:60px; 
	width:100%;
	align-items: center;
	justify-content: flex-end;
	display: flex;
	flex-direction: row;
}
.buttons > button{
	margin-left: 10px;
	margin-right: 10px;
}
label{
	margin-top:10px;
}