.mt-0{
	margin-top:0!important
}
.mb-0{
	margin-bottom:0!important
}
.ml-0{
	margin-left:0!important
}
.mr-0{
	margin-right:0!important
}

.pt-0{
	padding-top:0!important
}
.pb-0{
	padding-bottom:0!important
}
.pl-0{
	padding-left:0!important
}
.pr-0{
	padding-right:0!important
}

.logoTxt {
    font-size: 1.5em;
    line-height: 61px;
    color: #0078D4;
    font-weight: 800;
}
.logoTxt2 {
    display: block;
    font-size: 1.75em;
    color: #0078D4;
    font-weight: 800;
    margin-bottom: 20px;
}


.footer-copyright-area {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.all-content-wrapper {
    position: relative;
    padding-bottom: 62px;
	min-height: 100vh;
}





.import-excel-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.import-excel-btn .link {
    color: #fff;
    font-size: 18px;
}




















/*responsive css*/

@media (min-width: 768px) {
	.mt-sm-10{
		margin-top:10px!important
	}
	.mt-sm-30{
		margin-top:30px!important
	}
}

@media (max-width: 767px) {
	.all-content-wrapper {
	    padding-bottom: 85px;
	}
	.import-excel-btn {
	    left: 15px;
	    transform: translate(0, -50%);
	}
}