html {
	margin: 0;
	padding: 0;
	min-height: 100%;
	position: relative;
	color: white;
	overflow-y: hidden;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'Ubuntu', sans-serif;
	
}

/* */

.logo {
	position: absolute;
	width: 40%;
	height: 40%;
	top: 5%;
	right: 5%;
}

.logo img {
	position: relative;
	width: 100%;
}

/* */

.bottomleft {
	position: absolute;
	width: 95%;
	min-height: 25%;
	bottom: 5%;
	left: 5%;
	
	background-color: #6a747c;
	
}

.top {
	float: left;
	min-width: 500px;
	text-shadow: 1px 1px #313a41;
	/*background-color: red;*/
}

.middle {
	float: left;
	min-width: 230px;
	text-align: center;
	text-shadow: 1px 1px #313a41;
	/*background-color: green;*/
}

.timer {
	font-size: 14pt;
}

.timer span {
	font-weight: 500;
	font-size: 22pt;
}

.timer span em {
	font-weight: 700;
	font-style: italic;
	font-size: 60pt;
}


.bottom {
	float: left;
	min-width: 430px;
	/*background-color: blue;*/
}

/* */

.points p {
	font-weight: 500;
	margin-left: 7%;
	font-size: 16pt;
	margin-top: 5%;
	margin-bottom: 5%;
}

.cus {
	text-align: center;
	font-size: 14pt;
	font-weight: 700;
	
}

.error {
	color: rgb(98, 0, 0);
	margin-left: 10px;
	font-weight: 500;
}

/* */

.cccp {
	margin-top: 4%;
	margin-bottom: 1%;
}

.cccp .pure-controls {
	margin: 0 0 0 12em !important;
}

.cccp input, textarea {
	width: 230px;
}
