:root {
	--velocity-red: #c51d23;
}

body.login3 section.hero_form {
	background-image: url("/sites/velocity/img/Image3.jpg") !important;
	background-size: cover !important;
	background-position: center !important;
}

body.login3 .cust_width {
	background: rgba(255, 255, 255, 0.95);
	border-radius: 12px;
	padding: 32px 24px !important;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
	width: 498px !important;
	box-sizing: content-box !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

body.login3 section.hero_form .header_tex.text-center h1 {
	display: none !important;
}

body.login3 section.hero_form .form-group label.fieldLabel {
	color: var(--velocity-red) !important;
}

body.login3 section.hero_form .btn.btn-primary {
	color: var(--velocity-red) !important;
	border-color: var(--velocity-red) !important;
}

body.login3 section.hero_form .btn.btn-primary:last-child {
	background-image: none !important;
	background-color: var(--velocity-red) !important;
	color: #fff !important;
	border-color: var(--velocity-red) !important;
}

body.login3 .footer-section.btm_text {
	text-align: center !important;
	position: relative;
}

body.login3 .footer-section.btm_text * {
	display: none !important;
}

body.login3 .footer-section.btm_text::after {
	content: "Copyright © 2026. Velocity Business Solutions. All rights reserved.";
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-shadow:
		0px 0px 4px #000,
		0px 0px 8px #000;
	padding: 12px 0;
}
