﻿

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}

body {
	background: #f8f8f8;
}

.container {
	display: flex;
	align-items: center;
	justify-content: center;
	position:relative;
	height:100vh;
	overflow:hidden;
	
}

.screen{
	width:700px;
	min-height:500px;
	background-color:rgb(239 239 239 / 0.75);
	border-radius:23px;
	z-index:10;
	overflow:hidden;
	position:relative;
	backdrop-filter:blur(70px);
	/*border:2px solid rgb(193 193 193 / 0.50);*/
	box-shadow:1px 4px 8px rgb(4 4 4 / 0.12);

}
.Holder {
	position: absolute;
	width: 700px;
	height: 500px;
	border-radius: 23px;
	overflow:hidden;
}
.mainScreen {
	padding: 20px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
}
.innerScreen {
    padding: 20px;
    width: 55%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 12;
    position: absolute;
	display:flex;
	flex-direction:column;
	align-items:flex-end;
	justify-content:center;
}
.textE {
	transform: rotate(90deg);
	position: absolute;
	top: 12vh;
	left: -4vw;
	font-size: 50px;
	margin-top: 30px;
	color: rgb(255 255 255 / 0.67);
}
.textV{
	font-size:13px;
	font-weight:200;
	position:absolute;
	color:white;
	bottom:5%;
	left:6%;
}
.textLog{
	width:80%;
	text-align:center;
	margin:0 20px;
}
	.textLog h1 {
		font-size: 40px;
		margin: 20px 0;
		color: #3e3e3e;
	}
.errorT{
	color:red;
	font-size:15px;
	font-weight:300;
	position:relative;
	animation: errorAnimate 500ms ease-out 2 ;
}
@keyframes errorAnimate{
	0%,50%,100%{
		color:red;
	}
	25%,75%{
		color:transparent;
		
	}
}
.loginInput {
	width: 80%;
	height: 43px;
	padding: 0 15px;
	border: 0;
	margin: 12px 20px;
	outline: none;
	background-color: rgb(255 255 255 / 0.77);
	border-radius: 12px;
	transition: 200ms;
}
.loginInput:hover{
	background-color:#ffffff;
}
.loginInput:focus{
	background-color:#ffffff;

}

.submitBtn {
	width: 50%;
	height: 45px;
	margin: 12px 0;
	background-color: #0067b8;
	color: white;
	border: none;
	border-radius: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: 300ms;
}
	.submitBtn:hover {
		cursor: pointer;
		background-color: rgb(83 83 83 / 0.90);
	}
	::selection {
		background-color: #3e3e3e;
		color: #aaaaaa;
	}
.iconDiv {
	width: 18%;
	position: absolute;
	bottom: 13%;
	left: 5%;

}

	.iconDiv img {
		width: 100%;
		opacity: 0.8;
	}
.backDropG {
	width: 700px;
	height: 700px;
	background-color: #808080;
	
	border-radius: 22% /40%;
	transform: rotate(58deg);
	position: absolute;
	left: -380px;
	top: 25px;
}
	.backDropG:nth-child(2) {
		background-color: rgb(133 49 0 / 0.37);
		transform: rotate(80deg);
		left: -360px;
		top: -25px;
	}
.backDropG1 {
	width: 700px;
	height: 700px;
	background-color: rgb(133 49 0 / 0.37);
	
	border-radius: 22% /40%;
	transform: rotate(80deg);
	position: absolute;
	left: -360px;
	top: -25px;
}

.backDrpDiv {
	width: 70vw;
	height: 70vw;
	background-color: rgb(139 139 139 / 0.40);
	/*border-radius: 32% 68% 24% 76% / 28% 12% 88% 72%;*/
	border-radius: 18%;
	transform: rotate(48deg);
	position: absolute;
	top: 0px;
	left: -25%;
}
	.backDrpDiv:nth-child(2) {
		transform: rotate(45deg);
		background-color: rgb(139 139 139 / 0.33);
		top: 0px;
		
		left: -27%;
	}
.circle{
	width:320px;
	height:320px;
	background:radial-gradient(#ffa230 20%,#ff4000);
	position:absolute;
	border-radius:50%;
	z-index:-2;
	top:0%;
	right:10%;
	animation:animateSwing 30s ease-in-out infinite;
}
.circle1 {
	width: 280px;
	height: 280px;
	background: #cf43ff;
	position: absolute;
	border-radius: 50%;
	z-index: -2;
	top: 0%;
	right: 0%;
	animation: animateSwingScroll 23s ease-in-out infinite;
}
.circle3{
	width:350px;
	height:350px;
	background:radial-gradient(#5db5ff 20%,#003cff);
	position:absolute;
	border-radius:50%;
	z-index:-2;
	top:40%;
	right:10%;
	animation:animateSwingBack 25s ease-in-out infinite;
}
.circle2 {
	width: 300px;
	height: 300px;
	background: radial-gradient(#81ff9e 20%,#00eb1a);
	position: absolute;
	z-index: -2;
	bottom: 0%;
	right: 0%;
	animation: animateSwingScroll 33s ease-in-out reverse infinite;
}

@keyframes animateSwing{
	0%,100%{
		transform:translate(0px);
	}
	50%{
		transform:translate(-300px);
	}
}
@keyframes animateSwingBack{
	0%,100%{
		transform:translate(-300px);
	}
	50%{
		transform:translate(0px);
	}
}
@keyframes animateRotate{
	0% {
		transform: rotate(0) translate(0px);
		
	}
	100% {
		transform: rotate(5turn) translate(-25px);
		
	}
}
@keyframes animateSwingScroll {
	0% {
		transform: translateY(0) translateX(0);
	}

	25% {
		transform: translateY(250px) translateX(-250px);
	}
	50% {
		transform: translateY(0) translateX(-250px);
	}
	75% {
		transform: translateY(250px) translateX(0);
	}
	100% {
		transform: translateY(0) translateX(0);
		
	}
}
@media (max-width:650px){

	.backDropG {
		left: -450px;
		top: 25px;
	}
		.backDropG:nth-child(2) {
			left: -430px;
			top: -25px;
		}
	.innerScreen{
		width:90%;
	}
	.textE {
		top: 12vh;
		left: -11vw;
	}
}
@media (max-width:450px){
	.textE{
		display:none;
	}
	.iconDiv{
		display:none;
	}
	.innerScreen {
		width: 100%;
	}
	.loginInput{
		width:90%;
	}
	.textLog {
		width: 90%;
	}
}
