@font-face {
	font-family: "Roboto"; /* Berikan nama bebas untuk font ini */
	src: url("../assets/fonts/Roboto/Roboto-Regular.ttf") format("truetype"); /* Fallback jika woff2 tidak didukung */
	font-weight: normal;
	font-style: normal;
}

html *,
html *:before,
html *:after {
	box-sizing: border-box;
	transition: 0.5s ease-in-out;
}
body,
html {
	background: rgba(29, 121, 114, 1);
	background: linear-gradient(
		45deg,
		rgba(29, 121, 114, 1) 29%,
		rgba(13, 38, 43, 1) 74%
	);

	background-repeat: no-repeat; /* Do not repeat the image */
	background-attachment: fixed;
}
.jumbotronx {
	width: 100%;
	margin: auto;
	padding: 50px;
}
.formLogin {
	width: 100%;
	height: calc(100vh - 100px);
	min-height: 425px;
	border-radius: 20px;
	font-family: "Roboto", sans-serif;
}
.imgleft {
	width: calc(100% - 520px);
	padding: 2.5rem;

	border-radius: 20px 0 0 20px;
	background-image: url("../assets/img/cpanels/imgleft2.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.formLogin .bg .frmkanan {
	width: 100%;
	height: calc(100vh - 100px);
	min-height: 425px;
	display: block;
	border-radius: 0 20px 20px 0;
	background-color: #ffffff;
	font-family: "Roboto", sans-serif;
	padding: 20px 40px;
}
.formLogin .bg .frmkanan h4 {
	font-size: 2.7rem;
	color: rgba(29, 121, 114, 1);
}
.formLogin .bg .frmkanan h3 {
	font-size: 2.7rem;
	color: rgba(29, 121, 114, 1);
	font-weight: bold;
}
.formkanan {
	margin: 0 auto;
	width: 100%;
	min-height: 250px;
	border-radius: 15px;
	box-shadow: 0 0 10px #000000;
	padding: 20px;
}
.formLogin .bg .frmkanan .formkanan h4 {
	font-size: 2.3rem;
	color: rgba(29, 121, 114, 1);
	margin-bottom: 2.5rem;
}
.formLogin .bg .frmkanan .formkanan .forgetpass {
	font-size: 17px;
	color: rgba(29, 121, 114, 1);
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
}
.formLogin form {
	width: 100%;
	max-width: 600px;
}

.formLogin
	.input-group
	> .input-group-append:last-child
	> .btn:not(:last-child):not(.dropdown-toggle),
.input-group
	> .input-group-append:last-child
	> .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
	border-top-left-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
	background-color: rgba(29, 121, 114, 0.9);
	border-top-color: rgba(29, 121, 113, 0.6);
	border-bottom-color: rgba(29, 121, 114, 0.9);
	border-right-color: rgba(0, 0, 0, 0);
	border-left-color: rgba(29, 121, 114, 0.9);
	box-shadow: none;
	color: #fff;
}
.input-group > .input-group-prepend > .input-group-text {
	border-color: rgba(0, 0, 0, 0);
}
.formLogin .form-control:not(:first-child) {
	border-top-right-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
	background-color: rgba(29, 121, 114, 0.9);
	border-top-color: rgba(29, 121, 114, 0.9);
	border-bottom-color: rgba(29, 121, 114, 0.9);
	border-right-color: rgba(29, 121, 114, 0.9);
	border-left-color: rgba(0, 0, 0, 0);
	color: rgba(255, 255, 255, 1);
	box-shadow: none;
	padding-left: 5px;
	border: none;
}
.formLogin .form-control::placeholder {
	color: rgba(255, 255, 255, 0.9);
}
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
	outline: none;
	box-shadow: none;
}

.btnlogin {
	background-color: rgba(29, 121, 114, 1);
	color: #fff;
	width: 100%;
	height: 55px;
	padding: 5px 10px;
	font-size: 20px;
	border-radius: 10px;
	border: 2px solid #fff;
	-webkit-transition:
		background-color 0.6s ease-out,
		color 0.6s ease-out,
		border-color 0.6s ease-out;
	-moz-transition:
		background-color 0.6s ease-out,
		color 0.6s ease-out,
		border-color 0.6s ease-out;
	-o-transition:
		background-color 0.6s ease-out,
		color 0.6s ease-out,
		border-color 0.6s ease-out;
	transition:
		background-color 0.6s ease-out,
		color 0.6s ease-out,
		border-color 0.6s ease-out;
}

