@font-face {
	font-family: "Noto Sans";
	src: url("./fonts/NotoSans-Regular.ttf");
}

@font-face {
	font-family: "Noto Sans";
	src: url("./fonts/NotoSans-Bold.ttf");
	font-weight: bold;
}
html,
body {
	margin: 0;
	padding: 0;
	color: #404040;
	font-family: "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont,
		"Segoe UI", Roboto, "Helvetica Neue", sans-serif;
	font-size: 18px;
	overflow: hidden;
}
.page-content {
	padding: 3.5rem;
}
.page-content .form-box form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.page-content .form-box .form-group {
	width: 42.5%;
	margin-bottom: 0.5rem;
}
.form-label {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	display: block;
	padding: 0;
	padding: 0.15rem 0 0 0;
	font-size: 0.55rem;
	letter-spacing: 0.05rem;
	opacity: 0;
}
.form-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	background-image: none;
	border-radius: 0;
	color: #404040;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	display: block;
	font-size: 0.7rem;
	height: 1.8rem;
	line-height: 1rem;
	max-width: 100%;
	outline: none;
	position: relative;
	width: 100%;
	border: 0.05rem solid transparent;
	border-bottom: 0.05rem solid #b3b3b3;
	padding: 0.35rem 0;
}
.form-select:not([multiple]):not([size]) {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' ….91 0.29 4.21 1.71 2.79 6 7.09 10.29 2.79 11.71 4.21 6 9.91'/%3e%3c/svg%3e");
	background-size: 0.5rem 0.5rem;
	background-position: right 0.5rem center;
	background-color: transparent;
	background-repeat: no-repeat;
	padding-right: 1.6rem !important;
}

.form-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0.05rem solid transparent;
	border-bottom: 0.05rem solid #b3b3b3;
	padding: 0.35rem 0;
	color: inherit;
	font-size: 0.7rem;
	height: 1.8rem;
	line-height: 1rem;
	outline: none;
	vertical-align: middle;
	width: 100%;
}
.page-content .form-box .form-actions {
	margin-top: 1rem;
}
.btn-rich.btn-icon-right {
	padding-right: 0.5rem;
}

.btn-rich {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0.05rem solid;
	border-radius: 0;
	position: relative;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	padding: 0.35rem 1.08rem;
	line-height: 1rem;
	outline: none;
	text-align: center;
	text-decoration: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}
.btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border: 0.05rem solid #111;
	border-radius: 0;
	color: #111;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	cursor: pointer;
	display: inline-block;
	appareance: none;
	font-size: 0.6rem;
	padding: 0.35rem 1.2rem;
	text-transform: uppercase;
	letter-spacing: 0.12rem;
	font-weight: 700;
	height: 1.8rem;
	line-height: 1rem;
	outline: none;
	text-align: center;
	text-decoration: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}
.btn:hover {
	background: #191919;
	border-color: #191919;
	color: #fff;
	text-decoration: none;
}
/*.btn:hover svg path{
    fill: #000;
}*/

.btn-inner {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.25;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	display: none;
}
.btn-text {
	text-decoration: none !important;
	position: relative;
	float: left;
	font-weight: 700;
	letter-spacing: 0.055em;
	opacity: 0.5;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	font-size: 0.6rem;
	letter-spacing: 0.12rem;
}
.btn-icon {
	position: relative;
	float: left;
	/* margin: .05rem .55rem .05rem .55rem; */
	margin: 0.17rem 0.55rem 0.05rem 0.55rem;
}
.btn-icon .icon-over-front-wrap {
	overflow: hidden;
	float: left;
	width: 100%;
	height: 100%;
	transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn-icon .icon-over-front-wrap .icon-over-front {
	float: left;
	width: 100%;
	height: 100%;
	transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn-icon .icon-over-front-wrap .icon-over-front svg {
	fill: #d6a76f;
}
svg:not(:root) {
	overflow: hidden;
}

.btn-rich.btn-icon-right .icon-over-back-wrap {
	transform: translate3d(-103%, 0, 0);
}
.btn-icon .icon-over-back-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn-rich.btn-icon-right .icon-over-back-wrap .icon-over-back {
	transform: translate3d(103%, 0, 0);
}
.btn-icon .icon-over-back-wrap .icon-over-back {
	float: left;
	width: 100%;
	height: 100%;
	transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.form-input-hint {
	font-size: 0.55rem;
	line-height: 0.75rem;
	margin-top: 0.2rem;
	margin-bottom: 0;
	color: #c00;
}

.btn-rich.btn-icon-left:hover .icon-over-front-wrap {
	transform: translate3d(-103%, 0, 0);
}
.btn-rich.btn-icon-left:hover .icon-over-front-wrap .icon-over-front {
	transform: translate3d(103%, 0, 0);
}
.btn-rich.btn-icon-left:hover .icon-over-back-wrap {
	transform: translateZ(0);
}
.btn-rich.btn-icon-left:hover .icon-over-back-wrap .icon-over-back {
	transform: translateZ(0);
}
.btn-rich.btn-icon-right:hover .icon-over-front-wrap {
	transform: translate3d(103%, 0, 0);
}
.btn-rich.btn-icon-right:hover .icon-over-front-wrap .icon-over-front {
	transform: translate3d(-103%, 0, 0);
}
.btn-rich.btn-icon-right:hover .icon-over-back-wrap {
	transform: translateZ(0);
}
.btn-rich.btn-icon-right:hover .icon-over-back-wrap .icon-over-back {
	transform: translateZ(0);
}

@media (max-width: 576px) {
	.page-content .form-box {
		width: auto;
		padding: 1rem;
		margin-top: 1rem;
		/* background: linear-gradient(to right,#dfdedf 0%,#e9e9ea 50%,#dfdedf 100%); */
	}
	.page-content {
		padding: 1rem;
	}
	.page-content .form-box {
		width: auto;
		padding: 1rem;
		margin-top: 1rem;
		/* background: linear-gradient(to right,#dfdedf 0%,#e9e9ea 50%,#dfdedf 100%); */
	}
	.page-content .form-box form {
		display: block;
	}
	.page-content .form-box .form-group {
		width: auto;
	}
}

.page-content .form-box .form-group {
	width: 100%;
}

.page-content .form-box .form-actions {
	text-align: center;
	margin: auto;
	margin-top: 1rem;
}

.page-content {
	padding: 0px;
	max-width: 500px;
	margin: auto;
}

.form-group label,
.form-group input,
.form-group select,
.btn-text,
.register-page__message {
	font-size: 14px;
}

.form-select {
	height: 14px;
	font-size: 1.4rem;
	line-height: 1.4rem;
}

.form-input-hint {
	font-size: 12px;
	line-height: 1rem;
}

.btn.btn-rich.btn-icon-right {
	height: auto;
}

@media (max-width: 840px) {
	.form-group label,
	.form-group input,
	.form-group select,
	.btn-text {
		font-size: 16px;
		font-weight: 100;
	}

	.form-select {
		height: 2.2rem;
		font-size: 16px;
		line-height: 1.4rem;
	}

	.form-input-hint {
		font-size: 14px;
		line-height: 1rem;
	}
}

.loader-container {
	width: 1px;
	height: 30px;
	position: relative;
	padding-left: 30px;
}

.loader-img {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
}
