  body{ min-height: 100vh; }

.standard button {
	transition: all 0.3s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 2px solid black;
	text-align: center;
	width: 100%;
	margin-bottom: 12px;
	text-transform: uppercase;
	font-size: small;
	cursor: pointer;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: transparent;
	font-family: Roboto;
	font-weight: bold;
}
.bg-dark .standard button {
	border-color: white;
	color: white;
}
.standard button.rounded, .standard input[type="button"].rounded { border-radius: 24px; }

.bg-dark .standard input[type="submit"].rounded
{
	background-color: transparent;
	color: white;
	border-color: white;
}

.standard button:hover, 
.standard button:active, 
.standard button:focus 
{
	background-color: rgba(0,0,0,0.25);
	transition: all 0.3s ease;
}

.bg-dark .standard input[type="button"].rounded:hover,
.bg-dark .standard input[type="button"].rounded:active,
.bg-dark .standard input[type="button"].rounded:focus,
.bg-dark .standard input[type="submit"].rounded:hover,
.bg-dark .standard input[type="submit"].rounded:active,
.bg-dark .standard input[type="submit"].rounded:focus
{
	background-color: rgba(0,0,0,0.25);
	transition: all 0.3s ease;
	border-color: white;
	color: white;
}

a.hau-logo-right{ float: right; }
a.hau-logo-right img{ width: 180px;  }
a.hau-shield img{ width: 80px;  }

.bg-dark .standard.rounded input[type="text"], 
.bg-dark .standard.rounded input[type="password"]
{
	background-color: rgba(0,0,0,0.2);
	border-radius: 24px;
	padding-left: 24px;
	width: calc(100% - 24px);
	
	border-top: 1px solid rgba(0,0,0,0.5) !important;
	border-bottom: 1px solid rgba(255,255,255,0.5) !important;
}

.standard.rounded label.input-label { padding-left: 24px; }
		

@media screen and (max-width: 640px) 
{
	.standard input[type="text"], .standard input[type="password"]{ min-height: 42px; }
}

@media screen and (max-width: 480px) 
{
	a.hau-logo-right img{ min-width: 140px; width: 140px; }
}
@media screen and (max-width: 320px) 
{
	a.hau-logo-right img{ min-width: 100px; width: 100px; }
}