.btnlogin:focus,
.btnlogin:active,
.btnlogin:hover {
	background-color: rgba(29, 121, 114, 0.9);
	text-decoration: none;
	color: #ffffff;
	border-color: rgba(255, 255, 255, 1);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border: 1px solid green;
	-webkit-text-fill-color: green;
	-webkit-box-shadow: 0 0 0px 1000px #000 inset;
	transition: background-color 5000s ease-in-out 0s;
}
input:-webkit-autofill {
	-webkit-text-fill-color: white !important;
}
/*// Small devices (landscape phones, 576px and up)*/
@media (max-width: 575.98px) {
	.jumbotronx {
		max-width: 575px;
		height: 100%;
		padding: 10px;
	}
	.imgleft {
		width: calc(100% - 520px);
		padding: 2.5rem;
		border-radius: 20px 0 0 20px;
		background-image: url("../assets/img/cpanels/imgleft2.webp");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.formLogin {
		width: 100%;
		height: 325px;
		border-radius: 20px;
		font-family: "Roboto", sans-serif;
	}
	.formLogin .bg {
		width: 100%;
		height: 641px;
		border-radius: 20px;
		background-color: rgba(255, 255, 255, 0.1);
		box-shadow: 0px 0px 10px #000000;
		margin: 40px auto;
	}
	.formLogin .bg .imgleft {
		width: 100%;
		height: 240px;
		border-radius: 20px 20px 0 0;
		padding: 0.3rem;
	}
	.formkanan {
		margin: 0 auto;
		width: 100%;
		min-height: 279px;
		border-radius: 15px;
		box-shadow: 0 0 10px #000000;
		padding: 20px;
	}
	.formLogin .bg .frmkanan {
		width: 100%;
		height: 400px;
		min-height: 400px;
		border-radius: 0 0 20px 20px;
		background-color: #ffffff;
		font-family: "Roboto", sans-serif;
		padding: 20px;
		margin-bottom: 20px;
	}
	.formLogin .bg .frmkanan h4 {
		font-size: 1rem;
		color: rgba(29, 121, 114, 1);
		line-height: 6px;
		margin-top: 20px;
	}
	.formLogin .bg .frmkanan h3 {
		font-size: 1.5rem;
		color: rgba(29, 121, 114, 1);
		font-weight: bold;
		margin-bottom: 1rem;
	}

	.formLogin .bg .frmkanan .formkanan h4 {
		font-size: 1.3rem;
		color: rgba(29, 121, 114, 1);

		margin-bottom: 1rem;
	}
	.textbottomimg {
		margin-bottom: 2rem;
		font-size: 12px !important;
	}
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	.jumbotronx {
		max-width: 575px;
		height: 100%;
		padding: 10px;
	}
	.imgleft {
		width: calc(100% - 520px);
		padding: 2.5rem;
		border-radius: 20px 0 0 20px;
		background-image: url("../assets/img/cpanels/imgleft2.webp");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.formLogin {
		width: 100%;
		height: 325px;
		border-radius: 20px;
		font-family: "Roboto", sans-serif;
	}
	.formLogin .bg {
		width: 100%;
		height: 641px;
		border-radius: 20px;
		background-color: rgba(255, 255, 255, 0.1);
		box-shadow: 0px 0px 10px #000000;
		margin: 20px auto;
	}
	.formLogin .bg .imgleft {
		width: 100%;
		height: 240px;
		border-radius: 20px 20px 0 0;
		padding: 0.3rem;
	}
	.formkanan {
		margin: 0 auto;
		width: 100%;
		min-height: 279px;
		border-radius: 15px;
		box-shadow: 0 0 10px #000000;
		padding: 20px;
	}
	.formLogin .bg .frmkanan {
		width: 100%;
		height: 400px;
		min-height: 400px;
		border-radius: 0 0 20px 20px;
		background-color: #ffffff;
		font-family: "Roboto", sans-serif;
		padding: 20px;
		margin-bottom: 20px;
	}
	.formLogin .bg .frmkanan h4 {
		font-size: 1rem;
		color: rgba(29, 121, 114, 1);
		line-height: 6px;
		margin-top: 20px;
	}
	.formLogin .bg .frmkanan h3 {
		font-size: 1.5rem;
		color: rgba(29, 121, 114, 1);
		font-weight: bold;
		margin-bottom: 1rem;
	}

	.formLogin .bg .frmkanan .formkanan h4 {
		font-size: 1.3rem;
		color: rgba(29, 121, 114, 1);

		margin-bottom: 1rem;
	}
	.textbottomimg {
		margin-bottom: 2rem;
		font-size: 12px !important;
	}
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	.jumbotronx {
		max-width: 575px;
		height: 100%;
		padding: 10px;
	}
	.imgleft {
		width: calc(100% - 520px);
		padding: 2.5rem;
		border-radius: 20px 0 0 20px;
		background-image: url("../assets/img/cpanels/imgleft2.webp");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.formLogin {
		width: 100%;
		height: 325px;
		border-radius: 20px;
		font-family: "Roboto", sans-serif;
	}
	.formLogin .bg {
		width: 100%;
		height: 641px;
		border-radius: 20px;
		background-color: rgba(255, 255, 255, 0.1);
		box-shadow: 0px 0px 10px #000000;
		margin: 20px auto;
	}
	.formLogin .bg .imgleft {
		width: 100%;
		height: 240px;
		border-radius: 20px 20px 0 0;
		padding: 0.3rem;
	}
	.formkanan {
		margin: 0 auto;
		width: 100%;
		min-height: 279px;
		border-radius: 15px;
		box-shadow: 0 0 10px #000000;
		padding: 20px;
	}
	.formLogin .bg .frmkanan {
		width: 100%;
		height: 400px;
		min-height: 400px;
		border-radius: 0 0 20px 20px;
		background-color: #ffffff;
		font-family: "Roboto", sans-serif;
		padding: 20px;
		margin-bottom: 20px;
	}
	.formLogin .bg .frmkanan h4 {
		font-size: 1rem;
		color: rgba(29, 121, 114, 1);
		line-height: 6px;
		margin-top: 20px;
	}
	.formLogin .bg .frmkanan h3 {
		font-size: 1.5rem;
		color: rgba(29, 121, 114, 1);
		font-weight: bold;
		margin-bottom: 1rem;
	}

	.formLogin .bg .frmkanan .formkanan h4 {
		font-size: 1.3rem;
		color: rgba(29, 121, 114, 1);

		margin-bottom: 1rem;
	}
	.textbottomimg {
		margin-bottom: 2rem;
		font-size: 12px !important;
	}
}
/*//  large devices (large desktops, 992px and up)*/

@media (min-width: 992px) and (max-width: 1199.98px) {
	.formLogin .bg {
		width: 100%;
		height: 100%;
		border-radius: 20px;
		background-color: rgba(255, 255, 255, 0.1);
		box-shadow: 0px 0px 10px #000000;
	}
	.formLogin .bg .imgleft {
		width: 100%;
		max-width: 600px;
		padding: 2.5rem;
	}
	.formLogin .bg .frmkanan {
		width: 100%;
		height: calc(100vh - 100px);
		border-radius: 0 20px 20px 0;
		background-color: #ffffff;
		font-family: "Roboto", sans-serif;
		padding: 20px 40px;
	}
	.formLogin .bg .frmkanan h4 {
		font-size: 2rem;
		color: rgba(29, 121, 114, 1);
		line-height: 6px;
		margin-top: 20px;
	}
	.formLogin .bg .frmkanan h3 {
		font-size: 2rem;
		color: rgba(29, 121, 114, 1);
		font-weight: bold;
		margin-bottom: 3rem;
	}

	.formLogin .bg .frmkanan .formkanan h4 {
		font-size: 1.9rem;
		color: rgba(29, 121, 114, 1);

		margin-bottom: 1.5rem;
	}
}
/*// Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) and (max-width: 1423.98px) {
	.formLogin .bg {
		width: 100%;
		height: 100%;
		border-radius: 20px;
		background-color: rgba(255, 255, 255, 0.1);
		box-shadow: 0px 0px 10px #000000;
	}
	.formLogin .bg .imgleft {
		width: calc (100% - 520px);
		padding: 2.5rem;
	}
	.formLogin .bg .frmkanan {
		width: 100%;
		height: calc(100vh - 100px);
		border-radius: 0 20px 20px 0;
		background-color: #ffffff;
		font-family: "Roboto", sans-serif;
		padding: 20px 40px;
		display: block;
	}
	.formLogin .bg .frmkanan h4 {
		font-size: 2.3rem;
		color: rgba(29, 121, 114, 1);
		line-height: 6px;
		margin-top: 20px;
	}
	.formLogin .bg .frmkanan h3 {
		font-size: 2.3rem;
		color: rgba(29, 121, 114, 1);
		font-weight: bold;
		margin-bottom: 3rem;
	}

	.formLogin .bg .frmkanan .formkanan h4 {
		font-size: 1.9rem;
		color: rgba(29, 121, 114, 1);

		margin-bottom: 1.5rem;
	}
}
@media (min-width: 1424px) {
	.formLogin .bg {
		width: 100%;
		height: 100%;
		border-radius: 20px;
		background-color: rgba(255, 255, 255, 0.1);
		box-shadow: 0px 0px 10px #000000;
	}
}
.btn-outline-teal {
	border: 1px solid rgba(29, 121, 114, 1);
	color: rgba(29, 121, 114, 1);
	height: 45px;
}
.btn-outline-teal:hover {
	background-color: rgba(29, 121, 114, 1);
	color: #ffffff;
}
