/**{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}*/
.card h2 {
	color: #3d4c6b;
}
/*iahita datta*/
.loginbox {
	position: absolute;
	top: 18%;
	left: 37%;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-radius: 10px;
	width: 400px;
	height: 415px;
	padding: 20px 30px;
	background-color: #ffffff;
	border-color: #ffffff;
}
/*ishita datta*/
.roundcorner {
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-radius: 4px;
	margin-bottom: 15px;
	border-color: #8b8bec;
	margin-top:10px;
}
/*ishita datta*/
h5 {
	text-align: center;
	color: darkblue;
	margin: 0px;
	margin-bottom: 15px;
}
	.wave{
	position: fixed;
	bottom: 0;
	left: 0;
    width: 100%;
	height: 100%;
	z-index: -1;
}

/*.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;
}
.card{
	width: 400px;
}
/*.login-content{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
}

.img img{
	width: 500px;
}

form {
	/*width: 360px;*/
	/* width: 400px;*/
	/* width: 380px;*/ /*ishita datta*/
}

/*.login-content img{
    height: 100px;
}*/

/*.login-content h2{
	margin: 4px 0;
	/***Margin was 15px 0 before****/
	/*color: #fff;*/
   /* color: #706AB0;
	font-size: 2.9rem;
}

.login-content .input-div{
	position: relative;
    display: grid;
    grid-template-columns: 7% 93%;
    margin: 25px 0;
    padding: 5px 0;
    border-bottom: 2px solid #706AB0;/*#fff*/;
}

/*.login-content .input-div.one{
	margin-top: 0;
}

.i{
	color: #706AB0;/*#fff*/;
	/*display: flex;
	justify-content: center;
	align-items: center;
}

/*.i i{
	transition: .3s;
}

.input-div > div{
    position: relative;
	height: 36px;
	/*height: 45px;*/
}

/*.input-div > div > h5{
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	/*color: #fff;*/
   /* color: #706AB0;
	font-size: 18px;
	transition: .3s;
}

.input-div:before, .input-div:after{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 0%;
	height: 2px;
	background-color: #6C63FF;
	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: #6C63FF;
}

.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;*/
    /*font-size: 0.9rem;
	color:  #706AB0;
	font-family: 'poppins', sans-serif;
}

.input-div.pass{
	margin-bottom: 4px;
}

div a {
	color: #706AB0;
	font-size: 0.9rem;
	transition: .3s;
}

div a:hover{
	color: #fff;
}

/*.custom-control-label{
	color: #706AB0;
	font-size: 0.9rem;
	transition: .3s;
}*/
/*.float-left {
	margin-right: 6px;
}*/
.float-left p{
	margin-bottom : 2px;
    margin-left: 5px;
       font-size: 0.9rem;
	   color: /*#706AB0;*/ #3d4c6b;
}
	.float-left p:hover{
		color : #fff;
	}
	/*.custom-control-label:hover {
		color: #fff;
	}*/
.btn {
	display: block;
	width: 100%;
	height: 50px;
	/*border-radius: 25px;*//*ishita datta*/
	outline: none;
	border: none;
	/*background-image: linear-gradient(to right, #706AB0, #706AB0, #706AB0);*//*ishita datta*/
	background-color: #3d4c6b;  /*darkblue;   */ /*ishita datta*/
	background-size: 200%;
	font-size: 1.2rem;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	margin: 2rem 0 0 0; /*****Tannu******/
	cursor: pointer;
	transition: .5s;
}
.btn:hover{
	background-position: right;
}
/*ishita datta*/
.labelcss{
	font-size: 14px;
	color: /*#8b8bec;*/ #3d4c6b;
	
}

.required_modification {
	color: Red;
	font-size: small;
	font-weight: bold;
}

@media screen and (max-width: 1050px) {
	/*.container{
		grid-gap: 5rem;
	}*/
	.card {
		margin-top: 5%;
	}
}

@media screen and (max-width: 1000px){
	/*form{
	width: 270px;
	.
}
	

	.login-content h2{
        font-size: 2.4rem;
        margin: 8px 0;
	}

	.img img{
		width: 400px;
	}*/

	
}

@media screen and (max-width: 905px) {
	/**.container{
	grid-template-columns: 1fr;
     background: url('../img/landing%20page%201-01.jpg');
	}

	/*.img{
		display: none;
	}*/

	/*.wave {
       display: none;
    }
	.login-content{
		justify-content: center;
	}
	.float-left p:hover {
		color: #706AB0;
	}
	div a:hover {
		color: #706AB0;
	}

}
.alt {
	display: grid;
	margin: 25px 0;
	position: absolute;
	right: 10px;
	transform: translateY(-50%);
	color: #F32013;
}*/
	/**/
	@media screen and (max-width: 768px) {
		body {
			background-color: #3d4c6b
			;
		}
		.wave {
			display: none;
		}

		.card {
			margin-top: 14%; /*9%*/
		}

		@media screen and (max-width: 500px) {
			body {
				background-color: #3d4c6b;
				;
			}
			.wave {
				display: none;
			}

			.card {
				margin-top: 19%;
				width: 371px;
			}
		}
	}

	@media screen and (max-width: 375px) {
		body{
			background-color: #3d4c6b;
		}
		.wave {
			display: none;
		}

		.card {
			margin-top: 18%;
			width: 350px;
		}
	}
}