body {
	padding-top:70px;
	background:#fff;
}
.logo {
	color:#6c5ce7;
	font-weight:400;
	font-size:30px;
	display:inline-block;
	text-decoration:none;
	letter-spacing:-1px;
	margin-bottom:30px;
}
#panel {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	position:relative;
	display:table;
	width:500px;
	padding-bottom: 30px;
}
#panel section {
	padding:30px 100px;
}
#panel section p + p {
	margin-top:10px;
}
#submit {
	color: #fff;
    font-weight: 400;
    font-size: 25px;
    display: inline-table;
    padding: 9px 65px;
    width: 300px;
    background: #6c5ce7;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#submit:hover {
	cursor:pointer;
	background:#a29bfe;
}
#terms {
	display:inline;
}
input[type=text], input[type=password] {
	padding:10px;
	color:#444;
	font-size:20px;
	width: 100%;
	font-weight:300;
	display:block;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #e0e0e0;
}
input[type=submit] {
	display:none;
}
#loading {
	background:rgba(255,255,255,0.9);
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:none;
	position:absolute;
}
#loading-bar {
	height:10px;
	width:0px;
	display:block;
	background:#6c5ce7;
}
label.lsuccess {
	color: #1bbf70;
}
label.lerror, label.error {
	color: #bf1b1d;
}
label.show {
	display:block;
}
label {
    font-size: 18px;
	display:none;
	padding-top:5px;
	margin-bottom:5px;
}
section h1 {
	color:#666;
	font-size:21px;
	font-weight:normal;
	margin-bottom:25px;
}
h3 {
	font-size:16px;
	font-weight: normal;
	margin-bottom:20px;
	color:#555;
}
.terms-label {
	color:#555;
	font-size:12px;
	display:inline !important;
}
.terms-label a {

    text-decoration: underline;
    color: #6c5ce7;
}
.terms-label a:hover {
	text-decoration:none;
	color:#444;
}
.links {
	margin:50px 0 0 0;
	text-align:center;
}
.links .copyright a {
	color:#999;
	text-decoration:none;
}
.links .copyright a:hover {
	text-decoration:none;
	color:#444;
}
.links .main a {
	font-size:17px;
	text-decoration:underline;
	color:#6c5ce7;
}
.links .main a:hover {
	text-decoration:none;
	color:#444;
}
.links .main a + a {
	margin-left:50px;
}

#lang {
	position:absolute;
	left:5px;
	top:5px;
	display:none;
}
#lang select {
	color:#999;
	font-size:17px;
	background:transparent;
}
#lang select option {
	color:#999;
}
.copyright {
	margin:50px 0 50px 0;
	color:#999;
	font-size:14px;
}
.copyright i {
	font-style:normal;
	font-size:1.2em;
	color:#6c5ce7;
	display:inline-block;
	margin:0 10px;
}