@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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 {
	font-family: 'Open Sans', sans-serif;
	font-weight:  300;
	font-size:  18px;
}

strong {
	font-weight:  700;
}

p {
	margin-bottom:  1em;
	line-height:  1.2em;
}

.bgBlue {
	background-color:  #0e0c38;
}

.bgWhite {
	background-color:  #FFFFFF;
}

.bgLavender {
	background-color:  #6a679c;
}

.bgDarkLavender {
    background-color: #312c5c;
}

.bgGrey {
	background-color:  #ededf3;
}

.backImgHeadphones {
    background-image: url("../img/headphones.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}

.txBlue {
	color: #120c38;
}

.txWhite {
	color:  #FFFFFF;
}

.content {
	box-sizing: border-box;
	width:  1200px;
	margin:  0 auto;
	padding-top: 125px;
	padding-bottom:  125px;
	padding-left: 30px;
	padding-right:  30px;
}

.contentNoPad {
	width:  1200px;
	margin:  0 auto;
}

.header {
	height:  300px;
}

.introCircle {
    background-repeat: no-repeat;
    background-image: url("../img/CTA_Button_yellow.png");
    background-size: contain;
    color:  #0e0c38;
	height:  400px;
	width:  400px;
	position: absolute;
	font-weight:  bold;
	text-transform: uppercase;
	text-align:  center;
	padding-top:  130px;
	box-sizing: border-box;
	margin-top: -20px;
}

.introText {
	font-size:  21px;
	width:  600px;
	float:  right;
	text-align:  center;
}

.introText i {
    display: block;
    margin-top: 40px;
    font-size: 2em;
    font-weight: bold;
}

.introCounter {
	position:  absolute;
	width:  450px;
	margin-left:  600px;
	margin-top: 60px;
}

.dateTop {
	color: #0E0C38;
	width: 450px;
	font-weight: bold;
	text-align: left;
	font-size: 18px;
	position: absolute;
	margin-top:  -20px;
}


.dateTop2 {
	margin-left: 30px;
	color: #0E0C38;
	margin-right: 63px
}

.dateTop3 {
	color: #0E0C38;
	margin-right: 44px;
}

.dateTop4 {
	color: #0E0C38;
	margin-right: 35px;
}

.dateTop5 {
	color: #0E0C38;
}

.formL {
	
	width: 225px;
	float:  left;
	margin-left:  120px;
	height:  45px;
	line-height: 45px;
}

.formR {
	width:  575px;
	float:  right;
	margin-right: 120px;
	height:  45px;
	line-height: 45px;
}

.lineheightAuto {
    line-height: normal;
    height: auto;
}

form input[type="text"], form input[type="password"], form select {
	width:  100%;
	height:  40px;
	border:  solid 1px #120c38;
	background-color:  white;
	padding: 12px;
	box-sizing: border-box;
}

form button {
	display:  block;
	background-color:  #ffe400;
	text:  #000000;
	height:  40px;
	border: none;
	border-radius: 12px;
	padding:  0px 25px;
	font-weight: bold;
	font-size:  21px;
	line-height:  40px;
	margin:  0 auto;
	margin-top:  50px;
	margin-bottom:  50px;
}

form button:hover {
	background-color:  #fff06f;
}

#hiddenInput {
	display:  none;
}

.formExtra {
	font-size:  18px;
	margin-top:  50px;
	text-align:  center;
}

.formOutro {
	font-size:  21px;
	font-weight: bold;
	text-align:  center;
}

.formSended {
	display:  none;
}

.clear {
	clear:  both;
}

.outroText {
	text-align:  center;
}

.topRedBar {
	border-top:  solid 15px #E62119;
}

ul {
    list-style: none;
    margin-top:  50px;
    margin-bottom:  50px;
}

li {
  	padding-left: 40px;
	text-indent: -30px;
	margin-bottom:  10px;
}

li::before {
 	content: "•"; 
 	padding-right: 20px;
	color: #FFE400;
}

.footer {
	margin-top:  200px;
}

.textLinkPrivacy {
	float:  left;
	color:  white;
	text-decoration:  none;
	font-size:  20px;
	font-weight:  bold;
}

.textLogoTrust {
	float:  right;
	width:  100px;
}

.passwordLogin {
	width:  500px;
	display:  block;
	height:  40px;
	margin:  0 auto;
	border:  solid 1px #120c38;
	background-color:  white;
	padding: 12px;
	box-sizing: border-box;
	text-align: center;
}

.genderRadio {
	font-weight:  bold;
	font-size:  18px;
}

@media (max-width: 1200px) {
	.container {
		width:  100%;
	}

	.content, .contentNoPad {
		width:  100%;
	}

	.header {
		height:  auto;
	}

	.introCircle {
		transform: scale(0.35);
		position:  absolute;
		float:  none;
		margin:  0;
		top:  -50px;
		left:  110px;
	}

	.introText {
		width:  100%;
	}

	.introCounter {
		left:  0;
		transform: scale(0.7);
		margin-left: -35px;
	}

	form button {
		font-size:  15px;
	}

	.formL {
		float:  none;
		width:  100%;
		line-height:  1em;
		text-align:  center;
		margin:  0;
		height:  35px;
	}

	.formR {
		float:  none;
		width:  100%;
		line-height:  1em;
		text-align: center;
		margin:  0;
		margin-bottom:  1em;
	}


.textLogoTrust {
	margin:  0;
}

.textLinkPrivacy {
	margin:  0;
}
}