html {
	height: 100%;
}
body {
	background: #C8C8C8;
	min-height: 100%;
	background-image:url('../images/bg3.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.customrow{
	padding-bottom: 10px;
}

.customrow > input {
	width: 100%;
}

input, select {
	color: #000;
}

.loginbtn > div{
	text-align: center;
}

.loginbtn button, .submit-btn button, #rememberformsubmit button {
	display: inline-block;
	background-color: #496B7B!important;
	border: none;
}
.loginbtn button:hover, .submit-btn button:hover, #rememberformsubmit button:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#bodyarea {
	width:100%;
	height: 100%;
	display: flex;
	padding: 32px;
	flex-direction: column;
}
.login-form-class {
	align-self: flex-end;
	min-width: 300px;
	max-width: 512px;
	margin-top: 32px;
	width: 100%;
}
.mandela-quote {
	color: #fff;
	font-size: 40px;
	text-align: center;
	align-self: center;
	max-width: 820px;
	margin: 32px auto;
}
.mandela-quote-author {
	margin-top: 40px;
	font-size: 32px;
}
#donotrememberform {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 12px;
	margin: 16px 0 24px;
}
#donotrememberform select, #donotrememberform input {
	max-width: 100%;
	width: 100%;
}

@media (max-width: 512px) {
	#bodyarea {
		padding: 32px 16px;
	}
	.mandela-quote {
		margin: 0 auto;
	}
}

@media (max-width: 599px) {
	.mandela-quote {
	}
	.mandela-quote-text {
		font-size: 32px;
	}
	.mandela-quote-author {
		font-size: 26px;
	}
}
@media (max-width: 768px) {
	.login-form-class {
		max-height: none;
	}
}