#footer{
	display: none;
}
body{
	height: 100vh;
	overflow: hidden;
	background: #e5e5e5;
}
.blob{
	position: fixed;
	top: 0;
	right: 0;
}
.blob img{
	width: 157px;
}
.login{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.form-img{
	text-align: center;
}
.login-container{
	background: var(--white);
	width: 90%;
	margin: 0 auto;
	margin-top: 60px;
	padding: 20px 15px;
	z-index: 99;
	position: relative;
	border-radius: 5px;
}
.container-head h5{
	text-align: center;
	font-size: 1.8rem;
	font-weight: 800;
}
.container-head p{
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
}
.form-label{
	background: transparent;
	position: absolute;
	left: 15px;
	top: 0;
	color: #726e7c;
	padding: 4px 0;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.2s ease;
	margin-top: 0.4rem;
}
.form-box{
	position: relative;
	margin-bottom: 20px;
}
.form-input{
	border: none;
	outline: none;
	padding: 10px;
	border-bottom: 1px solid var(--border-color);
	width: 100%;
	font-size: 0.9rem;
	background: transparent;
}
.form-input:focus + .form-label{
	top: -19px;
	left: 10px;
	color: var(--primary);
	font-size: 12px;
	font-weight: 500;
	z-index: 10;
}
.form-input:not(:placeholder-shown).form-input:not(:focus) + .form-label{
	top: -19px;
	left: 10px;
	font-size: 12px;
	font-weight: 500;
	z-index: 10;
}
.form-pass i{
	position: absolute;
	top: 57%;
	right: 10px;
	transform: translateY(-50%);
	color: #bcb8b1;
}
.forget-pass,
.no-valid-text{
	font-size: 0.8rem;
	font-weight: 500;
	margin-top: 4px;
	color: #8c8a86;
}
.form-input:focus ~ .underline:before{
	transform: scaleX(1);
}
.form-sub{
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.form-sub button{
	outline: none;
	border-radius: 8px;
	border: none;
	background: var(--primary);
	width: 60%;
	padding: 7px 0;
	color: var(--white);
	font-weight: 500;
}
.credit{
	font-weight: 500;
	font-size: 0.9rem;
	color: #808080;
	margin-top: 40px;
	text-align: center;
}
.btn-img{
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.no-valid{
	margin-top: 20px;
}
.no-valid-btn{
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.no-valid-text{
	margin-top: 0;
	margin-bottom: 8px;
}
.no-valid-btn a{	
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
	border-radius: 8px;
	border: none;
	background: var(--navy);
	padding: 7px 0;
	color: var(--white);
	font-weight: 500;
	width: 100%;
	font-size: 0.8rem;
}
.no-valid-btn a:first-child{
	border: 1px solid var(--navy);
	color: var(--navy);
	background: unset;
}
.forget-btn{
	width: unset !important;
	flex: 1 1 45%;
}
.forget-back{
	font-weight: 500;
	color: var(--navy);
}
.form-forget-box{
	margin-top: 40px;
	margin-bottom: 60px;
}
.forget-small{
	color: #808080;
	font-size: 0.6rem;
	margin-top: 5px;
}
.form-forget-btn{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 8px;
	align-items: center;
}
.forget-done{
	text-align: center;
	padding: 30px 10px;
}
.done-img{
	margin-bottom: 20px;
}
.done-text{
	color: #3d3d3d;
	font-weight: 500;
	font-size: 1.1rem;
}