@font-face {
	font-family: BebasNeue;
	src: url('BebasNeue.otf');
}
@font-face {
	font-family: BEBAS___;
	src: url('BEBAS___.TTF');
}

body{
	padding: 0px;
	margin: 0px;
	background-color: #16181a;
	font-family: Verdana;
}

.box-senha{
	width: 500px;
	height: 290px;
	background-color: #FFF;
	margin: 0px auto;
	text-align: center;
	border-radius: 3px;
	margin-top: 10%;
	}

.box-nome{
	width: 500px;
	height: 290px;
	background-color: #EEEEEE;
	margin: 250px auto;
	text-align: center;
	border-radius: 3px;
}

h2{
	font-family: BEBAS___;
	font-size: 40px;
}
.txtsenha{
	margin: 25px auto;
	padding: 10px 15px;
	border: 0px;
	width: 350px;
	border-radius: 5px;
	background-color: #FFF;
	border: 1px solid red;
}

.txtbtn{
	margin-top: 10px;
    color: #fff;
    background-color: #398439;
    border-color: #255625;
	text-decoration: none;
	display: inline-block;
    padding: 10px 30px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.txtbtn:hover{
    color: #fff;
    background-color: #49A449;
    border-color: #456845;
}

.comojogar{
	right: 15px;
	display: block;
	float: right;
	text-align: right;
	text-decoration: none;
	color: #0000db;
	font-family: Verdana;
	padding: 5px;
	background-color: #ddd;
	border-radius: 10px;
}

.comojogar:hover{
	color: #0000FF;
	background-color: #FFF;
}


.modal {
position: fixed;
font-family: Arial, Helvetica, sans-serif;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.8);
z-index: 99999;
}

.modal > div {
width: 600px;
position: relative;
margin: 10% auto;
padding: 5px 20px 13px 20px;
border-radius: 10px;
background: #fff;
background: -moz-linear-gradient(#fff, #AFAFAF);
background: -webkit-linear-gradient(#fff, #AFAFAF);
background: -o-linear-gradient(#fff, #AFAFAF);
}

.fechar {
background: #606061;
color: #FFFFFF;
line-height: 25px;
position: absolute;
right: -12px;
text-align: center;
top: -10px;
width: 24px;
text-decoration: none;
font-weight: bold;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
}

.fechar:hover { background: #00d9ff; }

.erro{
	color: #FF0000;
	background-color: #CCC;
	padding: 15px 30px;
	text-align: center;
}
.sucessos{
	color: #000;
	background-color: #CCC;
	padding: 15px 30px;
	text-align: center;
}
