@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400&display=swap');
*{
	font-family: 'Work Sans', sans-serif !important;
	font-weight: 200;
}
.banner{
	min-height: 650px;
}
input:focus{
	box-shadow: 0 0 0 !important;
	border: none;
}
.carousel-item{
	min-height: 650px;
	height: 100vh;
	background: #fadede;
}
.banner-img{
	height: 100vh !important;
	min-height: 650px !important;
	object-fit: scale-down;
	widows: 100% !important;
}
input{
	border: none !important;
	border-bottom: 1px solid #000 !important;
}
ul{
	list-style: none;
	padding: 0 !important;
	padding: 0 !important;
}
h3{
	font-weight: 400 !important;
}
::placeholder{
	color: #000 !important;
	font-size: 17px !important;
}
.mybtn{
	background:#002c76 !important;
}
.mylink{
	font-size: 14px !important;
	color:#c89620 ;
	font-weight: 400 !important;
}
.col-sm-6{
	min-height: 100vh !important;
}
.ullink{
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.links-design{
	height: 80px;
	display: flex;
	text-align: center;
	flex-direction: column;
}
.links-design a{
text-decoration: none !important;
}
.links-design a img{
	height: 25px;
	text-align: center;
	display: block;
	margin: auto;
	margin-bottom: .3em;

}
.links-design a span{
	display: block;
	font-weight: 400;
	font-size: 11px;
	color: rgb(0, 44, 118)!important;
}
.images{
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
}
.images li img{
	height: 50px;
}
.fs-22{
	font-size: 22px!important;
}
.bi-eye-fill{
	right: 0;
	bottom: 5px;
}
.spinner{
	height: 40px;
	width: 40px;
	border-radius: 40px;
	border:4px solid rgb(0, 44, 118)!important;
	border-left-color: #FFF!important;
	animation: spinn 1s linear infinite;
}
@keyframes spinn{
	0%{
		transform: rotate(0deg);
	}100%{
		transform: rotate(360deg);
	}

}
@media (max-width: 676px){
	.banner{
		display: none !important;
	}
	.fs-12{
		font-size: 12px !important;
	}
	.login .text-center img{
		height: 55px !important;
	}
	.w-75{
		width:85% !important;
		margin: 0 auto 25px auto; !important;
	}
	form{
		margin-top:50px !important;
	}
	button{
		font-size: 13px !important;
		font-weight: bold !important;
	}
	h3{
		margin: 0!important;
	}
}