html { 
}

body {
	margin-top: 50px;
	font-family: "Poppins", sans-serif;
  background: url(bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.card {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;	
}

h1 {
	color: #2698D7;
	letter-spacing: 2px;
	font-weight: bolder;
	font-size: 50px;
}
h2 {
	color: #051981;
	font-weight: bold;
}

footer {
	margin-top: 50px;
	text-align: center;
	background-color: rgba(193, 224, 236, 0.8);
	padding: 50px 50px;
}

footer a {
	text-decoration: none;
	color: #051981;
}

.btn-xl {
	padding: 10px 20px;
	font-size: 30px;
}

.container-user {
	margin-top: 100px;
}

label, .small {
	font-size: 13px;
}