		body{
			background: #f7f7f7;
			color: #364D59 !important;
			font-weight: 300;
		}
		.bg-img-sec{
			background-image:  url(../img/bg/banner2.jpg); 
			background-size: cover; 
			background-repeat: no-repeat; 
			background-position: left;
			min-height: 100vh;
			height: 100%;
			position: fixed;
			left: 0;
			top: 0;
		}
		.site-login-sec{
			display: flex;
			align-items: center;
			width: 100%;
			height: 100%;
		}
		.form-control{
			font-size: 1.5rem;
/*			padding: 35px 20px;*/
			border-radius: 15px;
			font-weight: 300;
			background: transparent;
			width: 100%;
			height: 70px;
			position: relative;
			display: block;
			border:none;
			border-bottom: 1px solid #007bff85;
		}
		.glow-shadow{
			position: relative;
		}
		.glow-shadow::before{
			content: "";
			height: 100%;
			width: 100%;
			position: absolute;
			bottom: 0;
			left: 0;
			opacity: .5;
/*			border: 1px solid #007bff;*/
			border-radius: 15px;

		}
		.glow-shadow::before{
			content: "";
			height: 100%;
			width: 100%;
			position: absolute;
			bottom: 0;
			left: 0;
			opacity: .5;
/*			border: 1px solid #007bff;*/
			border-radius: 15px;
			transition: .3s all ease-in-out;	

		}
		.form-control:focus{
			box-shadow: none;
			background:transparent;
		}
		.glow-shadow:has(.form-control:focus)::before{
			height: 70px;
			width: 100%;
			opacity: .5;
/*			border: 1px solid #007bff;	*/
			box-shadow: -10px 0 20px -10px rgba(0, 123, 255, 1);	
		}
		label{
			font-size: 1.2rem;
			font-weight: 400;
		}
		form{
			width: 100%;
		}
		.text-sm{
			font-size: 16px;
		}
		h3{
			display: flex;
			align-items: center;
			justify-content: space-between;
			width: 70px;
		}
		h3 span i{
			font-size: 15px;
		}