@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap');

*{
	font-family: FreeMono, monospace;
}


body {

    /*background-image: url(img/fundoazuldividido.png); 
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;*/
    background: #F0F8FF;
    
}

.container{
	margin: 80px auto;	
}

.card{	
	border-radius: 1em;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
	background: rgba(248,248,255,0.8);
}

.titulo{
	text-shadow: 2px 2px 2px rgba(0,0,0);
	font-size: 30px;
	font-weight: bold;
	color: white;
	
}

.nav-link{
	font-weight: bold;
}

.form-control{
	text-align: center;	
}

.btn{
	font-weight: bold;
}


.nav a{
	color: orange;

}


#adm{
	border-top-left-radius: 12px;
}