﻿a:link,
a:visited {
    text-decoration:none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}	

body{
	color: #0B1238;
	background: #fff;
	
	font-family: 'Inter', sans-serif;
	}

a{
	color:#0066B3;
	text-decoration:none;
}

.fw-600{
	font-weight: 600;
}
.ic-eye, .ic-eye-slash{
	width: 24px;
	height: 24px;
}
.ic-eye{
	background: url(../imgs/ic_eye.svg);
}
.ic-eye-slash{
	background: url(../imgs/ic_eye-slash.svg);
}
.btn-primary{
background-color: #0066B3 !important;
border-color: #0066B3;
}

#singinLeft{
	background: #0650AF url(../imgs/bg_login.png);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	margin-left: -24px;
	background-size: cover;
}
.text-welcome{
	font-size: 64px;
}
#singinRight{}
#singinLeft, #singinRight{
	
}
#singinRight form{
	max-width: 567px;
	margin: 0 auto;
}
#singinRight .form-control, #singinRight .btn-primary{
	padding-top: .75rem;
	padding-bottom: .75rem;
}

/**/
.input-group .form-control:not(:first-child){
	border-left-color:#fff ;
}
.input-group .form-control:not(:last-child){
	border-right-color:#fff ;
}
.input-group-text{
	background-color: #fff;
}
#ftMb{
	color: #CFDEFF;
}
/*kkk*/
html, body {
	height: 100%;
	overflow: auto;
	margin: 0;
	font-family: "Inter", "Segoe UI", Arial, sans-serif;
	background: #09195D !important; /* nền chính */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* wrapper chính */
.login-wrapper {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
	display: block;
	background-color: #09195D;
}
	/* góc trên trái */
	.login-wrapper::before {
		content: "";
		position: absolute;
		z-index: 1;
		left: -140px;
		top: -120px;
		width: 420px;
		height: 420px;
		border-radius: 50%;
		background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.18), rgba(255,255,255,0.03) 50%, transparent 65%);
		filter: blur(24px);
		opacity: 0.95;
		pointer-events: none;
	}

/* thêm một layer ở header / top-right (dùng pseudo trên .login-body) */
.login-body::before {
	content: "";
	position: absolute;
	z-index: 1;
	right: -120px;
	top: -60px;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.12), transparent 60%);
	filter: blur(22px);
	opacity: 0.9;
	pointer-events: none;
}

/* đốm / ánh sáng dưới phải */
.login-body::after {
	content: "";
	position: absolute;
	z-index: 1;
	right: -220px;
	bottom: -180px;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	background: radial-gradient(circle at 60% 60%, rgba(255,255,255,0.07), transparent 60%);
	filter: blur(36px);
	opacity: 0.85;
	pointer-events: none;
}

.login-header {
	position: relative;
	z-index: 3;
	text-align: center;
	padding-top: 28px;
	padding-bottom: 8px;
	color: #fff;
}

.login-logo {
	/* height: 72px; */
	max-width: 33%;
	display: inline-block;
	margin-bottom: 8px;
}

.login-header h5 {
	margin: 0;
	line-height: 1.05;
	font-weight: 700;
	letter-spacing: 0.6px;
}

	.login-header h5.text-warning {
		color: #ffce00;
		font-weight: 700;
	}

.login-body {
	position: relative;
	z-index: 3; /* trên các hiệu ứng */
	padding: 56px 0 80px;
}

/* ảnh minh họa bên trái */
.login-illustration {
	max-width: 58%;
	height: auto;
	display: inline-block;
	margin: 0 auto;
	transform: translateY(0);
}

/* box form bên phải */
.login-form {
	background: #ffffff;
	border-radius: 14px;
	padding: 28px 30px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.22);
	color: #111;
	max-width: 100%;
	margin: 0 auto;
}

	/* tiêu đề form */
	.login-form h4 {
		margin: 0 0 18px 0;
		font-size: 32px;
		font-weight: 700;
		text-align: center;
	}

/* nhóm radio loại tài khoản */
.user-type {
	display: flex;
	justify-content: center;
	gap: 22px;
	margin-bottom: 18px;
	font-weight: 500;
	font-size: 16px;
}

	.user-type .form-check {
		display: flex;
		align-items: center;
		gap: 8px;
	}

	.user-type .form-check-label {
		cursor: pointer;
		font-weight: 500;
		font-size: 16px;
	}

/* select doanh nghiệp (ẩn/mở) */
#selectDoanhNghiep {
	margin-bottom: 14px;
}

	#selectDoanhNghiep .form-select {
		border-radius: 8px;
		padding: 8px 12px;
		border: 1px solid #d1d1d1;
	}

