@font-face {
	font-family: "ABCDiatype-Regular";
	src:url("ABCDiatype-Regular.otf") format("opentype");
}
@font-face {
	font-family: "ABCDiatype-Bold";
	src:url("ABCDiatype-Bold.otf") format("opentype");
}

body{
	font-family: 'ABCDiatype-Regular', Helvetica, sans-serif;
	margin: 0;
	font-size: 1rem;
}
.container{
	background: url("background.png");
	width: 100%;
    height: 100%;
    position: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: auto;
}

img{
	display: block;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.content{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: rgb(141,77,244) !important;
	background-color: #f5f2e6 !important;
	padding: 30px 0;
	border-radius: 15px !important;
	margin-bottom: 30px;
	margin-top: 30px;
}

@media screen and (max-width: 600px) {
  	.content{
		width: 90%;
	}
}

.token{
	margin-top: 0;
    margin-bottom: 30px;
}

.btn{
	font-family: 'ABCDiatype', Helvetica, sans-serif;
	text-decoration: none;
	font-size: 1.2rem;
	text-transform: uppercase;
	display: block;
	float: none;
	height: 3rem;
	line-height: 3rem;
	width: calc(100% - 60px - 14px);
	margin: 0 auto 1rem auto;
	background-color: rgb(141,77,244) !important;
	color: rgb(0,240,76) !important;
	border-radius: 50px;
	
}
.btn:active{
	background-color: #CCC;
}
.btn:last-child { 
	margin-bottom: 0;
}

.footer{
	font-family: 'ABCDiatype-Regular', Helvetica, sans-serif;
	font-size:  0.8rem;
	margin-top: 30px;
}

code{
	font-family: monospace;
	text-transform: uppercase;
	background: #f8e8ee;
    padding: 2px 4px;
    border-radius: 4px;
    color: magenta;
}
