h1 {
	color: white;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 2rem;
	text-align: center;
}

h3 {
	color: rgba(255, 255, 255, 0.7);
	margin: 1.5rem;
	font-size: 1rem;

}

label {
	color: white;
	padding: 10px;
}

table {
	color: white;
	margin-left: auto;
	margin-right: auto;
}

.login-btn {
	margin-top: 5px;
}



input#email-address,
input#username {
	min-width: 250px;
	background-color: #eee;
	border: 1px;
	color: #444;
	border-radius: 300px;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	overflow: visible;
	margin: 0;
	font-size: inherit;
	line-height: inherit;
	padding: 5px;
	padding-left: 15px;
	margin-bottom: 10px;

}

input#password,
input#confirm-password,
input#lostpass_email {
	min-width: 250px;
	background-color: #eee;
	border: 1px;
	color: #444;
	border-radius: 300px;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	overflow: visible;
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 10px;
	padding: 5px;
	padding-left: 15px;
}


div.message {
	text-align: center;
	cursor: pointer;
	display: block;
	font-weight: normal;
	padding: 0 1.5rem 0 1.5rem;
	transition: height 300ms ease-out 0s;
	background-color: #F05F40;
	color: white;
	top: 15px;
	right: 15px;
	z-index: 999;
	overflow: hidden;
	line-height: 40px !important;
	margin-bottom: 10px;
}

div.message:before {
	line-height: 0px;
	font-size: 20px;
	height: 12px;
	width: 12px;
	border-radius: 15px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	left: -11px;
	background-color: #FFF;
	padding: 12px 14px 12px 10px;
	content: "i";
	color: #a0d3e8;
}

div.message.error {
	background-color: #C3232D;
	color: #FFF;
}

div.message.error:before {
	padding: 11px 16px 14px 7px;
	color: #C3232D;
	content: "x";
}

div.message.hidden {
	height: 0;
}

button[type="submit"] {
	padding: 1rem 2rem;
	margin-left: auto;
	margin-right: auto;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	border-radius: 300px;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	color: #212529;
	background-color: #f8f9fa;
}

button[type="submit"].lostpass {
	background-color: #F05F40;
	border-color: #F05F40;
	color: #fff;
}

a {
	color: white;
	margin-left: auto;
	margin-right: auto;
}


a:hover {
	color: yellow;
}

.navbar {
	background: #e84221 !important;
	height: 70px;
}

@media screen and (max-width: 991px) {
	.white_logo {
		display: none;
	}

	.navbar {
		background: white !important;
	}

	.navbar-collapse {
		background: white !important;
		margin-left: -20px !important;
		padding: 15px !important;
		margin-right: -20px !important;
	}

}

@media screen and (max-width: 313px) {
	.navbar-brand {
		font-size: 1rem !important;
	}
}

.kknavbar {
	padding-top: 0.8rem !important;
}

footer p {
  text-align: center;
}

footer p a, footer p a:visited {
  color: #aaa;
}

footer p a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, .7);
}

section#moredetails {
	padding-top: 0px;
	padding-bottom: 1px;
}

section#moredetails img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	margin-bottom: 1rem;
}

@media (min-width: 1200px) {
	.container {
			max-width: 1180px;
	}
}