html,
body {
	margin: 0;
	padding: 0;
}

h1,
p,
h2,
h3,
h4,
ul,
li,
div {
	margin: 0;
	padding: 0;
}

.loading-page {
	position: absolute;
	top: 5px;
	right: 165px;
	background: #222e75;
	width: 200px;
	padding: 10px 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.loading-page .counter {
	text-align: center;
}

.loading-page .counter p {
	font-size: 16px;
	font-weight: 100;
	color: #15beec;
}

.loading-page .counter h1 {
	color: #81aee2;
	font-size: 20px;
}

.loading-page .counter hr {
	background: #0082ff;
	border: none;
	height: 4px;
}

.loading-page .counter {
	position: relative;
	width: 200px;
}

.loading-page .counter h1.abs {
	position: absolute;
	top: 0;
	width: 100%;
}

.loading-page .counter .color {
	width: 0px;
	overflow: hidden;
	color: #f60d54;
}

.btn{
	color: #69a8e6;
	text-decoration: none;
	border: 1px solid #2498ee;
	padding: 3px 12px;
	border-radius: 15px;
}

.btn:hover{
	color: #00aaff;
}

.labtn{
	color: #69a8e6;
	text-decoration: none;
	border: 1px solid #2498ee;
	/* padding: 3px 12px; */
	border-radius: 6px;
	width: 150px;
	display: block;
	text-align: left;
	margin-bottom: 5px;
}

.labtn:hover{
	color: #00aaff;
	border: 1px solid #55aa00;
}

