body,
		html {
			margin: 0;
			padding: 0;
		}
		.background {
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-image: url(../Images/ChatGPT\ Image\ 4\ feb\ 2026\,\ 11_26_55\ p.m..png);
			background-size: cover;
			background-position: center;
			z-index: -1;
		}
		
		.form_container {
			position: fixed;
			background-color: #641025;
			top: 0;
			left: 0;
			width: 520px;
			height: 100vh; 
		}
		
		.login_btn {
			width: 100%;
			background: #c0392b !important;
			color: white !important;
		}
		.login_btn:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.login_container {
			padding: 0 2rem;
		}
		.input-group-text {
			background: #641025 !important;
			color: white !important;
			border: 0 !important;
			border-radius: 0.25rem 0 0 0.25rem !important;
		}
		.input_user,
		.input_pass:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
			background-color: #c0392b !important;
		}