input {
	outline: none;
}

*,
:after,
:before {
	box-sizing: border-box;
}
html {
    height: 100%;
}

body {
	font-family: var(--mainFontFamily);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2;
	color: #212529;
	text-align: left;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    height: 100%;
}

h4 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: initial;
}

a:hover {
	color: #0056b3;
	text-decoration: underline;
}

img {
	border-style: none;
}

img,
svg {
	vertical-align: middle;
}

svg {
	overflow: hidden;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

button,
input {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button {
	text-transform: none;
}

[role="button"] {
	cursor: pointer;
}

[type="submit"],
button {
	appearance: button;
	-webkit-appearance: button;
}

[type="submit"]:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}

h4 {
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
}

h4 {
	font-size: 1.5rem;
}

@media print {

	*,
	:after,
	:before {
		text-shadow: none !important;
		box-shadow: none !important;
	}

	a:not(.btn) {
		text-decoration: underline;
	}

	img {
		page-break-inside: avoid;
	}

	body {
		min-width: 992px !important;
	}
}

button {
	outline: 0 !important;
}

body {
	height: 100%;
}

body {
	font-size: 14px;
	width: 100%;
	background: #fff;
	overflow-x: hidden;
	font-family: var(--mainFontFamily);
}

body {
	margin: 0;
	padding: 0;
}

a,
a:hover {
	text-decoration: none;
	color: #676767;
}

:focus,
button:focus {
	outline: none;
}

.break {
	flex-basis: 100%;
	height: 0;
}

@media all {

	body,
	div,
	span,
	iframe,
	h4,
	a,
	img,
	form {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	a {
		text-decoration: none;
	}

	img {
		max-width: 100%;
	}

	body {
		padding: 0;
		margin: 0;
		background: #fff;
		font-family: 'Montserrat', sans-serif;
	}

	body a {
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		-ms-transition: 0.5s all;
		text-decoration: none;
	}

	body a:hover {
		text-decoration: none;
	}

	body a:focus,
	a:hover {
		text-decoration: none;
	}

	input[type=password] {
		font-family: 'Montserrat', sans-serif;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		-ms-transition: 0.5s all;
	}

	h4 {
		margin: 0;
		padding: 0;
		font-family: 'Montserrat', sans-serif;
		letter-spacing: 1px;
	}

	.pageContainer {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		background-image: url("/assets/images/LoginBackground.webp");
	}

	.loginContainer {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		border-radius: 15px;
		padding: 1em 2em 1em;
		flex-basis: 15%;
		-webkit-flex-basis: 15%;
		-webkit-box-shadow: -2px 7px 37px 8px rgba(0, 0, 0, 0.52);
		-moz-box-shadow: -2px 7px 37px 8px rgba(0, 0, 0, 0.52);
		box-shadow: -2px 7px 37px 8px rgba(0, 0, 0, 0.52);
		background-color: #FFFFFF;
	}

	.imageDiv {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		height: 100%;
	}

	.loginDiv {
		width: 280px;
	}

	.icon-head-wthree {
		text-align: center;
	}

	.icon-head-wthree h4 {
		font-size: 19px;
		color: #000000;
		padding-bottom: 15px;
		text-align: center;
	}

	.loginContainer input[type="text"],
	.loginContainer input[type="password"] {
		width: 100%;
		color: var(--maincolor);
		outline: auto;
		font-size: 14px;
		padding: .6em .7em;
		margin: 0px 0px 15px;
		border: none;
		border-radius: 5px;
		appearance: none;
		-webkit-appearance: none;
		display: inline-block;
		background: rgb(255, 255, 255);
		transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
	}

	.thirdparty-btnn {
		padding: 5px 0 5px 0;
		width: 280px;
		height: 48px;
	}

	button[type=submit] {
		width: 100%;
		background: var(--maincolor) !important;
		outline: none;
		color: #fff;
		border-radius: 5px;
		font-size: 13px;
		border: 1px solid #fff;
		padding: 10px;
		letter-spacing: 1px;
		text-transform: uppercase;
		cursor: pointer;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-o-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-ms-transition: 0.5s all;
	}

	button[type=button] {
		width: 100%;
		background: var(--maincolor) !important;
		outline: none;
		color: #fff;
		border-radius: 5px;
		font-size: 13px;
		border: 1px solid #fff;
		padding: 10px;
		letter-spacing: 1px;
		text-transform: uppercase;
		cursor: pointer;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-o-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-ms-transition: 0.5s all;
	}

	button:hover {
		color: #000;
		background: #fff;
	}

	.break {
		flex-basis: 100%;
		height: 0;
	}

	@media only screen and (max-width:999px) {
		.loginContainer {
			flex-basis: 80%;
			padding: 1em 1.5em 2em;
		}
	}

	.g_id_signin {
		width: 500px;
	}
}

@media only screen and (max-width:999px) {
	.loginContainer {
		flex-basis: 80%;
		padding: 1em 1.5em 2em;
	}
}

.L6cTce {
	display: none;
}

.LgbsSe-Bz112c {
	display: block;
}

.S9gUrf-YoZ4jf,
.S9gUrf-YoZ4jf * {
	border: none;
	margin: 0;
	padding: 0;
}

.nsm7Bb-HzV7m-LgbsSe {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color .218s, border-color .218s;
	transition: background-color .218s, border-color .218s;
	-webkit-user-select: none;
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #dadce0;
	color: #3c4043;
	cursor: pointer;
	font-family: "Google Sans", arial, sans-serif;
	font-size: 14px;
	height: 40px;
	letter-spacing: 0.25px;
	outline: none;
	overflow: hidden;
	padding: 0 12px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: auto;
}

@media screen and (-ms-high-contrast:active) {
	.nsm7Bb-HzV7m-LgbsSe {
		border: 2px solid windowText;
		color: windowText;
	}
}

.nsm7Bb-HzV7m-LgbsSe.pSzOP-SxQuSe {
	font-size: 14px;
	height: 32px;
	letter-spacing: 0.25px;
	padding: 0 10px;
}

.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
	height: 18px;
	margin-right: 8px;
	min-width: 18px;
	width: 18px;
}

.nsm7Bb-HzV7m-LgbsSe.pSzOP-SxQuSe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
	height: 14px;
	min-width: 14px;
	width: 14px;
}

