@font-face {
    font-family: ApproachLight;
    src: url(../fonts/3A4E67_0_0.eot#iefix);
    src: url(../fonts/3A4E67_0_0.eot#iefix) format("eot"), url(../fonts/3A4E67_0_0.woff2) format("woff2"), url(../fonts/3A4E67_0_0.woff) format("woff"), url(../fonts/3A4E67_0_0.ttf) format("truetype"), url(../fonts/3A4E67_0_0.svg) format("svg")
}


@font-face {
    font-family: ApproachBold;
    src: url(../fonts/3A4E67_1_0.eot#iefix);
    src: url(../fonts/3A4E67_1_0.eot#iefix) format("eot"), url(../fonts/3A4E67_1_0.woff2) format("woff2"), url(../fonts/3A4E67_1_0.woff) format("woff"), url(../fonts/3A4E67_1_0.ttf) format("truetype"), url(../fonts/3A4E67_1_0.svg) format("svg")
}


html, body, div, p, img, nav, footer, ul, li, a, header, button, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

 * { box-sizing: border-box; }

html {
	position:relative; 
 	min-height: 100%;
}

body {
	background: #f9fbff url('../images/bg.jpg') no-repeat center top;
	font-size: 24px;
	line-height: 30px;
	color: #221f20;
	font-family: 'ApproachLight', sans-serif;
}


.logo {
	margin-top: 100px;
	margin-bottom: 70px;
}

h1 {
	font-size: 100px;
	line-height: 120px;
	font-weight: bold;
	font-family: 'ApproachBold', sans-serif;
	color: #5b2bbe;
	margin: 0;
}

h2 {
	font-size: 60px;
	line-height: 64px;
	margin: 0;
	margin-top: -10px;
	margin-bottom: 40px;
}

h3 {
	font-size: 42px;
	line-height: 46px;
	margin-bottom: 40px;
}

h3 b {
	color: #5b2bbe;
	font-family: 'ApproachBold', sans-serif;	
}

h4 {
	font-weight: bold;
	font-family: 'ApproachBold', sans-serif;	
	font-size: 32px;
	line-height: 32px;
	color: #5b2bbe;
}

.form-control2 {
	background-color: #f9fbff;
	padding: 15px 25px;
	border-radius: 8px;
}

input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    display: none;
}



.label {
	font-size: 14px;
	line-height: 18px;
	padding: 0px 0 0px 26px;
    position: relative;
}

.label::before {
    background: transparent;
    border: 1px solid #cecece;
    border-radius: 4px;
    content: '';
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
}

input[type="checkbox"]:checked + .label::after {
    background: url(../images/tick-purple.svg) 0 0 no-repeat;
    background-size: 10px auto;
    content: '';
    height: 10px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 10px;
}

.btn-purple, .btn-blue {
	font-family: 'ApproachBold', sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
	min-width: 260px;
	background-color: #5b2bbe;
	border-color: #5b2bbe;
	text-align: left;
	padding: 20px 30px;
	outline: 0;
	box-shadow: none;
	border-radius: 8px;
}

.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:hover, .btn-purple:focus {
	background-color: #431dab;
	border-color: #431dab;	
	outline: 0;
	box-shadow: none;
}

.btn-purple:active {
	background-color: #2c0e98;
	border-color: #2c0e98;	
}

.btn-blue {
	background-color: #3752a0;
	border-color: #3752a0;
	text-align: center;
	border-radius: 8px;
}

.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:hover, .btn-blue:focus {
	background-color: #2a418e;
	border-color: #2a418e;	
	outline: 0;
	box-shadow: none;
}

.btn-enter, .btn-enter:not(:disabled):not(.disabled):active {
	background-image: url(../images/tick.svg);
	background-repeat: no-repeat;
	background-position: right 30px center;
	background-size: 16px auto;
}

.btn-enter:not(:disabled):not(.disabled):active {
	background-color: #2c0e98;
	border-color: #2c0e98;	
}

.btn-facebook, .btn-facebook:not(:disabled):not(.disabled):active {
	font-size: 14px;
	padding-left: 40px;
	background-image: url(../images/facebook-logo.svg);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 24px auto;
}

.btn-facebook:not(:disabled):not(.disabled):active {
	background-color: #0c1a64;
	border-color: #0c1a64;	
}


.thankyou-text {
	padding-left: 68px;
	min-height: 56px;
	padding-top: 14px;
}

.thankyou-text-ok {
	background: url('../images/thankyou-ok.svg') no-repeat left 6px;
	background-size: 52px;
}

.thankyou-text-sorry {
	background: url('../images/thankyou-sorry.svg') no-repeat left 6px;
	background-size: 52px;
}
