*{
	margin:0;
	padding:0;
}

body{
	font-family:Tahoma;
}

.banner-text{
	width:100%;
	position: absolute;
}

.banner-text ul{
	height: 50px;
	float:right;
}

.banner-text ul li{
	display: inline-block;
	padding: 40px 15px;
	text-transform: uppercase;
	color: #fff;
	font-size:14px;
}

.banner-text h2{
	text-align:left;
	margin-left: 420px;
	color:#fff;
	font-size:50px;
	margin-top: 2px;
}

.animation-area{
	/*background: linear-gradient(to left, #8942a8, #ba382f);*/
	background: linear-gradient(to bottom right, #ffffff, #6678f2, #ffffff);
	/*background: url(img_flwr.gif) right bottom no-repeat, url(unnamed.png) left top repeat;*/
	padding: 15px;
	width:100%;
	height:120vh;
}

.box-area{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

.box-area li{
	position:absolute;
	display:block;
	list-style:none;
	width:25px;
	height:25px;
	/*background: rgba(102,120,242,0.3);*/
	animation: animatex 20s linear infinite;
	bottom: -380px;
}

.box-area li:nth-child(1){
	left:86%;
	width:191px;
	height:48px;
	animation-delay:0s;
}

.box-area li:nth-child(2){
	left:22%;
	width:108px;
	height:108px;
	animation-delay:1.5s;
	animation-duration:10s;
}

.box-area li:nth-child(3){
	left:70%;
	width:48px;
	height:40px;
	animation-delay:0s;
	animation-duration:5.5s;
}

.box-area li:nth-child(4){
	left:42%;
	width:150px;
	height:150px;
	animation-delay:0s;
	animation-duration:15s;
}

.box-area li:nth-child(5){
	left:65%;
	width:40px;
	height:40px;
	animation-delay:0s;
}

.box-area li:nth-child(6){
	left:35%;
	width:110px;
	height:110px;
	animation-delay:3.5s;
}

@keyframes animatex{
	0%{
		transform: translateY(0) rotate(0deg);
		opacity: 1;
	}
	100%{
		transform: translateY(-800px) rotate(360deg);
		opacity: 0;
	}
}

.login-pages{
	top:0px;
	width:400px;
	display:block;
	position:absolute;
}

.in4mation{
	font-family:Tahoma;
	font-size:13px;
	clear:both;
	text-indent: 5px;
	align: left;
}

.in4mation2{
	clear:both;
	text-indent: 8px;
	align: left;
}

.a_red{
	color: #FF0000;
}

.a_blue{
	color: #0000FF;
}

.apadding_plant
{
	padding: 5px 5px 5px 5px;
	background-color: white;
	color:#7506c4;
	font-size: 13px;
	font-family:Tahoma;
	font-weight:bold;
	text-align:left;
}

.EngWords
{
	padding: 5px 5px 5px 5px;
	background-color: white;
	font-size: 10px;
	font-family:Tahoma;
	text-align:left;
}

/*LOGIN CONFIGURATION PAGE*/
.form-login {
	max-width: 380px;
	margin: 10px auto 0;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.form-login h2.form-login-heading {
	margin: 0;
	padding: 25px 20px;
	text-align: center;
	background: #68dff0;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
}
.login-wrap {
	padding: 20px;
}
.login-wrap .registration {
	text-align: center;
}
.login-social-link {
	display: block;
	margin-top: 20px;
	margin-bottom: 15px;
}

/*
a 
{
	text-decoration:none;
	text-transform:uppercase;
	background-color:yellow;
	color:green;
}

a:hover
{
	text-decoration:underline;
	text-transform:lowercase;
	background-color:lime;
	padding:20 20 20 20;
}
*/