@import url("styles_paystay.css");

:root {
  --primaryColor: #003c6e;
  --highlightColor: #1f5980;
}

body {
	background-color: #003c6e;
	background-color: var(--primaryColor);
	background-image: none;
}

.smalllogo, .logo { background-image: url("/assets/img/logo_townsville.png"); }

button.btn {
	background-color: #003c6e;
	background-color:var(--primaryColor);
	border-color: #003c6e;
	border-color: var(--primaryColor);
}

button.btn:hover, button.btn:focus, button.btn:active:focus {
	background-color: var(--highlightColor);
	background-color: #1f5980;
}



form:after{
	content: 'ePermits';
	color:#003c6e;
	font-size : 32px;
	font-weight: bold;
	width:100%;
	justify-content:center;
	margin-top:10px;
	display: flex;
	font-family:  sans-serif ;

	
}
.row .row:after{
	content: 'is Powered By';
	Font-family: Montserrat;
	font-size : 1em;
	color: #212529;
	text-align:center;
	width:120px;
	height:80px;
	margin-top:-5px;
	margin-left:auto;
	margin-right:auto;
	background-image: url("/assets/img/paystay_logo.png");
	background-size: contain;
	background-position : bottom center;
	background-repeat: no-repeat;


}



.logo {
	background-size: contain;
	max-width:70%;
	background-position : center;
	margin-left:auto;
	margin-right:auto;
	background-repeat: no-repeat;
	display: flex;
	margin-bottom:10px;
}


#LoginContainer.card, .container{
	background-color: rgba(255,255,255,1) !important;
}