*,
:before,
:after {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	scrollbar-width: none;
}

body {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: geometricPrecision;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

html,
body,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

a {
	background: transparent;
	text-decoration: none;
	cursor: pointer;
}

a:active,
a:hover {
	outline: 0;
}

img {
	border: 0;
}

ul,
li {
	outline: 0;
	border: 0;
	list-style: none;
}

button {
	outline: none;
	border: none;
	background: none;
}

h1 {
	font-size: inherit;
	margin: 0 !important;
}

.login-content-form label.error .login-form-field {
	border-color: #f33;
}

.auth-fluid-pages {
	background-color: #fff;
}

.login-layout {
	display: flex;
	flex-direction: column;
}

.login-layout__header {
	padding: 48px 48px 0;
}

.login-header {
	all: unset;
	display: flex;
	justify-content: space-between;
}

.login-header-logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.login-logo-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s opacity ease-in-out;
}

.login-logo-icon:hover {
	opacity: 0.8;
}

.login-action-get-instruction {
	position: relative;
	display: flex;
	gap: 6px;
	align-items: center;
	justify-content: center;
	border-radius: 99px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.01em;
	background-color: rgba(38, 55, 88, 0.06);
	color: rgba(3, 3, 4, 0.88);
	padding: 6px 16px;
	transition: 0.3s background-color ease-in-out;
}

.login-action-get-instruction .login-mobile-text {
	display: none;
}

.login-action-get-instruction:hover {
	background-color: rgba(38, 55, 88, 0.12);
	color: unset;
}

.login-action-get-instruction img {
	height: 24px;
	width: 24px;
}

.login-layout__content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.login-content {
	height: 1000%;
	width: 488px;
	display: flex;
	flex-direction: column;
	gap: 48px;
	align-items: flex-start;
	padding: 32px 0 48px;
}

.login-content-headline {
	display: flex;
	flex-direction: column;
	gap: 14px;
	color: rgba(3, 3, 4, 0.88);
}

.login-content-headline h1 {
	line-height: normal;
	font-weight: 700;
	font-size: 32px;
}

.login-content-headline p {
	font-size: 16px;
	opacity: 0.8;
	margin: 0;
	line-height: normal;
}

.login-content-form {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

.login-input-list {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.login-form-input {
	position: relative;
	margin: auto;
	width: 100%;
	overflow: hidden;
}

.login-content-form label {
	color: rgba(4, 4, 19, 0.55);
}

.login-content-form label .login-label {
	color: rgba(4, 4, 19, 0.55);
}

.login-content-form label.login-error .login-form-field {
	border-color: #f33;
}


.login-content-form .login-form-field {
	position: relative;
	height: 72px;
	width: 100%;
	display: block;
	padding: 38px 16px 14px;
	font-size: 16px;
	line-height: 20px;
	border-radius: 12px;
	border: 2px solid transparent;
	outline: none;
	color: rgba(3, 3, 6, 0.88);
	background-color: #e7e8eb;
	transition: 0.3s background-color ease-in-out, 0.3s border-color ease-in-out;
}

.form-control {
	background-size: 0 !important;
}

.login-content-form .login-label {
	position: absolute;
	top: 26px;
	left: 16px;
	font-size: 16px;
	color: rgba(3, 3, 6, 0.88);
	transform-origin: 0 0;
	transform: translate3d(0, 0, 0);
	transition: all 0.3s ease-in-out;
	pointer-events: none;
}

.login-content-form .login-form-field:focus {
	background-color: unset;
	border-color: #898991;
}

.link-timer-disabled {
	pointer-events: none;
}

.login-form-action {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.login-form-action .login-form-button {
	outline: none;
	border: none;
	background: none;
	background-color: #0c33f3;

	width: 100%;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 500;
	border-radius: 12px;
	color: white;
	cursor: pointer;
	transition: 0.3s opacity ease-in-out;
}

.login-form-action .login-form-button.login-code-accept {
	width: 100%;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	border-radius: 12px;
	background-color: #212124;
	color: white;
	cursor: pointer;
	transition: 0.3s opacity ease-in-out;
}

.login-form-action .login-form-button:hover {
	opacity: 0.8;
}

.login-form-action a {
	width: 100%;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	font-size: 16px;
	border-radius: 12px;
	background-color: #e7e8eb;
	color: rgba(3, 3, 4, 0.88);
	cursor: pointer;
	transition: 0.3s opacity ease-in-out;
}

.login-form-action a span {
	font-weight: 700;
}

.login-form-action .login-span-timer {
	font-size: 16px;
}

.login-form-action a:hover {
	opacity: 0.8;
}

.login-content-app {
	position: relative;
	width: 100%;
	background-color: #e7e8eb;
	border-radius: 20px;
	padding: 16px 16px 0;
	overflow: hidden;
}

.login-app-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	gap: 16px;
}

.login-app-image {
	height: 144px;
	width: 155px;
}

.login-app-image img {
	height: 100%;
}

.login-app-text {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 12px;
	padding: 0 0 20px;
	color: rgba(3, 3, 4, 0.88);
}

.login-app-text .login-text-heading {
	font-size: 24px;
	font-weight: 700;
}

.login-app-text .login-text-subheading {
	font-size: 16px;
	opacity: 0.8;
	line-height: normal;
}

.login-content-contacts {
	width: 100%;
}

.login-contacts-container {
	width: 100%;
	display: flex;
	gap: 32px;
}

.login-contact-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 16px;
}

.login-contact-wrapper .login-icon-wrapper {
	height: 48px;
	width: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f3f4f5;
	border: 1px solid rgb(18 18 18 / 8%);
	border-radius: 15px;
}

.login-contact-wrapper .login-icon-wrapper svg {
	height: 24px;
	width: 24px;
	color: #747474;
}

.login-contact-wrapper .login-text-wrapper {
	display: flex;
	flex-direction: column;
}

.login-contact-wrapper .login-text-heading {
	color: rgba(3, 3, 4, 0.88);
	font-weight: 700;
	transition: 0.3s color ease-in-out;
	font-size: 16px;
}

.login-contact-wrapper .login-text-heading:hover {
	color: #0c33f3;
}

.login-contact-wrapper .login-text-subheading {
	color: rgba(3, 3, 4, 0.88);
	font-size: 14px;
	opacity: 0.8;
}

@media (max-width: 767px) {
	.login-layout__header {
		padding: 16px 16px 0;
	}

	.login-action-get-instruction .login-pc-text {
		display: none;
	}

	.login-action-get-instruction .login-mobile-text {
		display: inline-flex;
	}

	.login-content {
		width: 100%;
		padding: 32px 16px 48px;
		gap: 24px;
	}

	.login-content-headline h1 {
		font-size: 24px;
	}

	.login-app-text .login-text-heading {
		font-size: 18px;
	}

	.login-app-text .login-text-subheading {
		font-size: 14px;
	}

	.login-contacts-container {
		flex-direction: column;
		gap: 16px;
	}
}
