body {
	padding: 0px 20px;
}

a {
	text-decoration: none;
}


#root {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	margin: 0;
}

.bg {
	width: 100%;
	height: 100%;
	position: fixed;
	/* background-image: url("../img/wallhaven-p9o173_1920x1080.png"); */
	background-image: url("https://open.saintic.com/api/bingPic/");
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -2;
	top: 0;
}

.cover {
	width: 100%;
	height: 100%;
	position: fixed;
	background-image: radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), radial-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3) 166%);
	z-index: -1;
	top: 0;
}

.re-container {
	width: 450px;
	/* height: 520px; */
	border-radius: 4px;
	/* overflow: hidden; */
	position: relative;

}

.re-content {
	padding: 24px 20px;
	border-radius: 4px 4px 0 0;
	background-color: white;
}

.re-foot {
	padding: 16px 20px;
	border-radius: 0 0 4px 4px;
	background-color: #f8f9fa;
}

.form-control {
	background-color: #f5f5f5;
	border: none;
}

.form-control:focus {
	/* border-color: #fff; */
	background-color: #ebebeb;
	-webkit-box-shadow: none;
	box-shadow: none;
}












footer {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 5px;
	text-align: center;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 10px;
}

footer a {
	color: rgba(255, 255, 255, 0.5);
}

footer a:hover {
	color: rgba(255, 255, 255, 0.7);
}
