body {
	background-color:#ebebeb;
	font-family:'Mulish';
}

.containerBG {
	background-color:#FFFFFF;
	border-radius:5px;
	max-width:410px;
	padding:30px;
	margin-left:auto;
	margin-right:auto;
	min-height:380px;
	height:auto;
	position:relative;
}

.signuptitle {
	text-align:center;
	height:50px;
	font-size:30px;
	line-height:50px;
	margin-bottom:30px;
	font-weight:bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
	-webkit-background-clip: text;
	-webkit-text-fill-color: unset;
	transition: background-color 100s ease-in-out 0s;
	box-shadow: inset 0 0 20px 20px #23232329;
}


#goto_main {
	position: absolute;
	right: 10px;
	top: 10px;
	height: 30px;
	width: 30px;
	z-index: 2;
	text-align: center;
	border-radius: 30px;
	cursor: pointer;
}

.create_account {
	width:510px;
}

.centered {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.fieldtitle {
	font-size:14px; 
	margin-top:15px;
}

.fieldinput {
	border-radius: 5px;
	line-height: 30px;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

.fieldcontainer {
	width:100%;
	height:40px;
	margin-top:10px;
}

.vcenter { position: relative; top: 50%; transform: translateY(-50%); }

#signupprogress {
	height: 5px;
	background-color: #ffffff;
	width: 100%;
	position: absolute;
	bottom: -10px;
	border-radius: 5px;
	left: 0px;
	overflow:hidden;
}

.step1 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.step2 {
	position: absolute;
	left: 33%;
	top: 0;
	z-index: 2;
}

.step3 {
	position: absolute;
	left: 66%;
	top: 0;
	z-index: 2;
}

.signupstep {
	width:34%;
	height:5px;
}

#error_area {
	height:50px;
}

#request_new {
	display:inline-block;
}

#request_new:hover {
	cursor:pointer;
	text-decoration: underline;
}

#agree, #reg1agree, #continueToPass, #finish, #logon, #recover, #submitnewpass, #signup_step1, #signup_verify, #signup_create_pass {
	border-radius: 5px;
	height: 50px;
	width: calc(100% - 60px);
	font-weight: bold;
	line-height: 50px;
	cursor:pointer;
	text-align: center;
	position: absolute;
	bottom: 40px;
	font-weight:bold;
}

#agree:hover, #reg1agree:hover, #continueToPass:hover, #finish:hover, #logon:hover, #recover:hover, #submitnewpass:hover {
	opacity:0.7;
}

#termsarea {
	position:absolute;
	bottom:110px;
	width:calc(100% - 60px);
}

#ourcut {
	max-width:410px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:42px;
}

/* center the blockquote in the page */
.blockquote-wrapper {
   display: flex;
   padding: 0 20px;
}

/* Blockquote main style */
.blockquote {
	position: relative;
	font-family: 'Barlow Condensed', sans-serif;
	max-width: 620px;
	margin: 80px auto;
	align-self: center;
}

/* Blockquote header */
.blockquote h1 {
	font-family: 'Abril Fatface', cursive;
	position: relative; /* for pseudos */
	color: #084ee9;
	font-size: 2rem;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	border: 2px solid #fff;
	border: solid 2px;
	border-radius:20px;
	padding: 25px;
}

/* Blockquote right double quotes */
.blockquote h1:after {
	content:"";
	position: absolute;
	border: 2px solid #084ee9;
	border-radius: 0 50px 0 0;
	width: 60px;
	height: 60px;
	bottom: -62px;
	left: 50px;
	border-bottom: none;
	border-left: none;
	z-index: 3; 
}

.blockquote h1:before {
	content:"";
	position: absolute;
	width: 80px;
	border: 6px solid #ebebeb;
	bottom: -3px;
	left: 50px;
	z-index: 2;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
	.blockquote h1 {
		font-size: 2rem;
		line-height: 1.2;
   }

}

@media all and (max-width:510px) {
	.create_account {
		width:100%;
	}
}

@media all and (max-width: 500px) {
	.blockquote-wrapper {
		margin-top:-40px;
   }
   
   h1 {
	   font-size:1.5rem !important;
   }
   
   #signupContainer {
	   margin-top:-30px !important;
   }
}

/* Blockquote subheader */
.blockquote h4 {
	position: relative;
	color: #ffffff;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	padding-top: 15px;
	z-index: 1;
	margin-left:150px;
	padding-left:12px;
}

 
.blockquote h4:first-letter {
  margin-left:-12px;
}