/* input */
.login-form .form-control {
	border-radius: 8px;
	padding: 10px 12px;
	border: 1px solid #dcdcdc;
	box-shadow: none;
	font-size: 14px;
}

	.login-form .form-control:focus {
		border-color: #005BBB;
		box-shadow: 0 0 0 3px rgba(0,91,187,0.06);
		outline: none;
	}

/* input-group icons (nếu dùng) */
.input-group-text {
	background: transparent;
	border: 1px solid #dcdcdc;
	border-right: none;
	border-radius: 8px 0 0 8px;
}

.input-group .form-control {
	border-radius: 0 8px 8px 0;
	border-left: none;
}

/* liên kết / options */
.login-form .options {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 14px;
	font-size: 13px;
	color: #444;
}

	.login-form .options a {
		color: #005BBB;
		text-decoration: none;
	}

		.login-form .options a:hover {
			text-decoration: underline;
		}

/* button */
.login-form .btn-primary {
	width: 100%;
	background: #C8641B;
	border-color: #C8641B;
	border-radius: 8px;
	padding: 10px 12px;
	font-weight: 700;
}

	.login-form .btn-primary:hover {
		background: #b55315;
		border-color: #9f4210;
	}

/* validation text small */
.text-danger.small {
	font-size: 12px;
}

.form-check-input:checked {
	background-color: #B34E0F;
	border-color: #B34E0F;
}

.foget-pass {
	color: #0F56B3;
	font-size: 16px;
}

.btn-login {
	background-color: #B34E0F;
	color: #fff;
	font-weight: 600;
	border: none;
	border-radius: 6px;
	padding: 10px;
}

	.btn-login:hover {
		background-color: #9a4f15;
		color: #fff;
	}
/* --- Icon con mắt trong ô mật khẩu --- */
.input-with-icon {
	position: relative;
}

	.input-with-icon input {
		padding-right: 40px;
	}

.toggle-password {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	color: #999;
	transition: color 0.2s ease;
	font-size: 1rem;
}

	.toggle-password:hover {
		color: #0056b3;
	}

/* Khi input focus, đổi màu icon */
.form-control:focus + .toggle-password {
	color: #0066cc;
}
.back-btn {
	position: absolute;
	top: 30px;
	left: 25px;
	color: #3B83E8;
	font-size: 18px;
	text-decoration: none;
	transition: color 0.2s ease;
}

	.back-btn:hover {
		color: #007bff;
	}

	.back-btn i {
		margin-right: 5px;
	}

.login-form {
	position: relative;
}/* Responsive fix */
@media (max-width: 576px) {
	.toggle-password {
		right: 12px;
	}
}

/**/
@media (max-width: 1366px){
	.text-welcome{
		font-size: 44px;
	}
}
@media (max-width: 992px){
	.text-welcome{
		font-size: 34px;
	}
	.login-form {
		max-width:600px;
	}
}
@media (min-width: 992px) and (max-width: 1399.98px) {
	.login-body {
		flex-direction: row;
	}

	.login-form h4 {
		font-size: 20px;
	}

	.login-body {
		padding: 0;
	}

	.mb-4 {
		margin-bottom: 5px !important;
	}

	.user-type {
		margin-bottom: 10px;
		font-weight: 500;
		font-size: 14px;
	}
	.login-logo {
		max-width: 30%;
	}
	.login-form label{
		font-size : 14px;
	}
	.btn-login {
		font-size: 14px;
		padding: 5px;
	}
	.login-form .form-control {
		 padding: 5px 6px; 
	}
	.foget-pass {
		font-size: 14px;
	}
	.col-xl-5 {
		width: 35%;
	}
	.g-recaptcha {
		transform: scale(0.75);
		transform-origin: center;
	}
	.login-form .mb-3 {
		margin-bottom: 4px !important;
	}
}
@media (min-width: 1400px) {
/*	.login-form h4 {
		font-size: 32px;
	}

	.login-body {
		padding: 56px 0 80px;
	}

	.mb-4 {
		margin-bottom: 25px !important;
	}

	.user-type {
		margin-bottom: 18px;
		font-weight: 500;
		font-size: 16px;
	}*/
}
@media (max-width: 768px){
	.text-welcome{
		display: none;
	}
	#logUser{
		background: #5187E0 url(../imgs/bg_body-mb.png) no-repeat 50% 100%;
	}
	#singinLeft{
		height: auto !important;
	}
	#singinLeft{
		margin: 0;
		
		text-align: center;
		background: transparent;
	}
	#signin{
		background: #fff;
		border-radius:24px;
		padding: 24px;
	}
}
