body, html {
	height: 100%;
	margin: 0;
	background: url('../images/pages/galaxy-unpacked.jpeg') no-repeat center center fixed;
	background-size: cover;
	font-family: Roboto, sans-serif;
}

.logo {
	position: absolute;
	top: 20px;
	/* right: 20px; */
	left: 20px;
	z-index: 10;
}

.form-container {
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.form-box {
  /* background: rgba(255, 255, 255, 0.9); */
	/* background: #ff98001c; */
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	max-width: 460px;
	width: 100%;
}

.form-text{
	color: #fff !important;
	font-weight: bold !important;
}

.form-btn{
	color: #fff !important;
	background-color: #ce242a;
	border-color: #ce242a;
}

.form-btn:hover {
	background-color: #237bff;
	box-shadow: 2px 2px #237bff;
	font-weight: bold !important;
}

.mend-txt{
	color: #f23 !important;
}

@media (max-width: 576px) {
	.logo img {
		width: 120px;
	}
}
