html,
body {
	height: 100%;
}

body {
	display: flex;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
	/*background: url(https://images4.fanpop.com/image/photos/16900000/beautiful-nature-random-16905868-1024-768.jpg);*/
	background: url(https://picsum.photos/1024/768);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
	background-color: rgba(255, 255, 255, 0.3);
}

.form-signin .checkbox {
  	font-weight: 400;
}

.form-signin .form-floating:focus-within {
  	z-index: 2;
}

.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

h1.h3 {
	color: white;
	text-shadow: 2px 2px 4px black;
}