.card{
	 border: none;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.14);
     
}
.mt{
	margin-top: 5rem;
}  
.mb{
	margin-bottom: 5rem;
} 
.selectwidth{
	width: 100%;
}
.mt3{
	margin-top: 2rem;
}

.mb3{
	margin-bottom: 3rem !important;
}
.ml10{
    margin-left: 10px;
}