/* General stuff */

input[type=text],
input[type=password],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email] {
    width: 100%;
}

html, body {
	height: 100%;
}

body {
	background-color: rgba(2, 85, 109, 0.95);
}

.logoTitleTableCls {
	margin: 0 auto;
}

.logoTitleTableTextCellCls {
	vertical-align: bottom;
	padding-left: 1rem;
}

.bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-image: url(../images/adminBg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: -1;
}

#loginCard {
	width: 600px;
}

a:hover {
	cursor: pointer;
}

.forgot-credentials {
	 
	font-size: 11px;
	text-decoration: none;
	font-family: 'Avenir Next';
	border: solid;
	border-width: 0px;
	padding: 12px;
}

.email-result-message-error {
	color: red !important;
	font-size: 11px;
	text-decoration: none;
	font-family: 'Avenir Next';
	border: solid;
	border-width: 0px;
	padding: 12px;
}

.password-has-been-reset {
	margin-top: 25px;
	text-align: center;
	font-size: 22px;
	text-decoration: none;
	font-weight: bolder;
	font-family: 'Avenir Next';
}


.bad-uandp {
	color: red !important;
	font-size: 13px;
	text-decoration: none;
	font-family: 'Avenir Next';
	border: solid;
	border-width: 0px;
	padding: 12px;
}