html {
	background-image: url('https://gestionbodas.bodasmadridmirador.es/imalogin.jpg');
    background-repeat: no-repeat;
    -moz-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
}

h1 {
	font-size: 2.5rem;
	color: aliceblue;
	font-weight: 300;
	line-height: 1.375;
	letter-spacing: -0.05em;
	margin: 0 0 1rem 0;
	text-align: center;
}

h2, h3, h4, h5, h6 {
	font-size: 2rem;
	color: aliceblue;
	font-weight: 300;
	line-height: 1.375;
	letter-spacing: -0.05em;
	margin: 0 0 1rem 0;
	text-align: center;
	padding: 10px;
}

.shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	background: rgba(3,3,3,.1);
}

input {
	color: #fff;
}

#login-button {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px;
	margin: auto;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: rgba(3,3,3,.8);
	overflow: hidden;
	opacity: 0.4;
	box-shadow: 10px 10px 30px #000;
}

