.form-login {
	width: 40%;
	margin: 50px auto;
}

.link-forgot-pass {
	float: right;
	font-size: 14px;
	color: #007bff;
}

.link-forgot-pass:hover {
	text-decoration: underline;
	color: #007bff;
	opacity: 0.7;
}

:root {
	box-sizing: border-box;
}

@font-face {
	font-family: "AvertaStdCY-Bold";
	src: url(/assets/fonts/AvertaStdCY-Bold_1.otf);
}

@font-face {
	font-family: "AvertaStdCY";
	src: url(/assets/fonts/AvertaStdCY-Regular_3.otf);
}

.font_bold {
	font-family: "AvertaStdCY-Bold" !important;
}

.font_regular {
	font-family: "AvertaStdCY";
}

body {
	margin: 0;
	font-family: "AvertaStdCY";
	color: #4d4d4d;
}

.slider_bg {
	background: url("/assets/img/bg_slider.png") no-repeat top center / cover;
	height: 100vh;
}

.white-color {
	color: #fff;
}

.flex-align {
	display: flex;
	align-items: center;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.text_shadow {
	text-shadow: 2px 2px 5px rgba(21, 27, 38, 0.4);
}

.content {
	display: flex;
	align-items: center;
	flex-direction: column;
	height: 75%;
	position: relative;
	top: 10%;
}

.content_title {
	font-size: clamp(1.7rem, 3vw, 2rem);
	padding-bottom: 2%;
}
.content_title img{
	border: none;
}

.form_input {
	background-color: #fff;
	border-radius: 1rem;
	box-shadow: 1px 2px 4px 0 rgba(21, 27, 38, 0.4);
	width: 50%;
	max-width: 43rem;
	min-width: 23rem;
	/* padding: 2rem 5% 3rem; */
}

.form_input_title {
	text-align: center;
	color: #424242;
	font-style: italic;
	font-size: 1.3rem;
	padding-bottom: 3.5%;
	/* width: 90%; */
	margin: 0 auto;
}
.form_input_title p{
	color: #424243;
	text-align: center;
	/* font-family: Averta Std CY; */
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 1.8rem;
}

.form_input_item {
	background-color: #fff;
	border: 1px solid #4d4d4d;
	border-radius: 0.75rem;
	height: 4rem;
	padding: 0 1.5rem;
	margin-bottom: 3.5%;
}

.input_item {
	border: none;
	outline: none;
	height: 80%;
	flex: 1;
	font-size: 1.25rem;
}

.img_label_input {
	width: 2.8rem;
	min-width: 2.7rem;
}

.img_label_input img {
	object-fit: contain;
	width: 1.55rem;
	min-width: 1.5rem;
}

.img_label_password img {
	width: 1.28rem;
	min-width: 1.2rem;
}

.img_action_password {
	cursor: pointer;
}

.img_action_password img {
	width: 1.255rem;
	min-width: 1.2rem;
}

.btn_container {
	justify-content: space-evenly;
	padding-top: 2.5%;
}

.btn_auth {
	width: 40%;
	height: 3.4rem;
	border-radius: 0.5rem;
	outline: none;
	border: 1px solid #00cc83;
	color: #00cc83;
	font-size: clamp(0.9rem, 1.25vw, 1.3rem);
	background-color: #fff;
	cursor: pointer;
}

.btn_auth:hover {
	opacity: 0.9;
}

.btn_primary {
	border: 1px solid #00cc83;
	color: #fff;
	background-color: #00cc83;
}

::placeholder {
	color: #bdbaba;
	opacity: 1;
	/* Firefox */
}
.form_input_header{
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	/* border-radius: 1rem; */
    background: #00cc83;
	height:80px;
	display: flex;
    align-items: center;
    justify-content: center;
	color: #FFF;
	text-align: center;
	/* font-family: Averta Std CY; */
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.form_input_content{
	padding: 1rem 11% 3rem;
}
