@charset "utf-8";

/* CSS Document */
h2 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 0px;
}

h3 {
	font-size: 28px;
	color: #000;
}

a.loginLink,
A:visited.loginLink,
A:visited.loginLink {
	TEXT-DECORATION: underline;
}

select,
textarea,
input[type="text"],
input[type="password"] {
	padding: 4px 6px;
	width: 350px;
	Height: 22px;
	border-radius: 4px;
	font-size: 14px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
	border-color: #52266f;
	box-shadow: 0 1px 1px #fff inset, 0 0 4px #eae5ee;
	outline: 0 none;
}

.login-login-button {
	width: 200px !important;
	Height: 30px !important;
	text-transform: capitalize;
	background-color: #52266f !important;
	color: white !important;
	border-radius: 4px;
	text-shadow: none;
	border: none;
	transition: all 1s ease;
}

.login-login-button:hover {
	background-color: #6c4785 !important;
}

.login-login-button:focus {
	background-color: #6c4785 !important;
}

a {
	color: #52266f;
	text-decoration: none;
}

a:hover {
	color: #009aa5;
}

a:visited {
	color: #86679a;
}

.input-label {
	text-align: left;
	margin: 2px 15px;
	font-size: 13px;
	font-weight: bold;
}

.login-kallik-logo {
	left: 10px;
	height: 6.3vh;
	max-width: 14.516vw;
}

.ams-home-reset-password-message {
	display: none;
}

.login-version-number {
	position: absolute;
	bottom: 5%;
	width: 40%;
	display: flex;
	justify-content: end;
	padding-right: 30px;
}

.row-fluid [class*="span"] {
	min-height: 10px !important;
}

.login-talk-to-us-today {
	font-size: 17px;
	color: white;
	padding-right: 10px;
}

.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}

.ams-home-reset-password-error-message {
	line-height: 20px;
	text-align: center;
	padding: 10px;
	margin-top: -25px !important;
	color: #d0021b;
	display: none;
}

.support-text {
	text-align: center !important;
	width: 100% !important;
}

.login-input-text {
	width: 372px;
	Height: 30px;
}

.alert {
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	bottom: 5vh;
	max-width: 30vw;
	width: auto;
	min-height: 18px;
	z-index: 1;
	border-radius: 3px;
	box-shadow: 3px 3px 2px #524f5257;
	overflow:hidden;
}