body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 0.9rem;
}
.skip-link {
	position: absolute;
	top: -40px;
	left: 0;
	background: #000000;
	color: white;
	padding: 8px;
	z-index: 100;
}
*,
::after,
::before {
	box-sizing: border-box;
}

.skip-link:focus {
	top: 0;
}

a {
	color: #005588;
}

.common_login_page {
	background-color: #eceff1;
}

/* 
** Alert Message Styles
*/
#alertMsg {
	line-height: 1.4;
	font-size: 0.8rem;
}

.alert {
	padding: 10px;
	border-radius: 6px;
	margin-bottom: 10px;
}

.alert-error {
	background: #ffdbdb;
	color: #800000;
	box-shadow: 0 0 0 1px white, 0 0 0 3px #ff6e63ba;
}
.alert-success{
	background: #d1e7dd;
    color: #0f5132;
    box-shadow: 0 0 0 1px white, 0 0 0 3px #badbcc;
}

.alert-warning {
	background: #fffadb;
	color: #755000;
	box-shadow: 0 0 0 1px white, 0 0 0 3px #e0b040;
}

.error_close_btn {
	background: #f44336;
	border: none;
	font-size: 16px;
	color: white;
	border-radius: 100%;
	cursor: pointer;
	transition: background 0.4s ease-in-out;
}
.error_close_btn:hover {
	background: #800000;
}

/* 
** Login page wrapper
*/
.mainLogin_page {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	background-repeat: no-repeat;
	font-size: 0.825rem;
	z-index: 1;
	position: relative;
}

.bg_image_wrap {
	z-index: 0;
}

.positon-fix {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
}
.main_background_color {
	z-index: 2;
	/* background-color: #f05223; */
}

.main_background_image {
	z-index: 1;
	background-image: url("../images/bg_image.jpg");
	background-size: cover;
}

.loginForm {
	max-width: 450px;
	min-width: 430px;
	align-self: center;
	padding: 30px;
	box-sizing: border-box;
}
.loginPage {
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.loginBox {
	display: flex;
	border-radius: 6px;
	margin: auto 20px;
	min-height: 450px;
}

.common_login_page .loginBox {
	position: relative;
	background-color: white;
	box-shadow: 0 0 0 3px rgb(185 202 210 / 50%);
}

.common_login_page .loginBox:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 2%;
	width: 100%;
	top: 85%;
	max-width: 96%;
	background: #777;
	box-shadow: 1px 25px 10px rgb(137 145 154 / 56%);
}

.loginPage_promoImge {
	padding: 20px;
}

/* 
** Form input Styles
*/

.field_label {
	font-size: 0.825rem;
	color: #343747;
	margin-bottom: 5px;
	display: inline-block;
}
.input_wrap,
.loginTitle {
	margin-bottom: 20px;
}
.pwd_input {
	margin: 0;
}

/*  input[type="text"], input[type="password"] */

input.formInput_field {
	border: 1px solid #809090;
	width: 100%;
	box-sizing: border-box;
	border-radius: 0.375rem;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	appearance: none;
	background-color: #fff;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.login_btn {
	border: 0px;
	background-color: #f05223;
	padding: 13px;
	width: 100% !important;
	border-radius: 4px;
	color: white;
	font-size: 1rem;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
}
.login_btn:hover {
	filter: brightness(1.2);
}

.sso-links {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}
.sso-links a {
	text-decoration: none;
}
.sso-links a:hover {
	text-decoration: underline;
}

.login_btn_wrap {
	padding: 20px 0;
}

.hide {
	display: none;
}
.flex {
	display: flex;
}
.top_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #302e37b3;
	min-height: 50px;
	padding: 10px;
}
.header_styling {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto;
}
.footer_styling {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto;
	width:100%;
}

/* 
** Main Nav Styles
*/

.top-nav-wrap {
	flex: 1;
	text-align: right;
}

ul.main-nav {
	margin: 0;
	padding: 0;
	display: inline-flex;
	list-style: none outside none;
}

ul.main-nav li.menu-item {
	margin-right: 20px;
}
ul.main-nav li.menu-item a {
	text-decoration: none;
	font-size: 14px;
	color: white;
	font-weight: bold;
}

/* 
** Footer Styles
*/

footer.main-page-footer {
	min-height: 30px;
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}

ul.footer-nav {
	list-style: none outside none;

	display: flex;
}

ul.footer-nav li.footer-menu-item {
	margin-right: 10px;
}
.footer-copyright {
	font-size: 0.825rem;
	color: rgb(122, 123, 130);
}

@media screen and (max-width: 960px) {
	.loginImage {
		/* Apply some styles */
		display: none !important;
	}
	.loginBox {
		min-height: fit-content;
	}
}

@media screen and (max-width: 750px) {
	.top_header {
		flex-direction: column;
	}

	.loginBox {
		width: 100%;
		margin: 20px;
		min-height: fit-content;
	}

	.loginForm {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}
}
