@font-face {
    font-family: 'Oswald';
    src: url('../fnt/Oswald-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html{
	height: 100%;
	width: 100%;
}
body{
	
}
#container{
	width: 350px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 10px;
	margin: 5px auto;
	text-align: center;
	box-shadow: 5px 5px 10px rgba(0,0,0,.5);
	font-family: "Oswald";
	height: 500px;
}

#containerbonus{
	width: 350px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 10px;
	margin: 5px auto;
	text-align: center;
	box-shadow: 5px 5px 10px rgba(0,0,0,.5);
	font-family: "Oswald";
	height: 600px;
}

.spam-tamanho{
	width: 30px;
}

.cab{
	height: 120px;
	margin-bottom: 45px;
	background: blue;
	border-radius: 10px 10px 0 0;
	font-size: 30px;
	color: white;
	padding: 7px;
	text-transform:uppercase;
}

.cab1{
	float: left;
	margin-top: 10px;
}
.cab2{
	float: right;
	font-size: .7em;
	color: orange;
	margin-top: -6px;
	padding-left: 5px;
}

.input-tamanho{
	margin: 20px;
	font-size: 1.5em;
}
.input-tamanho1{
	margin: 10px;
	font-size: 1.2em;
}

input{
	text-align: center;
	text-transform:uppercase;
}

.botao-entrar{
	width: 75%;
	margin-top: 20px;
}
.label-erro{
	margin-top: 10px;
	color: firebrick;
	text-transform:uppercase;
}



