:root {
	--font-opensans: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-jost: "Jost", sans-serif;
	--font-poppins: "Poppins", sans-serif;
}

:root {
	--main-color: #ae0000;
	--color1: #8d2626;
	--color2: #e24a4a;
	--color3: #fe8b8b;
	--color4: #fedddd;
	--color5: #f9aa33;
}

html, body {
	height: 100%;
	margin: 0;
	background: #f8f9fa;
}

.btn-outline-custom {
	border: 1px solid var(--main-color);
	color: var(--main-color);
}

.btn-outline-custom:link,
.btn-outline-custom:visited {
	border: 1px solid var(--main-color);
	background-color: #fff;
	color: var(--main-color);
}

.btn-outline-custom:hover {
	background-color: var(--main-color);
	color: #fff;
}

.btn-outline-custom.active {
	border: 1px solid var(--main-color);
	background-color: var(--main-color);
	color: #fff;
}


.wrapper {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.login-container {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login-card {
	width: 100%;
	max-width: 1000px;
	height: 600px;
	display: flex;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
}

.login-left {
	background-color: #ffffff;
	flex: 1;
	display: none;
}


.login-right {
	flex: 1;
	background-color: white;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.login-right .title {
	text-align: center;
	font-size: 30px;
	/* line-height: 28px; */
	font-weight: 700;
}

.login-right .sub-title {
	text-align: center;
	font-size: 34px;
	line-height: 40px;
	font-weight: 600;
	color: #fc5077;
	font-family: var(--font-poppins);
}

.form-control:focus {
	border: 2px solid #e0e1e3;
	box-shadow: none;
	outline: none;
}

.icon-accsen {
	color: #bdbdbe;
}

/* .form-control-custom {
	width: 100%;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	background-color: #fff;
	color: #333;
	border: 1px solid #999;
	border-radius: 0.50rem;
	transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.form-control-custom:focus {
	border: 2px solid #000000;
	box-shadow: none;
	outline: none;
}

.form-control-custom::placeholder {
	color: #bbb;
} */


footer {
	text-align: center;
	padding: 15px 0;
	font-size: 0.875rem;
	color: #555;
	border-top: 1px solid #ddd;
	/* background: #fff; */
}

@media (min-width: 768px) {
	.login-left {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}




/* html, body {
	height: 100%;
	margin: 0;
	background: #fedddd;
}

.login-container {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login-card {
	width: 100%;
	max-width: 1000px;
	height: 600px;
	display: flex;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
}

.login-left {
	background-color: #8d2626;
	flex: 1;
	display: none;
}

.login-right {
	flex: 1;
	background-color: white;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (min-width: 768px) {
	.login-left {
		display: block;
	}
} */





/* html {
	height: 100%;
}

body {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
	background-color: #ffebf1;
}

.page-login {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 20px 0;
	margin-top: 6vh;
}

.page-login .container-login {}

.page-login .box {
	width: 80%;
}

.page-login .judul {
	font-size: 30px;
	font-weight: 600;
	color: var(--color1);
}

.page-login .input-login {
	background-color: var(--color4);
	border: none;
	outline: none;
}

.page-login .input-login:focus {
	border: 0;
}

.page-login .input-login::placeholder {
	color: var(--color1);
}

.page-login .icon-accsen {
	color: var(--color1);
}

.page-login .link-lupa-sandi:link,
.page-login .link-lupa-sandi:visited {
	color: var(--color1);
	text-decoration: none;
	font-weight: 600;
}

.page-login .link-lupa-sandi:hover {
	color: var(--color1);
}

.page-login .btn-login {
	background-color: var(--color1);
	color: white;
	font-weight: 600;
	padding: 10px 0px;
}

.page-login .link-login:link,
.page-login .link-login:visited {
	text-decoration: none;
	color: var(--color2);
	font-weight: 700;
}

.link-footer-login:link,
.link-footer-login:visited {
	text-decoration: none;
	color: var(--color2);
	font-weight: 700;
} */






/* CSS VALIDASI PASSWORD */
.box-strength {
	background-color: #e8e8e8;
	padding: 10px;
}

.title-strength {
	font-size: 16pt;
	font-weight: bold;
	color: #333;
}

.box-parameter {
	margin-left: 10px;
}

.valid {
	color: green;
}

.valid:before {
	position: relative;
	left: -4px;
	content: "\2713";
	font-weight: bold;
}

.invalid {
	color: red;
}

.invalid:before {
	position: relative;
	left: -4px;
	content: "\2718";
}