/* *************************** */
/* Eric Meyers Reset CSS 2.0  */
/* *************************** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: "Arial";
	color: #333333;
}

* {
	box-sizing: border-box;
}

a {
	color: #1e96ff;
}

h1 {
	color: white;
	font-size: 50px;
}

p {
	line-height: 1.5em;
}

.loginpage {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 100vh;
	grid-template-areas:
	 "left   right";
	background: #1e96ff;
	background: linear-gradient(90deg, rgba(30,150,255,1) 0%, rgba(0,212,255,1) 100%);
}

.loginpage > * {
	background-color: auto;
}

/* ===============
	Login Form
   =============== */
.login-left {
	grid-area: left;
	background-color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.loginbox {
	width: 80%;
	max-width: 500px;
	text-align: center;
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.loginbox input[type=text],
.loginbox input[type=password] {
	width: 100%;
	margin: 2px;
}

.loginbox input[type=text]:focus,
.loginbox input[type=password]:focus {

}

.loginfield {
	border: 0px solid white;
	padding: 15px 20px;
	background-color: #f3f3f3;
	color: #333333;
}

.loginsubmit {
	margin: 0px auto;
	background-color: #ee1d4d;
	border: 1px solid #ee1d4d;
	color: white;
	padding: 10px 20px;
	width: 100%;
	font-size: 1em;
	border-radius: 4px;
	cursor: pointer;
	font-family: Arial;
	-webkit-appearance: none;
}

.clickedsubmit {
	background-color: #f3f3f3;
	border-color: #dddddd;
	color: #777777;
	cursor: wait;
}

.loginlinksbox {
	margin-top: 20px;
	text-align: center;
}

.loginlink {
	display: flex;
	align-items: center;
	margin: 10px 0px;
	justify-content: center;
}

.loginlink img {
	height: 25px;
	margin-right: 10px;
}







/* ===============
	Blue panel
   =============== */
.login-right {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 60px;
	padding: 20px;
}

.logolink {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 30px;
}

.loginlogo {
	width: 200px;
}

.footer {
	background-color: transparent !important;
	color: white !important;
	text-align: center;
}

.footerlink {
	color: white !important;
}








.right-content {
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	justify-content: center;
	color: white;
	margin: 0px auto;
}

.right-content2 {
	max-width: 600px;
	display: grid;
	grid-template-columns: 1fr 5fr;
	grid-template-areas:
		"icon head"
		"icon text";
	align-items: top;
}

.right-content2 > * {
	background-color: auto;
}

.login-heading-icon {
	width: 100px;
	margin: 10px;
}

.icon-march {
	grid-area: icon;
	width: 120px;
	margin-right: 20px !important;
}

.login-heading {
	grid-area: head;
}

.right-content2 p {
	color: #0361b2;

}

.login-text {
	grid-area: text;
}

.login-tabs {
	display: flex;
	margin-top: 20px;
}

.login-tabs a {
	color: white;
	text-decoration: none;
	padding: 20px;
	background-color: #0361b2;
	margin: 5px;
	border-radius: 2px;
	transition: background-color 400ms;
}

.login-tabs a:hover {
	background-color: white;
	color: #0361b2;
}








@media only screen and (min-width : 0px) and (max-width : 800px) {
	.loginpage {
		grid-template-columns: 1fr;
		grid-template-areas:
		 "left"
		 "right";
	}

	.login-left {
		padding-top: 30px;
	}

	.loginlinksbox {
		margin-bottom: 20px;
	}

	.login-right {
		padding: 20px;
	}

	.right-content2 {
		margin-bottom: 50px;
	}

	.right-content2 {
		max-width: 600px;
		grid-template-columns: 1fr 4fr;
		grid-template-areas:
			"icon head"
			"text text";
		align-items: center;
		gap: 10px;
	}

	.right-content2 > * {
		background-color: auto;
	}

	.login-tabs {
		justify-content: center;
	}

	h1 {
		font-size: 30px;
	}

	.login-heading-icon {
		width: 50px;
		margin: 10px;
	}

	.icon-march {
		width: 70px;
		margin-right: 0px !important;
	}
}

.sso-login-link {
	margin-top: 1rem;
	text-align: center;
}
.sso-link {
	font-weight: bold;
	color: #e51c4a; /* or your brand red */
	text-decoration: underline;
}


