@layer base{
	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, font, 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 {
		margin: 0;
		padding: 0;
		border: 0;
		background: transparent;
	}

	html{
		height: 100%;
	}

	body {
		line-height: 1;
	}
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		clear: both;
	}
	ol, ul {
		list-style: none;
	}
	blockquote {

		quotes: none;
	}
	blockquote:before, blockquote:after {
		content: '';
		content: none;
	}
	del {
		text-decoration: line-through;
	}

	*:focus
	{
		outline: none;
	}

	.clear { clear: both; }

	a:active
	{
	outline: none;
	}

	a:focus
	{
	-moz-outline-style: none;
	}

	a:active, a:focus, input[type="image"] {
		outline: 0;
	}

	a
	{
		text-decoration: none;
		color: #dedede;
	}

	a img { border: none; }


	/* General Classes */

	body
	{
		margin: 0;
		padding: 0;
		background-attachment:fixed;
		background-position: bottom;
		background-size: cover;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		background-color: #f8fafc;
	}

	.changePassword{
		margin-top: 90px !important;
	}

	/* @font-face {
		font-family: 'Open Sans';
		font-weight: 400;
		font-style: normal;
		src: url('/client/fonts/OpenSans-Regular.ttf')  format('truetype')
	}

	@font-face {
		font-family: 'Open Sans';
		font-weight: 400;
		font-style: italic;
		src: url('/client/fonts/OpenSans-Italic.ttf')  format('truetype') 
	}

	@font-face {
		font-family: 'Open Sans';
		font-weight: 700;
		font-style: normal;
		src: url('/client/fonts/OpenSans-Bold.ttf')  format('truetype')
	} */

	@font-face {
		font-family: 'Inter';
		src: url('/client/fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype-variations');
		font-weight: 100 900; /* Диапазон веса от 100 до 900 */
		font-style: normal; /* Обычный стиль */
		font-display: swap;
	}

	@font-face {
		font-family: 'Inter';
		src: url('/client/fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype-variations');
		font-weight: 100 900; /* Диапазон веса от 100 до 900 */
		font-style: italic; /* Курсивный стиль */
		font-display: swap;
	}


	*{
		font-family: 'Inter', sans-serif !important;
	}

	body.background1{
		background-image: url(/client/images/login-bg/bg1.jpeg);
	}
	body.background2{
		background-image: url(/client/images/login-bg/bg2.jpeg);
	}
	body.background3{
		background-image: url(/client/images/login-bg/bg3.jpeg);
	}
	body.background4{
		background-image: url(/client/images/login-bg/bg4.jpeg);
	}

	.layer {
		background-color: rgba(26, 26, 26, 0.5);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.logo-header{
		text-align: center;
		margin-top: 60px !important;
		display: inline-block;
		width: auto;
		border-radius: 90px;
		background-color: white;
	}

	.logo-header img{
		height: 50px;
		margin: 20px;
	}

	HTML
	{
		font-size: 1.2em;
	}
	p
	{
		line-height: 1.5em;
	}
	p a
	{
		font-weight: normal;
	}
	p a:hover
	{
		text-decoration: underline;
	}

	p.ui-state-highlight {
		margin-left: 0;
		font-weight: normal;
		margin-top: 8px;
		color: red;
		padding: 0;
		background-color: transparent;
		border: none;
		font-size: 14px;
		text-align: left !important;
	}

	#parent-critical_error p.ui-state-highlight{
		text-align: center !important;
	}

	div.login-header{
		background-color: #1663a7;
		height: 40px;
		width: 100%;
		color: white;
		z-index: 9999;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		padding-top: 5px;
		position: absolute;
		box-sizing: border-box;
	}

	.login-header.update-header{
		background-color: transparent;
	}

	input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofil{
		background-color: white !important;
	}

	@media screen and (max-height: 700px) {
		footer {
			position: relative !important;
			margin-top: 30px;
		}
	}

	footer {
		background-color: transparent;
		height: 35px;
		width: 100%;
		color: #344251;
		z-index: 9999;
		position: absolute;
		bottom: 0;
		margin-bottom: 15px;
		box-sizing: border-box;
		text-align: center;
	}


	footer img{
		height: 35px;
	}

	footer .text-holder{
		color: white;
		display: inline-block;
		line-height: 35px;
		font-weight: bold;
		vertical-align: bottom;
		margin-left: 8px;
		font-size: 14px;
	}

	.footer-link{
		color:white;
		font-size: 14px;
		display: inline-block;
		margin-top: 20px;
	}

	.footer-link:hover{
		text-decoration: underline;
	}

	.link-divider{
		color: white;
		margin-left: 5px;
		margin-right: 5px;
	}

	footer .right-footer-box a:first-of-type{
		margin-right: 15px;
	}

	footer a:hover{
		text-decoration: underline;
	}

	.buckhill-img{
		margin-left: 10px;
		margin-top: -8px;
		width: 26px;
		float: left
	}

	DIV#top
	{
		margin: auto;
		width: 500px;
		margin-top: 30px;
		margin-bottom: 15px;
	}

	.red-bold{
		color: #c1272d;
		text-align: left;
		font-weight: bold;
		margin-bottom: 7px;
	}

	DIV#loginWrapper
	{
		width: 100%;
		text-align: center;
		min-height: 700px;
	}

	DIV.front
	{
		padding: 20px;
	}

	DIV.front h1
	{
		font-size: 14px;
		font-weight: bold;
	}

	DIV#loginFooter
	{
		width: 550px;
		margin : 5px auto auto;
		font-size: 10px;
		color: #002c46;
		text-align: right;
	}

	DIV#footer a
	{
		color: #002c46;
		font-weight: bold;
	}

	button.loginInButton
	{
		width: 213px;
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 0;
	}

	.ui-button{
		color:#2e6e9e;
	}

	DIV#support
	{
		height: 319px;
	}

	.divider{
		margin-left: -20px;
		margin-right: -20px;
		margin-top: 20px;
	}

	.forgot{
		margin-left: 20px;
	}

	#do_support
	{
		float: right;
	}

	label
	{
		color: #344251;
		margin-top: 16px;
		font-size: 14px;
		margin-bottom: 8px;
		width: 100%;
		text-align: left;
		display: block;
		font-weight: bold;
	}

	label:hover
	{
		cursor: pointer;
	}

	DIV.loginRight label
	{
		font-weight: normal;
		padding-bottom: 2px;
	}


	INPUT.inputText
	{
		height: 34px !important;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		font-size: 14px;
		box-sizing: border-box;
		padding: 0 10px;
		border: 1px solid #c9d6df;
		background-color: white;
		width: 100%;
		font-weight: normal;
		color: #565656;
	}

	INPUT.inputText:focus{
		border-color: #2888c7;
	}

	ul {
		display: inline-table;
		list-style-type: none;
		margin: 0;
		padding: 0;
		float: none;
		clear: both !important;
		margin-right: 36px;
		font-size: 11px !important;
	}

	li {
		display: inline;
		margin-left: 5px;
		margin-right: 5px;
	}

	li a{
		font-size: 11px;
		color: white !important;
	}

	li a:hover{
		text-decoration: underline;
	}

	DIV#login
	{
		height: 315px;
	}

	DIV#login p
	{
		font-size: 11px;
		margin-top: 5px;
		margin-bottom: 10px;
		font-weight: bold;
	}

	p#error-globalmsg
	{
		padding: 10px;
		margin-bottom: 10px;
	}

	h3#error {
		background: #fff;
		width: 280px;
		border: 1px solid red;
		padding: 10px;
		text-align: left;
		font-size: 1.3em;
		line-height: 1.5em;
		margin-bottom: 10px;
	}

	table.supportFormTable
	{
		font-size: 12px;
	}

	table.supportFormTable TEXTAREA
	{
		width: 515px;
		height: 140px;
		border: 1px solid #c9d6df;
		padding: 5px;
	}

	#do_return, #do_submit
	{
		font-size: 11px;
		margin-top: 10px;
		float: right;
	}

	#do_log_in_sso
	{
		font-size: 11px;
	}

	p.copyright
	{
		font-size: 9px;
		padding: 5px;
		float: left;
	}

	.container{
		width: 338px;
		margin: 0 auto;
		padding-top: 16%;
	}

	.container p.ui-state-highlight{
		margin-left: 0;
		width: 296px;
		box-sizing: border-box;
		border-radius: 2px;
		text-align: left !important;
	}

	.info{
		text-align: left !important;
		font-size: 14px;
	}

	.red{
		color: red !important;
	}

	.container INPUT.inputText:focus,.container INPUT.inputText {
		width: 100%;
		border:1px solid #c9d6df;
		padding: 7px;
		margin: 0 auto;
		background-color: white;
		float: none;
		color: #1a1a1a;
		border-radius: 2px}

	.container .ui-state-default,
	.container .ui-widget-content .ui-state-default,
	.container .ui-widget-header .ui-state-default{
		border: 1px solid white;
		background-color: #1a1a1a !important;
		float: none;
		height: 31px;
		width: auto;
		margin-top: 10px;
		border-radius: 2px;
	}

	.container button:hover,
	.container button:focus,
	.container button:active{
		background-color: white !important;
		border: 1px solid #1a1a1a;
		color: #1a1a1a;
	}

	.container .required{
		text-align: center;
	}

	DIV.loginLeft img
	{
		padding-top: 65px;
		padding-left: 68px;
	}

	DIV.loginWindow {
		width: 370px;
		max-width: 100%;
		margin: 0 auto;
		position: relative;
		background: white;
		border:1px solid #bbccdd;
		border-radius: 10px;
		margin-top: 60px;
		overflow: hidden;
		padding: 20px;
		box-sizing: border-box;
		padding-top: 60px;
	}

	.loginWindow .header{
		height: 50px;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		background-color: #f8fafc;
		border-bottom:1px solid #bbccdd;
		color: #2888c7;
		text-align: center;
	}

	.loginWindow .header h2{
		color: #344251;
		text-align: center;
		line-height: 50px;
		font-weight: bold;
	}

	.hidden
	{
		display: none;
	}



	.buckhill { color: #3c60a3; padding-right: 86px; font-size: 10px; text-align: right; }
	.buckhill a { color: #3c60a3; }
	#clock,
	#date,
	#day{
		width: 250px; height: 100px;
		font-size: 2.4em;
		color: white;
		position: absolute;
		margin-left: -125px;
		margin-top: -50px;
		text-align: left;
		line-height: 100px;
		background-color: transparent;
		text-shadow: 1px 1px 1px #000;
		display: none;
	}

	#date{
		left: 52%; top: 48%;
		width: 290px;
		padding-top: 3px;
	}

	#day{
		width: 290px;
		left: 52%; top: 43%;
		padding-top: 4px;
	}

	#clock{
		left: 32%; top: 46%;
		font-size: 5.3em;
	}

	a.idp-anchor {
		display:block;
		margin: 10px;
		padding: 10px;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
		border: 1px solid #9acfea;
	}

	a.idp-anchor {
		display:block;
		margin: 10px;
		padding: 10px;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
		border: 1px solid #9acfea;

		opacity: 0;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	a.idp-anchor:hover {
		background-color: white !important;
		border: 1px solid #1a1a1a;
		color: #1a1a1a;
	}

	.btn-half{
		width: calc(50% - 10px)  !important;
		float: left;
	}

	.btn-half:first-of-type{
		margin-right: 20px;
	}

	.btn-login {
		font-size: 14px;
		font-weight: normal;
		text-align: center;
		display: block;
		border: 1px solid #2888c7;
		width: 100%;
		box-sizing: border-box;
		border-radius: 5px;
		padding: 0 15px;
		line-height: 32px;
		color: #2888c7;
		height: 34px;
		background-color: white;
		margin-top: 20px;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		cursor: pointer;
	}

	.btn-login:hover {
		background-color: #2888c7;
		color: white;
	}

	.btn-login.btn-login-blue:hover{
		background-color:white;
		color:  #2888c7;
	}

	.btn-login.btn-login-blue {
		background-color: #2888c7;
		color: white;
	}


	#password-strength-meter{
		width: 100%;
		height: 15px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.feedback{
		font-weight: normal !important;
	}

	strong[data-strength="0"]
	{
		color: red;
	}

	strong[data-strength="1"]
	{
		color: red;
	}
	strong[data-strength="2"]
	{
		color: orange;
	}
	strong[data-strength="3"]
	{
		color: #6bba70;
	}
	strong[data-strength="4"]
	{
		color: darkgreen;
	}

	meter::-webkit-meter-bar {
		border-radius: 2px !important;
	}
	[data-strength="4"] meter::-webkit-meter-optimum-value {
		box-shadow: 0 5px 5px -5px #999 inset;
		background: darkgreen;
		background-size: 100% 100%;
	}

	[data-strength="3"] meter::-webkit-meter-optimum-value {
		box-shadow: 0 5px 5px -5px #999 inset;
		background: #6bba70;
		background-size: 100% 100%;
	}
	[data-strength="1"] meter::-webkit-meter-optimum-value {
		box-shadow: 0 5px 5px -5px #999 inset;
		background: red;
		background-size: 100% 100%;
	}
	[data-strength="2"] meter::-webkit-meter-optimum-value {
		box-shadow: 0 5px 5px -5px #999 inset;
		background: orange;
		background-size: 100% 100%;
	}

	div.userAssigned, div.notice {
		margin: 0;
		background: #f8fafc;
		padding: 10px;
		border: 1px solid #bbccdd;
		font-weight: bold;
		font-size: 14px !important;
		text-align: left !important;
	}

	/*BACKGROUND CHANGE*/
	.two-column-layout {
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: space-between;
	}
	.left-column {
	flex: 1 1 0;
	min-width: 260px;
	}
	.right-column {
	flex: 1 1 0;
	min-width: 260px;
	padding-left: 30px;
	border-left: 1px solid #e0e0e0;
	}

	.password-guidelines
	{
		margin-top: 0px !important;
		font-size: 13px;
		text-align: left;
		line-height: 15px;
	}

	.password-guidelines ul {
		padding-left: 20px;
		list-style: disc;
	}

	.password-guidelines ul li {
		display: list-item;
		font-size: 12px;
		line-height: 15px;
	}

	@media (max-width: 800px) {
	.two-column-layout {
		flex-direction: column;
		gap: 0;
	}
	.right-column {
		border-left: none;
		padding-left: 0;
		margin-top: 30px;
	}
	footer {
		position: relative;
		margin-top: 15px ;
	}
	}
}