@import url(https://fonts.googleapis.com/css?family=Exo:100,200,400);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:700,400,300);

.grad{
	position: absolute;
	left: -20px;
	right: -40px;
	bottom: -40px;
	width: auto;
	height: auto;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	z-index: 1;
	opacity: 0.7;
}

a {
	font-weight: inherit;
}

main {
	display: flex;
	align-items: center;
	justify-content: center;
}

.content {
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-weight: 200;
}

.title {
	max-width: 275px;
	margin: auto;
}

.title div:first-of-type{
	font-size: 50px;
	text-align: center;
}

.title div:last-of-type {
	margin-top: 5px;
	text-align: right;
}

.content div span{
	color: #5379fa !important;
}

.content > .downloadLnk {
	font-size: 25px;
	margin-top: 40px;
	text-decoration: underline;
}

.content > .downloadLnk:hover {
	cursor: pointer;
}

.box{
	margin-top: 40px;
	z-index: 2;
}

.box input {
	display: inherit;
	margin: 0 auto;
}

.box input[type=text], .box label{
	width: 250px;
	height: 30px;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 2px;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 18px;
	font-weight: 400;
	padding: 4px;
	text-align: center;
}

.box label{
	display: grid;
	width: 400px;
	height: 40px;
	line-height: 30px;
}

.hidden {
	display: none;
}

#lblKeyDescription{
	text-align: left;
	border: 0px !important;
}

#lblKey:hover {
	cursor: pointer;
}

#lblKey:active {
	border: dashed 1px;
}

#txtInviteCode {
	width: 380px;
}

.box input[type=button]{
	width: 260px;
	height: 35px;
	background: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	border-radius: 2px;
	color: #000;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.box input[type=button]:hover{
	opacity: 0.8;
}

.box input[type=button]:active{
	opacity: 0.6;
}

.box input[type=text]:focus{
	outline: none;
	border: 1px solid rgba(255,255,255,0.9);
}

.box input[type=password]:focus{
	outline: none;
	border: 1px solid rgba(255,255,255,0.9);
}

.box input[type=button]:focus{
	outline: none;
}

::-webkit-input-placeholder{
   color: rgba(255,255,255,0.6);
}

::-moz-input-placeholder{
   color: rgba(255,255,255,0.6);
}