	*, *::after, *::before {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-text-size-adjust: none;
		text-size-adjust: none;
	}

	input[type="text"], input[type="password"], input[type="reset"], input[type="button"], input[type="submit"], textarea, select, button {
		border-radius: 0px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		font-family: 'Roboto', Arial;
	}

	input:focus::-webkit-input-placeholder {
		color: #FFF;
	}

	input:focus:-moz-placeholder {
		color: #FFF;
	}

	input:focus::-moz-placeholder {
		color: #FFF;
	}

	input:focus:-ms-input-placeholder {
		color: #FFF;
	}

	html, body {
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 100vh;
		background-image: url('/img/11tickets_bg.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}

	.setscreen {
		margin: auto;
		position: relative;
		width: 100%;
		max-width: 980px;
		min-height: 100%;
		font-family: 'Inter', sans-serif;
		font-size: 1rem;
	}

	.setscreen::after {
		content: '';
		display: block;
		clear: both;
	}

	.header {
		padding: 20px 10px;
		display: flex;
	}

	.logo-ticket {
		width: 257px;
		height: 50px;
	}

	.logo-ticket img {
		width: 100%;
		height: 100%;
	}

	.cvr-bx-login {
		display: flex;
	}

	.cvr-lft {
		width: calc( 100% - 490px);
		background-image: url('/img/tiket_bg.png');
		background-repeat: no-repeat;
		background-position: top left;
	}

	.cvr-rgt {
		width: 490px;
		padding: 0 0 0 0;
		display: flex;
		background-image: url('/img/tiket_bg.png');
		background-repeat: no-repeat;
		background-position: top right;
		height: 591px;
		position: relative;
	}

	.set-bx {
		margin-top: 0;
		margin: auto;
	}

	.hd-tkt {
		text-align: center;
		font-size: 1.5rem;
		color: #000;
		font-weight: 700;
		padding-bottom: 15px;
		letter-spacing: 0.05em;
	}

	.hd-tkt strong {
		color: rgba(45, 91, 136, 1);
	}

	.lbl {
		font-weight: 300;
		font-size: 12px;
		line-height: 14px;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		color: #ACB5BD;
		margin: 0;
		padding-bottom: 5px;
	}

	.lbl-ipt {
		width: 350px;
		padding-bottom: 8px;
	}

	.lbl-ipt input {
		width: 100%;
		height: 46px;
		padding-left: 15px;
		color: #ccc;
		outline: 0;
		border-radius: 23px;
		box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
		border: 0;
	}

	.submit-btn {
		width: 100%;
	}

	.submit-btn input[type=submit] {
		outline: 0;
		width: 100%;
		border: 0;
		height: 46px;
		border-radius: 23px;
		background-color: #2D5B88;
		background: rgb(45, 91, 136);
		background: linear-gradient(360deg, rgba(45, 91, 136, 1) 10%, rgba(59, 112, 158, 1) 90%); 
		color: #fff;
		margin-top: 20px;
		cursor: pointer;
		text-transform: uppercase;
		font-weight: 700;
		transition: all .3s;
		z-index: 1;
		position: relative;
		overflow: hidden;
	}
	.submit-btn input[type=submit]:hover{
		color: #fff;
		background: linear-gradient(360deg, rgba(45, 91, 136, 0.95) 10%, rgba(59, 112, 158, 0.95) 90%); 
	}

	.fpwd {
		width: 100%;
		padding: 15px 0;
	}

	.fpwd a {
		color: #2D5B88;
		font-size: 0.85em;
	}

	.tt-clog {
		color: #000;
	}

	.cnr-note {
		color: rgba(255, 255, 255, 0.7);
		padding: 30px;
		background: #2D5B88;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
		border-radius: 15px;
		margin-top: 20px;
		margin: 0 10px;
	}

	.cnr-note h3 {
		margin: 0;
		padding-bottom: 10px;
		color: #ffffff;
	}

	.cnr-note ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
		font-size: 0.9rem;
	}

	.cnr-note li {
		line-height: 160%;
		padding-bottom: 8px;
		font-family: 'Inter', sans-serif;
		font-weight: 300;
		text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
	}

	.cnr-note li b {
		font-weight: 500;
	}

	.cnr-note li a {
		color: #fff;
	}

	.cnr-note li a:hover {
		color: #00A6E4;
	}

	.footer {
		padding: 10px;
	}

	.footer p {
		color: #42a5f5;
		font-weight: 300;
		letter-spacing: 0.05em;
		text-align: center;
		font-size: 0.6em;
		line-height: 170%;
		font-family: 'inter', sans-serif;
	}

	@media only screen and (max-width: 594px) {
		.header {
			background-color: #fff;
			padding: 20px;
		}
		.header::after {
			color: #000;
			font-size: 1.5rem;
		}
		.logo-ticket {
			width: 50%;
			height: 40px;
		}
		.cvr-lft {
			display: none;
		}
		.cvr-rgt {
			width: 100%;
			height: 350px;
			position: relative;
		}
		.set-bx {
			margin-top: 0;
			margin: auto;
			width: 300px;
		}
		.lbl {
			display: none;
		}
		.submit-btn input[type=submit] {
			margin-top: 0;
			background: rgb(35, 170, 242);
			background: linear-gradient(180deg, rgba(35, 170, 242, 1) 0%, rgba(29, 117, 164, 1) 100%);
		}
		.lbl-ipt {
			width: auto;
		}
		.cvr-lft {
			background-image: none;
		}
		.cvr-rgt {
			background-image: none;
		}
		.hd-tkt {
			color: #23AAF2;
		}
		.hd-tkt strong{
			color: #fff;
		}
		.fpwd a {
			color: #fff;
			font-size: 0.8rem;
		}
		.hd-tkt {
			text-transform: uppercase;
			text-align: center;
			font-size: 1.5rem;
			font-weight: 700;
			padding-top: 15px;
			padding-bottom: 15px;
		}
	}