.vgp-popup {
	position: fixed;
	background-color: #fff;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 500px;
	width: 100%;
	height: auto;
	margin: auto;
	overflow: hidden;
	padding: 30px 35px 35px 35px;
	font-size: 14px;
	border-radius: 16px;
	z-index: 10;
	border: none;
	box-shadow: 0 12px 40px rgba(11, 95, 196, 0.18), 0 2px 8px rgba(0, 0, 0, 0.06)
}

.vgp-popup>.logo {
	margin: 0 auto 10px auto;
	display: block;
	max-height: 80px
}

.vgp-popup .id-login {
	width: 100%
}

.vgp-popup .block-title {
	font-size: 1.5em;
	text-align: center;
	text-transform: uppercase;
	margin: 5px auto 16px auto;
	padding-bottom: 14px;
	color: #1e3a5c;
	font-weight: bold;
	border-bottom: 2px solid #eef1f5;
}

.id-form-input {
	width: 100%;
	height: 50px;
	background-color: #f8fafc;
	border: solid 1px #d7dde5;
	border-radius: 8px;
	padding: 0 15px;
	margin-top: 15px;
	box-shadow: none;
	position: relative;
	transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.id-form-input input {
	width: 100%;
	height: 100%;
	font-size: 1em;
	color: #2d3a4a;
	border: none;
	background: transparent;
}

.id-form-input:hover {
	border: solid 1px #9fc3ef;
	padding: 0 15px
}

.id-form-input:focus-within {
	border-color: #0b79ef;
	background-color: #fff;
	box-shadow: 0 0 0 3px rgba(11, 121, 239, 0.15);
}

.id-form-input select {
	width: 100%;
	height: 100%;
	font-size: 1em;
	color: #2d3a4a;
	border: none
}


.id-form-button {
	width: 100%;
	height: 44px;
	background: linear-gradient(135deg, #1e88f0, #0b5fc4);
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .3px;
	margin-top: 18px;
	padding: 0 15px;
	box-shadow: 0 4px 12px rgba(11, 121, 239, 0.35);
	text-transform: uppercase;
	cursor: pointer;
	transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}

.id-form-button:hover {
	opacity: 1;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(11, 121, 239, 0.45);
}

.button-orange {
	background: linear-gradient(135deg, #ff9138, #e6720f);
	box-shadow: 0 4px 12px rgba(230, 114, 15, 0.35);
}

.button-orange:hover {
	box-shadow: 0 6px 16px rgba(230, 114, 15, 0.45);
}

.button-blue {
	background: linear-gradient(135deg, #1e88f0, #0b5fc4);
}

.button-green {
	background: linear-gradient(135deg, #34c77b, #139754);
	box-shadow: 0 4px 12px rgba(19, 151, 84, 0.35);
}

.button-green:hover {
	box-shadow: 0 6px 16px rgba(19, 151, 84, 0.45);
}

.button-red {
	background: linear-gradient(135deg, #ff5f5f, #d92626);
	box-shadow: 0 4px 12px rgba(217, 38, 38, 0.35);
}

.button-red:hover {
	box-shadow: 0 6px 16px rgba(217, 38, 38, 0.45);
}

.button-black {
	background: linear-gradient(135deg, #4a4a4a, #1a1a1a);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

.id-form-block {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: none;
	font-size: 1em;
	color: #414141;
	margin-top: 15px;
	padding: 0 15px;
	text-align: center
}

.id-form-block a {
	color: #0b5fc4;
	font-weight: 500;
	text-decoration: none;
}

.id-form-block a:hover {
	text-decoration: underline;
}

.id-form-block-forgot {
	text-align: right !important
}

.wrong::after {
	content: "";
	background-size: 200% auto;
	width: 20px;
	height: 20px;
	display: block !important;
	position: absolute;
	top: 9px;
	right: 9px;
	z-index: 1;
	opacity: .69
}

.correct::after {
	content: "";
	background-size: 200% auto;
	width: 20px;
	height: 20px;
	display: block !important;
	position: absolute;
	top: 9px;
	right: 9px;
	z-index: 1;
	opacity: .69
}

.id-form-block-wrong {
	color: #f00;
	line-height: 1.5em;
	padding: 0;
	height: auto
}

.id-paragraph {
	color: #414141;
	font-size: 1em;
	margin: 20px auto 15px auto
}

.id-quote {
	background-color: #f4f6fa;
	border: dashed 1px #d7dde5;
	border-radius: 8px;
	height: 50px;
	line-height: 50px;
	font-size: 1.42em;
	color: #111;
	text-align: center;
	margin: 15px auto
}

.id-quote span {
	color: #0b5fc4
}

.black-scene {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.69;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none
}

popup {
	width: 400px;
	height: auto;
	max-height: 250px;
	background-color: rgba(255, 255, 255, 0.9);
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 1000;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	padding: 20px
}

.id-popup {
	display: none;
	opacity: 1;
	border-radius: 16px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18)
}

.id-popup .id-paragraph {
	width: 100%;
	height: auto;
	border: solid 1px #eef1f5;
	background: #f8fafc;
	padding: 12px;
	border-radius: 10px;
	margin: 15px auto 5px auto
}

.id-popup .id-form-button {
	max-width: 200px
}

.id-popup-alert h4.block-title {
	color: #d92626 !important;
	border-bottom-color: #ffd8d8;
}

.id-popup-choose .id-form-button {
	max-width: 150px;
	display: inline-block;
	margin: 10px 6px
}

.blur {
	filter: blur(3px);
	-webkit-filter: blur(3px)
}

#sec-footer {
	width: 100%;
	position: fixed;
	bottom: 0
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: .25rem;
    padding: 12px 16px;
    border-radius: 10px;
    background: linear-gradient(135deg, #fff4f4, #ffe6e6);
    border: 1px solid #ffb3b3;
    color: #c0392b;
    font-size: 15px;
}

.invalid-success {
    display: block;
    width: 100%;
    margin-top: .25rem;
    padding: 12px 16px;
    border-radius: 10px;
    background: linear-gradient(135deg, #f2fbf6, #e2f7ea);
    border: 1px solid #a7e3bf;
    color: #139754;
    font-size: 15px;
}


.id-form-input select {
	width: 100%;
	height: 100%;
	font-size: 1em;
	color: #2d3a4a;
	border: none;
	background-color: transparent;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	padding-right: 35px;
}

/* Thêm icon mũi tên dropdown */
.id-form-input {
	position: relative;
}

.id-form-input::after {
	content: "▼";
	font-size: 12px;
	color: #999;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}

/* Hover */
.id-form-input select:hover {
	color: #000;
}

/* Focus */
.id-form-input select:focus {
	outline: none;
}

/* Disabled */
.id-form-input select:disabled {
	color: #ccc;
	cursor: not-allowed;
	background-color: #f5f5f5;
}

/* Option */
.id-form-input select option {
	background-color: #fff;
	color: #414141;
	padding: 10px;
}

@media only screen and (max-width: 767px) {
	.vgp-popup {
		width: 400px;
		position: relative;
		margin: 100px auto 0 auto;
		top: 0%;
		left: 0%;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%)
	}
}

@media only screen and (max-width: 480px) {
	body {
		background-image: none
	}
	.vgp-popup {
		width: 100%;
		border: none;
		height: 100%;
		margin: 0 auto;
		padding: 80px 15px 15px 15px
	}
	#sec-footer {
		width: 100%;
		position: relative
	}
}
