body {
	margin: 0!important;
	padding: 0!important;
	border: none!important;
	background: #151515;
}

footer {
	position: fixed;
	bottom: 11px;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 14px
}

.backup_enter a {
	color: #fff;
	font-size: 13px;
	display: block;
	margin-bottom: 5px
}

.small {
	font-size: 12px!important
}

.close {
	width: 50px;
	height: 50px;
	background: white;
	border-radius: 99px;
	line-height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	font-weight: bold;
	cursor: pointer
}

.close:hover {
	background: rgb(255,255,255,.7)
}

.backup_enter h1 {
	border-bottom: solid 1px rgb(48,48,48,.88);
	width: 300px;
	margin: 0 auto;
	padding-bottom: 10px
}

.backup_enter h1,.backup_enter p {
	color: #fff
}

.round_enter1 {
	width: 819px;
	height: 819px;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 100000;
	background-image: url(/assets/circle.03d59e26.png)
}

.round_enter {
	width: 70vw;
	height: 70vw;
	margin: 0 15vw;
	position: fixed;
	border-radius: 50vw
}

.backup_enter {
	-moz-transform: translateY(.25rem);
	-webkit-transform: translateY(.25rem);
	-ms-transform: translateY(.25rem);
	transform: translateY(.25rem);
	-moz-transition: opacity .325s ease-in-out,-moz-transform .325s ease-in-out;
	-webkit-transition: opacity .325s ease-in-out,-webkit-transform .325s ease-in-out;
	-ms-transition: opacity .325s ease-in-out,-ms-transform .325s ease-in-out;
	transition: opacity .325s ease-in-out,transform .325s ease-in-out;
	position: fixed;
	width: 80vw;
	background-color: #1b1f22;
	border-radius: 20px;
	z-index: 9999999;
	margin: 0 7.5vw!important;
	min-height: 500px;
	padding: 40px 2.5vw;
	opacity: 0
}

.round_enter p {
	color: #fff;
	font-size: 22px
}

.logo {
	margin: 10vw auto 10px;
	max-width: 300px
}

.logo img {
	height: 70px;
	max-width: 300px;
}

.enter_button {
	background-color: #303134;
	color: #e8eaed;
	font-family: arial,sans-serif;
	line-height: 27px;
	text-align: center;
	user-select: none;
	max-width: 300px;
	margin: 0 auto;
	font-size: 30px;
	padding: 20px 0;
	cursor: pointer;
	box-shadow: 0 1px 3px transparent;
	border: solid 1px transparent
}

.enter_button:hover {
	box-shadow: 0 1px 3px #1717173d;
	background-color: #303134;
	border: 1px solid #5f6368;
	color: #e8eaed
}

#app {
	font-family: Avenir,Helvetica,Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	color: #2c3e50;
	margin-top: 60px
}

 a{
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color .3s,background-color .3s;
    transition: color .3s,background-color .3s;
}