@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	transition: all 0.3s ease-in;
}

body{
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.wave{
	position: fixed;
	bottom: 0;
	left: 0;
	height: 100%;
	z-index: -1;
}

.container{
    width: 100vw;
    height: 100vh;
	display: flex;
	
}
.content-left{
	width: 100%;
	position: relative;
	max-width: 60vw;

}
.content-right{
	width: 100%;
	background-color:white;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.login-content{
	text-align: center;
	background-color: white;
	max-width: 450px;
	width: 100%;
	padding: 1.3em;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 8px;

}

.img img{
	width: 500px;
}

form{
	width: 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.login-content img.login{
    height: 100px;
}

.login-content h2{
	color: #333;
	text-transform: uppercase;
	font-size: 2rem;
}

.login-content .input-div{
	position: relative;
    display: grid;
    grid-template-columns: 7% 93%;
    margin: 25px 0;
    padding: 5px 0;
    border-bottom: 2px solid #d9d9d9;
}

.login-content .input-div.one{
	margin-top: 0;
}

.i{
	color: #d9d9d9;
	display: flex;
	justify-content: center;
	align-items: center;
}

.i i{
	transition: .3s;
}

.input-div > div{
    position: relative;
	height: 45px;
}

.input-div > div > h5{
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #999;
	font-size: 18px;
	transition: .3s;
}

.input-div:before, .input-div:after{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 0%;
	height: 2px;
	background-color: #38d39f;
	transition: .4s;
}

.input-div:before{
	right: 50%;
}

.input-div:after{
	left: 50%;
}

.input-div.focus:before, .input-div.focus:after{
	width: 50%;
}

.input-div.focus > div > h5{
	top: -5px;
	font-size: 15px;
}

.input-div.focus > .i > i{
	color: #38d39f;
}

.input-div > div > input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	background: none;
	padding: 0.5rem 0.7rem;
	font-size: 1.2rem;
	color: #555;
	font-family: 'poppins', sans-serif;
}

.input-div.pass{
	margin-bottom: 4px;
}

a{
	display: block;
	text-align: right;
	text-decoration: none;
	color: #999;
	font-size: 0.9rem;
	transition: .3s;
}

a:hover{
	color: #38d39f;
}

.btn{
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 8px;
	outline: none;
	border: none;
	background-image: linear-gradient(to right, #32be8f, #38d39f, #32be8f);
	background-size: 200%;
	font-size: 1.2rem;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	margin: 1rem 0;
	cursor: pointer;
	transition: .5s;
}
.btn:hover{
	background-position: right;
}

.input-field {
    max-width: 400px;
    width: 100%;
    background-color: #f0f0f0;
    margin: 10px 0;
    height: 55px;
	border-radius: 8px;
    display: grid;
    grid-template-columns: 15% 85%;
    padding: 0 0.4rem;
    position: relative;
}
  
.input-field i {
    text-align: center;
    line-height: 55px;
    color: #acacac;
    transition: 0.5s;
    font-size: 1.1rem;
}
  
.input-field input {
    background: none;
    outline: none;
    border: none;
    line-height: 1;
    font-weight: 600;
    font-size: 1.1rem;
    color: #333;
}
  
.input-field input::placeholder {
    color: #aaa;
    font-weight: 500;
}

form.sign-in-form {
    z-index: 2;
}

@media screen and (max-width: 1050px){
}

@media screen and (max-width: 1000px){
	form{
		width: 290px;
	}

	.login-content h2{
        font-size: 1.4rem;
        margin: 8px 0;
	}

	.img img{
		width: 400px;
	}
}

@media screen and (max-width: 900px){
	.container{
		grid-template-columns: 1fr;
	}

	.img{
		display: none;
	}

	.wave{
		display: none;
	}

	.login-content{
		justify-content: center;
	}
}
.background-building{
	position: relative;
    top: 0;
    left: 0;
	z-index:-1;
    /* width: 200px; */
    /* height: 300px; */
    overflow: hidden;
	width: 100%;
}
.background-building .layered-blur{
	position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /* background-color: #198650bd; */
	/* background: linear-gradient(180deg, rgb(31 125 77) 0%, rgb(5 65 93 / 72%) 100%); */
	background: linear-gradient(180deg, rgb(159 238 198) 0%, rgb(5 65 93 / 72%) 100%);
    mix-blend-mode: multiply;
	padding: 1.7em;
}
.tagline{
	mix-blend-mode: normal;
	color: #333;
	font-size: 12px;
	font-weight:300;
	margin-bottom: 1em;
}

.background-building > img{
	position: relative;
	z-index: 0;
	object-fit: cover;
    /* width: 100%; */
    width: 100%;
	height: 100vh;
}
.mt-4{
	margin-top: 2.3em;
}
.footer{
	font-size: 11px;
	color: #333;
	margin-top: 3rem;
}
.footer span{
	display: flex;
	align-items: center;
}
.title{
	margin-top: 1rem;
}
@media screen and (max-width: 480px), (max-width: 480px) and (-webkit-device-pixel-ratio: 3), (max-width: 480px) and (-webkit-device-pixel-ratio: 2){
	.content-left{
		display: none;
	}
	form{
		width: calc(100% - 20px);
	}
	.footer span{
		flex-direction: column;
	}
}