@font-face {
	font-family: 'Inter';
	weight: 400;
	src: url("/maisperformanceweb/vendor/fonts/Inter/Inter-Regular-slnt=0.ttf")
}

@font-face {
	font-family: 'Jost';
	weight: 400;
	src: url("/maisperformanceweb/vendor/fonts/jost/Jost-Regular.ttf")
}


@font-face {
	font-family: 'Jost-SemiBold';
	weight: 500;
	src: url("/maisperformanceweb/vendor/fonts/jost/Jost-SemiBold.ttf")
}

/*@font-face {
	font-family: 'Jost';
	weight: 500;
	src: url("/maisperformanceweb/vendor/fonts/jost/Jost-SemiBold.ttf")
}*/

body {
	background-image: url('/maisperformanceweb/imagens/bg_web_login.png');
	background-size: 100% 100%;
}

.link_password {
	text-decoration: none;
	color: #47488D;
}

.container-error {
	/* Frame 6 */
	box-sizing: border-box;

	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;

	/* Auto layout */
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px;
	gap: 10px;

	height: 50px;

	background: #FFEBEE;
	border: 1px solid #B71C1C;

	/* Inside auto layout */
	flex: none;
	order: 2;
	flex-grow: 0;
	z-index: 2;
}

.container {
	min-height: 100vh;
	z-index: 999;
	padding: 20px;
	position: relative;
}

.form {
	margin-left: 6%;
	margin-right: 6%;
}

.form-group {
    margin-bottom: 2rem;
}

.icon-warning {
	font-size: 1.5em;
}

.form-control:focus {
	box-shadow: 0 0 0px 1px rgba(6,0,72, 1) !important;
}

#title-performance {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 21px;
	color: #323232;
}

#welcome {
	font-family: 'Jost-SemiBold';
	font-style: normal;
	font-weight: 500;
	font-size: 26px;
	line-height: 21px;
	/* identical to box height, or 81% */

	align-items: center;
	text-align: center;

	color: #060048;
}

#info-login {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;

	align-items: center;
	text-align: center;

	color: #424242;
}

#title-username {
	font-family: 'Jost';
	font-style: normal;
	font-weight:400;
	font-size: 18px;
	line-height: 21px;
	/* identical to box height, or 117% */

	display: flex;
	align-items: center;
	color: #424242;
}

#username {
	border-radius: 5px !important;
}

#title-password {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	align-items: center;
	color: #424242;
}

#password {
	border-radius: 5px !important;
}

#btn-submit {
	background-color: #292B7B !important;
	color: #fff !important;
	border-radius: 5px !important;
}

#text-btn-submit {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
}

#icon-eye {
	font-size: 1.73em;
	cursor: pointer;
	color: #424242;
	padding: 5px;
	border: 1px solid #ced4da;
	border-radius: 0px 5px 5px 0px;
}

#username{
	background-color: #fff !important;
}

#forget-password {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	/* identical to box height, or 131% */

	display: flex;
	align-items: center;
	text-align: right;

	/* Primary 5 */

	color: #47488D;
}
