html,body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 1rem;
}

div.maincontent {
	width: 100%;
	margin: 0 auto;
}

div.header {
    width: 100%;
}

div.logo {
	top: 0px;
	left: 10%;
	width: 20%;
}

#welcome_wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#welcome {
    overflow: hidden;
    width: 90%;
    height: 5em;
    margin-top: 2em;
    margin-bottom: 0em;
    font-size: 0.9em;
    margin-right: 2em;
    padding: 0.5em;
    text-align: center;
}

#btn_more {
    display: block;
    margin: 0em auto 2em auto;
    padding: 0.5em;
}

#popupterms {
    position: fixed;
    width: 95%; 
    height: 30em; 
    margin: auto; 
    left: 0; 
    right: 0; 
    bottom: 1em;
    border-width: 1px; 
    border-radius: 1em;
}

#popupterms_text {
    width: 95%; 
    height: 25em; 
    margin: 0em auto 0em auto; 
    padding-right: 1em; 
}

#popupalert {
    width: 95%;
    margin: 1em auto auto auto; 
    left: 0; 
    right: 0; 
    border-width: 1px; 
    border-radius: 1em;
}

#popupalert_text {
    width: 90%;
    margin: 0em auto 0em auto; 
    padding-right: 1em; 
}

#confirmcharge {
    position: fixed;
    width: 95%; 
    margin: auto; 
    left: 0; 
    right: 0; 
    bottom: 2em;
    border-width: 1px; 
    border-radius: 1em;
}

div.label01 {
    font-size: 0.7em;
}

div.wrapfield01 {
    width: 100%;
}

input.field01 {
    border-width: 1px;
    width: 85%;
}

button.btn01 {
    border-radius: 3px;
    padding: 0.5em 1.5em;
    font-size: 0.8em;
    width: 100%; 
}


input.btn_connect {
    border-radius: 3px;
    padding: 0.5em 1.5em;
    font-size: 1.2em;
}

#socialcontainer {
    width: 70%;
}

div.loginform {
	width: 90%;
	margin: 0em auto 2em auto;
	padding: 1rem;
}

div.socialform {
    margin-top: 0.5em; 
    margin-left: auto;
    margin-right: auto;
    max-height: 0em; 
    font-size: 1rem; 
    margin-bottom: 0.5em; 
    width: 100%; 
    transition: max-height 1s; 
    -webkit-transition: max-height 1s;
}

#registerform {
    width: 60%;
}

div.smallbuttonnormalstate {
    display: none;
}

div.wrapbanner {
	width: 98%;
	margin: 4rem auto;
}

div.banner1 {
	float: left;
	width: 30%;
}

div.banner2 {
	float: left;
	width: 30%;
	margin-left: 5%;
}

div.banner3 {
	float: right;
	width: 30%;
}

div.socialfollow {
    margin-bottom: 1em;    
}

div.vendor {
	width: 10em;
	text-align: right;
}

div.vendor img {
    height: 2em;
}