@charset "utf-8";
body {
	font-family: "Century Gothic";
	font-size: 12px;
}

.contentinside {
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	border: 1px solid #ffffff;
	background-color: rgba(19, 122, 162, 0.52);
}
.content {
	float: left;
	width: 100%;
	margin-top: 10%;
}
.titletext {
	width: 100%;
	padding-left: 50px;
	float: left;
	font-size: 35px;
	color: #fff;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/loginlogo.png);
}
.bordermor {
	float: left;
	width: 100%;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	padding-bottom: 10px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.inputsdiv {
	width: 50%;
	float: left;
}

.inputsdiv input {
	display: block;
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
}
.username {
	float: left;
	width: 100%;
}
.logininfo {
	float: left;
	width: 100%;
	color:#fff;
	padding-left: 50px;
	line-height: 25px;
	padding-top: 15px;
}
.password {
	float: left;
	width: 100%;
	clear: left;
	margin-top: 25px;
}.inputsdiv a.login {
	float: left;
	display: block;
	color: #fff;
	padding: 0px 30px;
	height: 30px;
	line-height: 30px;
	margin-top: 25px;
	font-size: 12px;
	border: 1px solid #fff;
	text-decoration: none;
	background-color: transparent;
	clear: left;
	width: 100%;
}
.inputsdiv a.login:hover, .inputsdiv a.login:active {
	color: #658EDD;
	background-color:#fff;
}
.logintext {
	clear: left;
	float: left;
	width: 550px;
	margin-top: 50px;
	font-size: 12px;
	color: #AA96CB;
	margin-bottom: 40px;
}
.logintext a {
	color: #658EDD;
	background-image: none;
	text-decoration: none;
}
.logintext a:hover,  .logintext a:active{
	color: #000000;
}
.allbodylogin {
    float: left;
    width: 100%;
    height: 100vh;
    background-size: 100% 100%;
    background-image: url(../images/loginbg.jpg);
}
.password label, .username label {
color:#fff;
font-weight:bold;	
}
.loginall {width:100%;float:left;padding-left: 50px;padding-right: 50px;}