/* CSS Classes for all files */
.pad-t-5-imp {
	padding-top: 5px !important;
}
.pad-b-5-imp {
	padding-bottom: 5px !important;
}
.text-center{
	text-align:center
}
.pad-l-r-10 {
	padding-left: 10px;
	padding-right: 10px;
}
.dis-flex {
	display:flex;
	align-items: center;
	justify-content: center;
	height:80vh;
	flex-direction: column;
}
.mar-t-20-imp{
	margin-top: 20px !important;
}