*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.wave{
	padding:0px;
	position: fixed;
	bottom: 0;
	left: 0;
	/* height: 100%; */
	height: 64%;
	z-index: -1;
}

.login-container{
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap :7rem;
    padding: 0 2rem;
}

.img{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.login-content{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
}



.login-content img
{
	display:none;
}

.img img{
	width: 500px;
}

.Login-Form{
	width: 410px;
}

.login-content img{
    height: 100px;
}

.login-content h2{
	margin: 15px 0;
	color: #333;
	text-transform: uppercase;
	font-size: 28px;
}

.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: 16px;
	transition: .3s;
}

.input-div:before, .input-div:after{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 0%;
	height: 2px;
	background-color: #34bb9d;
	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: #34bb9d;
}

.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: 10px;
}

.anchor-tag{
	display: block;
	text-align: right;
	text-decoration: none;
	color: #03354f;
	font-size: 0.9rem;
	transition: .3s;
}

.anchor-tag:hover{
	color: #03354f;
}

.remMe
{
	float:left;
	color: #999;
	font-size: 0.9rem;
	transition: .3s;
}

.remMe:hover{
	color: #34bb9d;
}

.styled-input-single label:after
{
	background:#34bb9d !important;
}

.login-btn{
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 25px;
	outline: none;
	border: none;
	background-image: linear-gradient(to right, #34bb9d, #34bb9d, #34bb9d);
	background-size: 200%;
	font-size: 1.2rem;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	/* text-transform: uppercase; */
	margin: 1rem 0;
	cursor: pointer;
	transition: .5s;
}

.login-btn:hover{
	color: #fff;
	background-position: right;
}

.google-sign-btn {
	background-color: #DB4437;
	color: #fff;
	border-radius: 100px;
	font-size: 12px;
	border-color: #DB4437;
}

.google-sign-btn:hover {
	color: #fff;
}

.facebook-btn {
	background-color: #3b5998;
	color: #fff;
	border-radius: 100px;
	font-size: 12px;
}

.facebook-btn:hover {
	color: #fff;
}

.account-text {
	color: #999;
	font-size: 0.9rem;
}

.social-button{
	display:contents;
}

@media screen and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	
	.login-container{
		grid-template-columns: 1fr;
		overflow:auto;
	}

	.img{
		display: none;
	}

	.wave
	{
		/* padding-top:139px; */
		display: none;
	}
	.login-content img
	{
		display:block !important;
		padding-left:10px;
		/* width:262px; */
		height:190px;
		margin-bottom:-5px;
		margin-top:-100px;
	}

	.login-content{
		justify-content: center;
	}

	.anchor-tag
	{
		color: #fff;
	}

	.anchor-tag.forgot-pass
	{
		color: #34bb9d;
	}
}

@media screen and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
	
}

@media screen and (max-width: 1050px){
	.login-container{
		grid-gap: 5rem;
	}
}

@media screen and (max-width: 1000px){
	.Login-Form{
		width: 300px;
	}

	.login-content h2{
        font-size:20px;
		margin-top:10px;
		font-weight: 700;
	}

	.img img{
		width: 400px;
	}
	.fa-facebook, .fa-google-plus-g
	{
		font-size:12px;
	}
	
	.google-btn,.facebook-btn
	{
		font-size: 10px;
	}
}

@media screen and (max-width: 900px) {
	.login-container {
		grid-template-columns: 1fr;
		grid-gap: 2rem;
		padding: 0 1rem;
	}
	.login-content{
		justify-content: center;
	}
	.img {
		display: none;
	}
	.login-content img {
		display: block !important;
		height: 300px;
		margin: 0 auto 10px auto;
	}
	.Login-Form {
		width: 90vw;
		max-width: 400px;
		position: relative;
	}
	.wave{
		height: 40%;
	}
	.forgot-pwd{
		right: 0 !important;
	}
}

@media screen and (max-width: 600px){
	.login-container{
		grid-template-columns: 1fr;
		overflow:auto;
	}

	.img{
		display: none;
	}

	.wave
	{
		/* padding-top:190px; */
		display: none;
	}
	.login-content img
	{
		display:block !important;
		padding-left:10px;
		/* width:262px; */
		height:190px;
		margin-bottom:-5px;
		margin-top:-100px;
	}

	.login-content{
		justify-content: center;
	}

	.anchor-tag
	{
		/* color: #fff; */
	}

	.anchor-tag.forgot-pass
	{
		color: #34bb9d;
	}
}