/* Google Fonts */
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url("../fonts/Inter/Inter-Thin.woff2?v=0.0") format("woff2"),
		url("../fonts/Inter/Inter-Thin.woff?v=0.0") format("woff");
}
@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 100;
	font-display: swap;
	src: url("../fonts/Inter/Inter-ThinItalic.woff2?v=0.0") format("woff2"),
		url("../fonts/Inter/Inter-ThinItalic.woff?v=0.0") format("woff");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url("../fonts/Inter/Inter-ExtraLight.woff2?v=0.0") format("woff2"),
		url("../fonts/Inter/Inter-ExtraLight.woff?v=0.0") format("woff");
}
@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 200;
	font-display: swap;
	src: url("../fonts/Inter/Inter-ExtraLightItalic.woff2?v=0.0") format("woff2"),
		url("../fonts/Inter/Inter-ExtraLightItalic.woff?v=0.0") format("woff");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("../fonts/Inter/Inter-Light.woff2?v=0.0") format("woff2"),
		url("../fonts/Inter/Inter-Light.woff?v=0.0") format("woff");
}
@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url("../fonts/Inter/Inter-LightItalic.woff2?v=0.0") format("woff2"),
		url("../fonts/Inter/Inter-LightItalic.woff?v=0.0") format("woff");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/Inter/Inter-Regular.woff2?v=0.0") format("woff2"),
		url("../fonts/Inter/Inter-Regular.woff?v=0.0") format("woff");
}
@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/Inter/Inter-Italic.woff2?v=0.0") format("woff2"),
		url("../fonts/Inter/Inter-Italic.woff?v=0.0") format("woff");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/Inter/Inter-Medium.woff2?v=0.0") format("woff2"),
		url("../fonts/Inter/Inter-Medium.woff?v=0.0") format("woff");
}
@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/Inter/Inter-MediumItalic.woff2?v=0.0") format("woff2"),
		url("../fonts/Inter/Inter-MediumItalic.woff?v=0.0") format("woff");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/Inter/Inter-SemiBold.woff2?v=0.0") format("woff2"),
		url("../fonts/Inter/Inter-SemiBold.woff?v=0.0") format("woff");
}
@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/Inter/Inter-SemiBoldItalic.woff2?v=0.0") format("woff2"),
		url("../fonts/Inter/Inter-SemiBoldItalic.woff?v=0.0") format("woff");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/Inter/Inter-Bold.woff2?v=0.0") format("woff2"),
		url("../fonts/Inter/Inter-Bold.woff?v=0.0") format("woff");
}
@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/Inter/Inter-BoldItalic.woff2?v=0.0") format("woff2"),
		url("../fonts/Inter/Inter-BoldItalic.woff?v=0.0") format("woff");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("../fonts/Inter/Inter-ExtraBold.woff2?v=0.0") format("woff2"),
		url("../fonts/Inter/Inter-ExtraBold.woff?v=0.0") format("woff");
}
@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 800;
	font-display: swap;
	src: url("../fonts/Inter/Inter-ExtraBoldItalic.woff2?v=0.0") format("woff2"),
		url("../fonts/Inter/Inter-ExtraBoldItalic.woff?v=0.0") format("woff");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("../fonts/Inter/Inter-Black.woff2?v=0.0") format("woff2"),
		url("../fonts/Inter/Inter-Black.woff?v=0.0") format("woff");
}
@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 900;
	font-display: swap;
	src: url("../fonts/Inter/Inter-BlackItalic.woff2?v=0.0") format("woff2"),
		url("../fonts/Inter/Inter-BlackItalic.woff?v=0.0") format("woff");
}

:root {
	--font-family-sans-serif: "Inter";
	--font-family-monospace: "Inter";
}

html,
body {
	padding: 0;
	margin: 0;
	font-family: "Inter", "Open Sans", sans-serif;
	min-height: 100vh;
	background-color: #fff;
	font-size: 0.938rem;
}

a {
	color: inherit;
	text-decoration: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h6 {
	font-weight: 400;
}

.card-login {
	border: 0;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 0;
	min-height: 100vh;
}

.card-login .card-left {
	background-image: url("../../../img/illustrations-1.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	background-color: #00a2b9;
}

.card-login .card-right {
	padding: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
}

.logo {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.logo-pln {
	width: 120px;
	height: 40px;
}

.logo-icon {
	width: 125px;
	height: 40px;
}

.title-form {
	text-align: center;
	font-weight: 800;
}

/* Form Input */
.form-group input {
	padding: 10px 12px 10px 12px;
	border: 1px solid lightgrey;
	border-radius: 5px;
	margin-bottom: 5px;
	margin-top: 2px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	letter-spacing: 1px;
}

.form-group input:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid #00a2b9;
	outline-width: 0;
}

/* Form Password */
.form-group .form-password {
	position: relative;
}
.form-group .form-password input[type="password"],
.form-group .form-password input[type="text"] {
	width: 100%;
	padding-right: 40px;
	box-sizing: border-box;
}
.form-group .form-password .toggle-eye {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	user-select: none;
	font-size: 18px;
	color: #666;
}

.btn-login {
	margin-top: 30px;
	text-decoration: none;
	padding: 8px 30px;
	background-color: #00a2b9;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border: 0;
	border-radius: 0.375rem;
	display: block;
	width: 100%;
	border-radius: 5px;
}

.btn-login:hover {
	background-color: #0e5a72;
}

.btn-login:focus {
	outline: 0 !important;
	border: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.hide {
	display: none;
}

@media (max-width: 780px) {
	.card-login .card-right {
		padding: 15px;
		height: 100vh;
		overflow: hidden;
	}
}
