@font-face {
    font-family: 'ProximaNova-Thin';
    src: url('/assets/fonts/proximanova_thin/ProximaNova-Thin-webfont.eot');
    src: url('/assets/fonts/proximanova_thin/ProximaNova-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/proximanova_thin/ProximaNova-Thin-webfont.woff') format('woff'),
         url('/assets/fonts/proximanova_thin/ProximaNova-Thin-webfont.ttf') format('truetype'),
         url('/assets/fonts/proximanova_thin/ProximaNova-Thin-webfont.svg#proxima_nova_ththin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Degular";
    font-style: normal;
    src: url("/assets/fonts/degularBold/Degular-Bold.woff") format("woff");
    font-weight: 600;
}

body {
	margin:0;
	padding:0;
	color:#697284;
	background-color:rgba(0, 0, 0, 0.50)!important;
	font-family:'ProximaNova-Regular',"HelveticaNeue-Light","Helvetica Neue Light","Helvetica",Arial, sans-serif;
}

html, body {
	height:auto;
}

.container {
	position:absolute;
	margin: 0 auto;
	max-width: 560px;
	background:#F9FAFC;
	border-radius: 12px;
	top: 30%;
	left: 50%;
	transform:translateX(-50%);
	width: 560px;
	text-align:center;
	padding: 0px;
}

.container .content-container, .container .btn-container  {
	padding: 56px;
}

.container .content-container {
	border-bottom: 1px solid #E7EBF3;
}

.container .btn-container {
    border-radius: 0px 0px 12px 12px;
    background: #FFF;
    box-shadow: 0px 20px 32px 0px rgba(0, 0, 0, 0.02);
}

.container .content-container img {
	width: 18px;
	height: 18px;
	margin-right: 8px;
}

.container .content-container h1 {
	color: #001642;
	text-align: center;
	font-family: Degular;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.72px;
	margin-top: 0;
	margin-bottom: 0;
}

.container .content-container p {
	text-align:center;
    margin: 0px auto 0px auto;
    font-size: 15.5px;
	color: #697284;
	letter-spacing: -0.56px;
	font-family:'ProximaNova-Regular','Helvetica Neue',Helvetica,Arial,sans-serif;
	width: auto;
}

@media all and (max-width: 600px) {
	.container {
		position: relative;
		margin: auto 30px;
		top: 70px;
		left: auto;
		right: auto;
		width: auto;
		transform: none;
		display: block;
	}
	
	.container > div {
		padding:0;
	}
	
	.content-container {
		padding:0;
	}
}

a.cta {
	color: #ffffff;
	background: #0180ff;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 16px 32px;
	font-size: 18px;
	font-weight: 700;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: flex;
	padding: 16px 32px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin: auto !important;
	max-width: 207px;
	text-decoration: none;
	font-family: 'ProximaNova-Regular';
}

.collect-error-title {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 16px;
}