html, body{
	padding:0px;
	margin:0px;
	font-family: 'PT Sans', sans-serif;
}
.bg{
	background-color: #450565;
	color: #fff;
}
@media screen and (max-width:834px){ 

}
.clear{
	clear:both;
}

.container{
	width:100%;
	max-width:1100px;
	height:auto;
	margin:auto;
	margin-top: 30px;
}
.left{
	width:50%;
	height:100%;
	left:0px;
	bottom:0px;
	position:absolute;
}
	.left table{
		width:100%;
		height:100%;
	}
	.left h1{
		text-align:center;
		font-size:80px;
		margin:0px;
		color:#FF4500;
	}
	.left p{
		text-align:center;
		font-size:40px;
		margin:-15px 0;
		color:#FF4500;
	}

	.left blocktext {
    display: block;
    margin-left: auto;
    margin-right: auto;
	text-align:center;
}
.right{
	width:50%;
	height:100%;
	right:0;
	bottom:0px;
	overflow:hidden;
	position:absolute;
}
	.right table{
		width:75%;
		height:100%;
	}
	.right h2{
		padding:10px 0;
		color:#FF4500;
	}
.login{
	width:100%;
	height:auto;
	background:#6B2C7C;
	margin:0px;
	padding:10px;
	border:1px solid #CCC;
	border-radius: 20px;

}

	.login h2{
		padding:10px 0;
		color:#FFf;
}
.input{
	width:98%;
	height:40px;
	font-size:16px;
	margin:0 0 15px;
	outline:none;
}
.submit{
	width:auto;
	height:40px;
	padding:0 30px;
	border:none;
	background:#fff;
	color:#2c3e50;
	float:right;
	margin:0px 1%;
	border-radius: 10px;
}
