body {
    background-color: #4c4c4c !important;
}
.ftr_btm {
	padding: 30px 0;
	/* background: rgba(0,0,0,0.75); */
	/* background: #404040; */
	background: none;
}
.clients_fd_sec1 {
	/* background: rgba(0,0,0,0.70); */
	background: #4c4c4c;
	background-size: cover;
	position: relative;
	z-index: 2;
	background-position: center bottom !important;
	background-attachment: fixed;
}

.banner {
	padding: 0px;
	position: relative;
	width: 100%;
}
.clients_fd_sec1::after {
	position: inherit;
}
.login_logo_no_header {
	text-align: center;
	padding:30px;
}
.hdr_frm {
	background: rgba(0,0,0,0.05);
	border-radius: 5px;
}

.hdr_frm .form-control {
	background: var(--main-bg-btn);
	height: 34px !important;
}
.hdr_frm_extra {
	padding-top: 70px;
}

.btn1, .btn {
	background: var(--main-bg-btn);
	min-height: 34px !important;
}
.btn1:hover, .btn1:focus, .btn:hover, btn:focus {
	background: var(--main-bg-btn-h) !important;
}
