@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/montserrat_regular.eot');
	src: url('../fonts/montserrat_regular.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat_regular.woff2') format('woff2'), url('../fonts/montserrat_regular.woff') format('woff'), url('../fonts/montserrat_regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/montserrat_bold.eot');
	src: url('../fonts/montserrat_bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat_bold.woff2') format('woff2'), url('../fonts/montserrat_bold.woff') format('woff'), url('../fonts/montserrat_bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body {
	height:100%;
}

body {
	font-family: 'Montserrat', -apple-system, sans-serif;
	line-height: 15px;
	font-size: 15px;
	background: #001412;
	color: #ffffff;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
}

img {
	vertical-align: top;
	border: 0px;
}

input,select {
	border: 1px solid #99ACAA;
	border-radius: 10px;
	font-size: 13px;
	line-height: 18px;
	padding: 10px;
	background: #003832;
	color: #D8DEDD;
}

input[type="checkbox"] {
	display:none;
}

input::placeholder {
	color: #D8DEDD;
}

input[type="checkbox"] + label:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	vertical-align: top;
	width: 18px;
	height: 18px;
	margin: -9px 0px 0px 0px;
	background: white;
	border-radius: 5px;
	transition: background 0.3s ease;
}

input[type="checkbox"] + label:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	vertical-align: top;
	width: 18px;
	height: 18px;
	margin: -9px 0px 0px 0px;
	background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/></svg>") no-repeat center /cover;
	opacity:0;
	transition: opacity 0.3s ease;
}

input[type="checkbox"]:checked + label:before {
	background: #FC8200;
}

input[type="checkbox"]:checked + label:after {
	opacity:1;
}

a {
	color: white;
	font-weight: 500;
}

a.button, .button, button {
	font-family: Montserrat;
	font-size: 18px;
	display: inline-block;
	box-sizing: border-box;
	background: #60817e;
	border: 1px solid #60817e;
	border-radius: 25px;
	color: white;
	text-decoration: none;
	line-height: 28px;
	width: 100%;
	cursor: pointer;
	outline: none;
	transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
	letter-spacing: normal;
	text-align: center;
	padding: 5px 20px;
	vertical-align: top;
	position: relative;
}

a.button:hover, .button:hover, button:hover {
	background: #456663;
}

.gnw_header {
	display: flex;
	padding: 15px 25px;
	background: #002521;
}

.gnw_header > .heading {
	font-size: 18px;
	display: none;
}

.gnw_main {
	display: flex;
	flex: 1;
}

.gnw_main > .content {
	padding: 10px 10%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url('../images/bg-desctop.jpg') no-repeat top center / cover;
	flex: 1;
}

.gnw_form.register {
	background: rgba(0, 20, 18, 0.7);
	backdrop-filter: blur(5px);
	border-radius: 20px;
	padding: 20px;
}

.gnw_form > .form-heading h1 {
	font-weight: 600;
	font-size: 18px;
}

.gnw_form > .form-field {
	margin: 15px 0px 0px 0px;
	display: flex;
	flex-direction: column;
}

.gnw_form.register > .form-text.bonus {
	padding: 10px 10px 10px 105px;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	background: url('../images/wallet.png') no-repeat left bottom, linear-gradient(90deg, #332816 0%, #9E702E 100%);
	min-height: 85px;
	border-radius: 15px;
	display: flex;
	align-items: center;
}

.gnw_form > .form-text {
	margin: 15px 0px 0px 0px;
}

.gnw_form > .form-field > label {
	font-size: 13px;
	line-height: 15px;
	display: block;
	padding: 0px 0px 3px 10px;
	color: #D8DEDD;
}

.gnw_form.register > .form-field.age {
	flex-direction: row;
}

.gnw_form input[type="checkbox"] + label {
	padding: 0px 0px 0px 25px;
	line-height: 18px;
	cursor: pointer;
	position: relative;
}

.gnw_form > .buttons {
	margin: 20px 0px 0px 0px;
}

.gnw_form.register > .form-text.login {
	text-align: center;
	margin: 25px 0px 0px 0px;
}

.gnw_form.register > .form-text.login img {
	display: block;
	margin: 25px auto 20px auto;
}

@media (max-width: 960px) {
	.gnw_main {
		flex-direction: column;
	}

	.gnw_main > .content {
		padding: 15px;
		background: url(../images/bg-mobile.jpg) no-repeat top center / cover;
	}

	.gnw_main > .promo {
		max-width: none;
	}

	.gnw_main > .promo img {
		width: 100%;
		height: auto;
	}

	.gnw_header > .heading {
		display: block;
		text-align: center;
		flex: 1;
	}

	.gnw_form > .form-field.email {
		margin: 0px;
	}

	.gnw_form.register > .form-heading {
		display: none;
	}
}