section.auth {
	text-align: center;
	height: 100dvh;
	overflow: hidden;
	position: relative;
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, var(--dark) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, var(--dark) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, var(--dark) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
section.auth.small {
	height: 400px;
}
section.auth .layer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
section.auth .layer video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.05;
	filter: grayscale(1);
}
section.auth .layer img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.auth .outer {
	display: inline-block;
	text-align: left;
	margin: auto;
	position: absolute;
	top: 49%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	width: 363px;
	padding: 0;
}
section.auth .outer.wide {
	width: 696px;
}
section.auth .text {
	text-align: center;
	display: inline-block;
	margin: auto;
	position: absolute;
	top: 48%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	width: 600px;
}
section.auth h1 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 0px;
	line-height: 32px;
}


section.auth .h1sub{

font-size: 20px;

line-height: 20px;

margin-bottom: 10px;

color: white;
}
section.auth h2 {
	color: var(--color);
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	line-height: 20px;
}
section.auth p {
	color: var(--font-color) !important;
}
section.auth h1 span {
	background: linear-gradient(190deg, var(--color) 0%, var(--color2) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
section.auth .authenticator-code {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 5px;
}
section.auth .authenticator-code input {
	text-align: center;
}
section.auth .text h1 {
	position: relative;
	top: 0;
	margin-bottom: 20px;
	font-weight: 900;
}
section.auth h4 {
	font-weight: 300;
	line-height: 25px;
	color: white;
}
section.auth .form {
	color: white;
	max-height: calc(100dvh - 100px);
}

section.auth ul.list{

padding: 10px 0 5px;
}
section.auth ul.list li{margin-bottom: 7px;}

section.auth ul.list a{
	    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	display: block;font-size: 18px;line-height: 18px;}

section.auth ul.list a:hover{
	color:var(--color);
}

section.auth .columns {
	grid-template-columns: 1fr 1fr;
	grid-gap: 15px;
}
section.auth .captcha {
	text-align: center;
	background: var(--dark);
	padding: 10px;
	border-radius: var(--border-radius);
	margin-top: 10px;
}
section.auth .captcha img {
	width: 100px;
}
section.auth .form p {
	font-size: 16px;
	line-height: 18px;
	margin: 5px 0 10px;
}
section.auth .form p span {
	color:var(--color);
	font-weight:500;
}
section.auth .form .sub {
	font-size: 14px;
	line-height: 19px;
	margin-top: 15px;
	text-align: center;
}
section.auth .form .session {
	font-size: 12px;
	line-height: 16px;
	margin-top: 15px;
	text-align: center;
}
section.auth .form .sub a {
	font-weight: 600;
	text-decoration: underline;
	color: var(--color-dark);
}
section.auth .avatar {
	text-align: center;
	margin-bottom: 10px;
}
section.auth .avatar img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 50%;
}
section.auth .input {
	position: relative;
	margin-bottom: 4px;
}
section.auth label.rules {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 15px;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 15px;
	color: var(--font-color);
	padding-left: 32px;
}
section.auth .input-toggler label:before {
	top: -3px;
}
section.auth label.rules a {
	border-bottom: 1px dashed var(--color);
	font-weight: 700;
	color: var(--color);
}
section.auth input {
	border: 1px solid rgba(0, 0, 0, 0.035);
	border-radius: 6px;
	position: relative;
	z-index: 2;
	background: transparent;
	padding: 8px 10px;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	opacity: 1;
}
section.auth input:disabled {
	opacity: 0.5;
}
section.auth .boxed {
	font-size: 12px;
	line-height: 15px;
	margin: 10px 0;
}
section.auth .button {
	text-align: center;
	margin-top: 10px;
}
section.auth .button .btn {
	text-align: center;
	width: 100%;
	margin-bottom: 5px;
}
section.auth .button .btn.extra {}
section.auth .btn i {
	margin-right: 5px;
	display: none;
	font-size: 14px;
	color: var(--color);
	position: relative;
	top: -1px;
}
section.auth img.logo {
	height: 64px;
	position: absolute;
	top: -80px;
	left: 0;
	right: 0;
	width: 64px;
	margin: auto;
}
section.auth .info {
	font-size: 17px;
	visibility: visible;
	margin-bottom: 16px;
	line-height: 18px;
	margin-top: 5px;
}
section.auth .info.bottom {
	margin-bottom: 0;
	margin-top: 10px
}
section.auth .info span {
	cursor: pointer;
	font-weight: 700;
}
section.auth .info a {
	font-weight: 600;
	color: var(--color);
	padding-bottom: 1px;
}
section.auth .info a:hover {
	border-bottom: 1px dashed var(--color)
}
section.auth .checker {
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	margin-top: 6px;
	position: absolute;
	left: -190px;
	width: 170px;
	padding: 10px;
	background: var(--dark);
	top: -2px;
	line-height: 20px;
	display: none;
	z-index: 2;
	-webkit-border-top-left-radius: var(--border-radius);
	-webkit-border-bottom-left-radius: var(--border-radius);
	-moz-border-radius-topleft: var(--border-radius);
	-moz-border-radius-bottomleft: var(--border-radius);
	border-top-left-radius: var(--border-radius);
	border-bottom-left-radius: var(--border-radius);
	font-family: var(--font2);
}
section.auth .input:has(input:focus) .checker {
	display: block;
}
section.auth .checker li {
	font-weight: 600;
	position: relative;
	padding-left: 10px;
}
section.auth .checker li .spinner {
	margin-left: 3px;
	position: relative;
	display: none;
	color: gray;
	font-size: 12px;
}
section.auth .checker li span {
	display: block;
	font-weight: 400;
	font-size: 12px;
}
section.auth .checker li.green {
	color: var(--green);
}
section.auth .checker li.red {
	color: red;
}
section.auth .checker li:before {
	content: "-";
	position: absolute;
	left: 0;
	top: 0;
}
section.auth input.auth-code::-webkit-outer-spin-button,
section.auth input.auth-code::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
section.auth input.auth-code[type=number] {
	-moz-appearance: textfield;
}
section.auth .g_id_signin {
	display: none;
}
section.auth .copy {
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
	font-size: 13px;
}
section.auth .rc-anchor-dark {
	background: transparent !important;
}
section.auth .process-done-header {
    color: var(--color);
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 5px;
}
section.auth .process-done-text {
    font-size: 20px;
    line-height: 21px;
}
section.auth .process-done-button {
	margin-top: 15px;
}
section.auth .process-done {
	display: none;
	color: white;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: auto;
	width: 700px;
}
.captcha-inp::-webkit-outer-spin-button,
.captcha-inp::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.captcha-inp[type=number] {
	-moz-appearance: textfield;
}
@media all and (max-width: 1140px) {
	section.auth .outer {
		-ms-transform: unset;
		max-width: calc(100% - 20px);
	}
	section.auth .checker {
		width: 160px;
		left: -160px;
	}
	section.auth {}
}
@media all and (max-width: 960px) {
	section.auth .checker {
		width: 160px;
		left: unset;
		right: -160px;
		background: black;
		border-radius: var(--border-radius);
		z-index: 10;
		opacity: 1;
		top: -6px;
		position: absolute;
	}
}
@media all and (max-width: 768px) {
	section.auth .process-done {
	width:100%;
		padding:0 15px;
	}
	section.auth .copy {
		display: none;
	}
	section.auth .columns {
		grid-template-columns: 1fr;
	}
	section.auth .checker {
		position: relative;
		left: 0;
		width: 100%;
		border-radius: var(--border-radius);
		padding: 3px 6px;
		font-size: 11px;
		line-height: 14px;
		top: 0;
		margin-bottom: 2px;
	}
	section.auth .checker:after {
		display: none;
	}
	section.auth .checker li {
		font-weight: 400
	}
	section.auth .checker li .spinner {
		height: 10px;
		width: 10px;
	}
	section.auth .checker li span {
		display: inline-block;
	}
	section.auth .checker li span:before {
		content: '('
	}
	section.auth .checker li span:after {
		content: ')'
	}
	section.auth .copy {
		display: none;
	}
	section.auth {
		height: 100dvh;
	}
	section.auth .outer {}
	section.auth .outer.wide .form {
	}
	section.auth .outer.wide .form {
		min-height: unset;
		overflow-x: hidden;
	}
	section.auth .outer .form {
		background: transparent !important;
	}
	section.auth .outer {
		top: 50%;
	}
	section.auth h1 {
		font-size: 26px;
		line-height: 26px;
		text-align: center !important;
	}
	section.auth .info {
		text-align: center;
	}
	section.auth .form {
		padding: 10px 5px 5px;
		max-height: 100dvh;
	}
}
@media all and (max-height: 690px) {
	section.auth .checker {
		top: 0;
		margin-bottom: 5px;
	}
}
@media all and (max-height: 520px) {
	section.auth .copy {
		display: none;
	}
	section.auth h1 {
		font-size: 26px;
		line-height: 26px
	}
	section.auth .outer.wide .form {
		min-height: calc(100dvh - 30px);
		overflow-x: hidden;
		overflow-y: auto;
	}
	section.auth .outer {
		width: 100% !important;
		margin: 0;
		max-width: 100%;
	}
}