.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-bN97Pc-sM5MNb {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: 100%;
	position: relative;
	width: 100%;
}

.nsm7Bb-HzV7m-LgbsSe .oXtfBe-l4eHX {
	justify-content: center;
}

.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-BPrWId {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	font-family: "Google Sans", arial, sans-serif;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
}

.nsm7Bb-HzV7m-LgbsSe .oXtfBe-l4eHX .nsm7Bb-HzV7m-LgbsSe-BPrWId {
	-webkit-flex-grow: 0;
	flex-grow: 0;
}

.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-MJoBVe {
	-webkit-transition: background-color .218s;
	transition: background-color .218s;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.nsm7Bb-HzV7m-LgbsSe:hover,
.nsm7Bb-HzV7m-LgbsSe:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #d2e3fc;
	outline: none;
}

.nsm7Bb-HzV7m-LgbsSe:hover .nsm7Bb-HzV7m-LgbsSe-MJoBVe,
.nsm7Bb-HzV7m-LgbsSe:focus .nsm7Bb-HzV7m-LgbsSe-MJoBVe {
	background: rgba(66, 133, 244, .04);
}

.nsm7Bb-HzV7m-LgbsSe:active .nsm7Bb-HzV7m-LgbsSe-MJoBVe {
	background: rgba(66, 133, 244, .1);
}

.hidden {
	display: none !important;
	left: 0px;
}

#resetDialog {
	height: 100%;
	width: 100%;
	left: 0;
	position: fixed;
	z-index: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	animation: showDialog 1s ease forwards;
	bottom: -100%;
}

#resetOptions {
	display: flex;
	flex-wrap: wrap;
	width: 600px;
	background: #FFFFFF;
	z-index: 501;
	border-radius: 10px;
	padding-bottom: 10px;
	box-shadow: .4rem .4rem 2.4rem .2rem hsla(44, 48%, 45%, 0.3);
}

#resetOptions h3 {
	background: #ebe1c6;
	width: 100%;
	padding: 10px 10px 10px 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 1.2em;
	font-weight: 600;
}

#resetOptions input, textarea {
	margin: 20px 20px 0 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#resetOptions button {
	margin: 0px 20px 10px 20px;
}

.dialogBackground {
	opacity: 0.5;
	background-color: #676767;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 500;
}

.dialogRow {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dialogButtonRow {
	padding-top: 30px;
}

.dialogInput {
	width: 100%;
}

@keyframes showDialog {
  to{
    bottom: 20px;
    opacity:1;
  }
}

.closeDialog {
	animation: hideDialog 1s ease forwards;
}

@keyframes hideDialog {
  to{
    bottom: -100%;
    opacity:0;
  }
}

.resetText {
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	padding-bottom: 20px;
}