@charset "utf-8";
/* CSS Document */

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Quicksand', sans-serif;
}

body{
	height: 100vh;
	width: 100%;
}

.container{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.container:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url("hk.png") no-repeat center;
	background-color: #84A6EC;
	background-size: cover;
	filter: blur(0px);
	z-index: -1;

}
.contact-box{
	max-width: 950px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 0px 19px 15px rgba(0,0,0,0.19);
	background: url("hk9.jpg") no-repeat center;
	background-size: cover;
	border-radius: 30px;
	
}

.left{
	background: url("images/kjri0.jpg") no-repeat center;
	background-size: cover;
	height: 100%;
	/*text-shadow: 2px 2px 5px white;
	background: -webkit-linear-gradient(#eee,#333);
	-webkit-background-clip: text;
	-webkit-text-fill-color: tranparent;
	font-size: 18px;*/

}
.left .text{
	
	text-shadow: 2px 2px 5px white;
	background: -webkit-linear-gradient(#eee,#333);
	-webkit-background-clip: text;
	-webkit-text-fill-color: tranparent;
	font-size: 18px;

}
.right{
	padding: 25px 40px;
	
}
.right .img{visibility: hidden;}


@media screen and (max-width: 880px){
	.contact-box{
	grid-template-columns: 1fr;
	}
	.left{
		height: 200px;
	}
	.right .login-box {
		width: 100%;		
		background: transparent;
		border: 2px solid rgba(255,255,255, .5);
		backdrop-filter: blur(10px);
}
    .left {  visibility: hidden;}
	.right .img{visibility: inherit; }
	
	.contact-box{
		top:15%;
	grid-template-columns: repeat(1, 1fr);
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.19);
	background: url("images/log.png") no-repeat center;

		background-position: 50% 20%;
	
}
	.fot {  visibility: hidden;}		
}
		
		
	@media screen and (max-width: 360px){
	.contact-box{
	grid-template-columns: 1fr;
	}
	.left{
		height: 200px;
	}
	.right .login-box {
			width: 100%;	
			border: none;
			border-radius: 0;
			top: 0;
			left:0;
			right: 0;
		    backdrop-filter: blur(0px);
		}
   .left {  visibility: hidden;}
		 .fot {  visibility: hidden;}
			
	}

.login-box {
		top: 15%;		
		position: relative;
		width: 400px;
		height: 450px;
		background: transparent;
		border: 2px solid rgba(255,255,255, .5);
		border-radius: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		backdrop-filter: blur(10px);
			
	}
	h2 {
		font-size: 1.5em;
		color: #fff;
		text-align: center;
	}
		
.input-box {
		position: relative;
		width: 310px;
		margin: 30px 0;
		border-bottom: 2px solid #fff;	
	}
	.input-box label {
		position: absolute;
		top: 20px;
		left: 5px;
		transform: translateY(-50%);
		font-size: 1em;
		color: #fff;
		pointer-events: none;
		transition: .5s;
			
	}
	
	.input-box input:focus~label,
	.input-box input:valid~label {
		top: -5px;
	}
	
	.input-box input {
		width: 100%;
		height: 50px;
		background: transparent;
		border: none;
		outline: none;
		font-size: 1em;
		color: #fff;
		padding: 0 35px 0 5px;
			
	}
	.input-box .icon {
		position: absolute;
		right: 8px;
		color: #fff;
		font-size: 1.2em;
		line-height: 57px;
	}
	
	button {
		width: 100%;
		height: 40px;
		background: #fff;
		border: none;
		border-radius: 40px;
	}
	
	.input-box img {
		position: absolute;
		right: 8px;
		color: #fff;
		font-size: 1.2em;
		line-height: 57px;
	}
		
	H1 {position: relative;
	padding: 10 15 10px;
	margin-top: 0%; font-size: 25px; text-align:center;  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; color: #000; text-shadow: 2px 2px 5px white;  }
		
	.contact-box .left img {margin-top: 10%; position: relative;}
	.c {color:#000; font-size: 12px ; padding: 5px; text-shadow: 2px 2px 5px white;
	 background: -webkit-linear-gradient(#fff,#333);
	-webkit-background-clip: text;
	-webkit-text-fill-color: tranparent;  }	
		.fot { width: 600px; position: absolute; bottom: 18%; justify-content: center; color:#000; font-size: 16px ; padding: 5px; text-shadow: 2px 2px 5px white;
	}

