@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
*{
	font-family: "Manrope", sans-serif;
}
.nav-link{
	color: #005265;
	font-weight: 600;
	text-decoration: underline;
	font-size: 14px;
}
.loho{
	height: 43px;
	margin-bottom: 48px;
}
.form-content{
	max-width:360px;
}
.fs-24{
	font-size: 24px;
}
label{
	font-size: 1rem;
	margin-bottom: 8px;
}
.form-control{
	border:1px solid rgb(95, 152, 165) !important;
	border-radius: 0.25rem;
	height: 45px;
	transition: all .3s;
}
.form-control:focus{
	outline : 2px solid  rgb(95, 152, 165) !important;
	box-shadow:  0 0 0 0!important;
}
.input-box{
	margin-bottom: 1rem;
}
.showpassword{
	border:1px solid rgb(0, 82, 101);
	color: rgb(0, 82, 101)!important;
	border-radius: 0.25rem;
}
.rec{
	color: #005265;
	text-decoration: underline;
}
.btn-primary{
	height:52px;
	color: #FFF!important;
	background: #005265 !important;
	border:0!important;
}
.main{
	height: 100dvh;
}
footer{
	font-size: 14px;
}
footer ul li{
	color: #005265;
	text-decoration: underline;
}
.banner{
	background: url(login-background.1034514b.jpg) top center no-repeat;
	background-size: cover;
}
.pwd{
	letter-spacing: 5px;
}
.circle{
	width: 48px;
	align-content: center;
	text-align: center;
	height: 48px;
	border-radius: 48px;
}
.fs-14{
	font-size: 14px;
}
.sdadt{
	justify-content:flex-end;
}
@media (max-width:991px){
	header{
		position: fixed !important;
		top: 0;
		left: 0;
	}
	.sdadt{
		justify-content: space-between  !important;
	}
	.loho{
		height: 50px;
	}
}