html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	line-height:1;
	font-family: 'Montserrat', sans-serif;
	color:#000;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background-color: #100e2a;
	font-size:18px;
	height:100vh;
}
.wrapper {
    background: #fff url("back2x.png") no-repeat scroll right top / auto 100%;
    border-radius: 6px;
    box-sizing: border-box;
    height: 600px;
    left: 50%;
    margin-left: -610px;
    margin-top: -300px;
    padding: 45px 450px 50px 50px;
    position: absolute;
    top: 50%;
    width: 1220px;
}
a {
	color: #0033b3;
	text-decoration:underline;
	margin-top:17px;
	display:block;
}
h1 {
	color: #262262;
	font-family: Montserrat;
	font-size: 30px;
	font-weight: 300;
	margin-bottom:20px;
}
p {
	font-weight: 300;
	line-height: 27px;
}
.imp {
	color: #262262;
	font-weight: 400;
	line-height: 30px;
	width:420px;
	border-top:1px solid #b1b1b1;
	margin-top:20px;
	padding-top:25px;
}
.wrapper::before {
    content: url("logo.svg");
    display: block;
    left: -50px;
    margin-bottom: 25px;
    width: 385px;
    z-index: 100000;
}
@media all and (max-width: 1250px) {
	.wrapper {font-size: 16px;height: 574px;margin-left: -475px;margin-top: -287px;padding: 45px 355px 0 50px;width: 950px;background:#fff url("back2x.png") no-repeat scroll 500px top / auto 100%}
	h1 {font-size:25px}
	.wrapper::before {width:310px}
	.imp {line-height:23px}
}
@media all and (max-width: 975px) {
	.wrapper {background: #fff url("back2x.png") no-repeat scroll 431px top / auto 100%;height: 545px;margin-left: -375px;margin-top: -272px;padding: 25px 260px 0 25px;width: 750px;}
	.wrapper::before {width: 250px;}
}
@media all and (max-width: 767px) {
	.wrapper {background: #fff url("backx.png") no-repeat scroll 345px top / auto 100%;font-size: 15px;height: 545px;margin-left: -275px;margin-top: -272px;padding: 25px 145px 0 25px;width: 550px;}
	h1 {font-size: 22px;margin-bottom: 15px;}
	.imp {line-height: 20px;margin-top: 17px;padding-top: 17px;width: 260px;}
	a {margin-top:10px;}
}
@media all and (max-width: 570px) {
	.wrapper {background: #fff url("backx.png") no-repeat scroll 260px top / auto 100%;height: auto;margin-bottom: 20px;margin-left: -200px;margin-top: 20px;padding: 25px 80px 20px 25px;top: 0;width: 400px;}
}
@media all and (max-width: 410px) {
	.wrapper {border-radius: 0;margin-bottom: 0;margin-left: -150px;margin-top: 0;padding: 25px 25px 20px;top: 0;width: 300px;}
	.imp {width:100%}
}
@media all and (max-width: 310px) {
	.wrapper {width:100%;margin-left:0;left:0;padding:15px;background-image: none;}
	.wrapper::before {margin-bottom: 15px;width: 190px;}
}