@font-face {
    font-family: myFirstFont;
    src: url(fonts/KozGoPro-Light.otf);
}

* {font-family: 'myFirstFont', sans-serif;
line-height: 26px;
color: #f8c471;}


input {
border:0px solid silver;
font-size:12px;background: rgba(255,255,255,0.1);height:30px;width:80px;padding:5px;margin:5px;color:#272727;border-radius:8px;
}


input:focus {
	border: 0px solid #f59e01;background: rgba(255,255,255,0.2);color:white;
}


legend {font-size:1.1em;font-style:italic;font-weight:bolder;}
label {text-transform: uppercase; font-size:1.5em;color:#f8c471;}
label:hover {cursor:pointer;}


body{background-color:#272727;-webkit-appearance: none;}

div#login{
	width:280px;	position:relative;
	top:-1px;	 border: dashed 1px #6dafed;  height: 400px;
}
.login2{
	-moz-border-radius-bottomleft:11px;
	-moz-border-radius-bottomright:11px;
	-moz-border-radius-topleft:11px;-moz-border-radius-topright:11px;
	background-color:transparent;border:0px solid #aaa;font-size:0.8em;margin:auto auto;padding:12px;line-height:1.3em;width: 280px; 
	display:flex;
	justify-content:center;
	}
.show_center
{
	text-align:center;}


a.start_link {	color:#f8c471;background-color:rgba(255,255,255,0.1);padding:15px;text-decoration:none;font-size:1.3em;text-transform: uppercase;
}
a.start_link:hover {	color:#e8aa48;background-color:rgba(255,255,255,0.2);padding:15px;
}
.selection 
{
	color:#232323!important;
	background-color:#f8c471!important;
}
.left
{border-bottom-left-radius:10px;border-top-left-radius:10px;border-right:0px;}
.right
{
	border-left:0px;border-bottom-right-radius:10px;border-top-right-radius:10px;
}
a#small{font-size:11px;text-align:right; }
div.lastActionMessage{font-size:11px;padding:10px 0px 0px 10px;}
div.passLostHint{font-size:0.8em;margin-bottom:15px;}
div#debug{position:absolute;font-size:0.7em;left:145px;padding:4px;top:705px;width:800px;border:silver dashed 1px;}


.button_round
	{
		-webkit-appearance: none;
text-transform: uppercase;
height:50px;
padding:15px;
font-size: 12px;
line-height:12px;
color: #f8c471;
border:2px solid #f8c471;
margin: 10px;
cursor:pointer;
border-radius: 15px;
background-color: #272727;

	}
.button_round:hover
	{
		border:2px solid #e8aa48;
		color: #e8aa48;
		
	}



