body{
	color:white;
	text-align: center;
	background-color: black;
	
	font-family:cursive;
	/* background da imagem */
    background-image: url("//localhost/_Trabalho/_outros/_imagens/fundo.jpeg");
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-size: cover;
}
h1{
	font-style: italic;
	font-size:35px;
}

.fundoLogin{
	background-color:#3f3f3f;
	opacity: 0.8;
	height:410px;
	width:400px;
	align-text:center;
	display: inline-block;
	float:center;
	margin-top:100px;
	border: 2px solid black;
    border-radius: 50px;
    padding:10px;
}

.fundoLogin:hover{
	opacity: 1.0;
	background-color:black;
	color:white;
	border:2px solid white;

}
.rol{
	margin-top: 10px;
	margin-bottom: 2px;
}

hr {
	border-top:0px;	
	height: 2px;
	background-color:white;
}
button{
	width: 200px;
}

a{
	margin-left: 20px;
	font-size:18px;	
	border:10px;
	color:#729fcf;
}


.fundoCadastroUsuario{
	text-align:left;
	background-color:black;
	height:470px;
	width:450px;
	color:white;
	align-text:center;
	display: inline-block;
	float:center;
	margin-top:50px;
	border: 2px solid white;
    border-radius: 50px;
    padding:10px;
    padding-left:30px;
	
}
.audio{
	text-align: center;
}
.fundoCarregamento{
	
	background-color:black;
	height:530px;
	width:450px;
	color:white;
	align-text:center;
	display: inline-block;
	float:center;
	margin-top:50px;
	border: 2px solid white;
    border-radius: 50px;
    padding:10px;
    padding-left:30px;
	
}
h2{
	font-size: 20px;
}
.titulo{
	font-size:30px;
}
.botao{
    margin-top:200px;
    width:250px; 
    height: 100px; 
    background-color: #1E90FF;
    font-size: 60px; 
    color: white; 
    border-radius: 50px;
}
.botao:hover{
    width:270px; 
    height: 120px; 
    background-color:#0000CD;
}

.fundoSelecionaTime{
	text-align:center;
	background-color:black;
	height:370px;
	width:450px;
	color:white;
	align-text:center;
	display: inline-block;
	float:center;
	margin-top:50px;
	border: 2px solid white;
    border-radius: 50px;
    padding:10px;
    padding-left:30px;
	
}
