section#register-page {
	min-width: 100%;
	min-height:  100%;
	background: linear-gradient(to bottom right, #14333c 38%, #0c3744);
}

.branding {
	text-align: center;
}

.auth-wrapper {position: relative;padding: 10vh 0;}
button .fa{
	float:left;
	line-height:23px;
}
.promo-bar {
	color: #fff;
	text-align: center;
}

.auth-content {
	background: #fff;
	max-width: 500px;
	margin: 0 auto;
	padding: 40px 30px;
	border-radius: 3px;
	box-shadow: 0 1px 15px rgba(15, 32, 40, 0.05);
}

.auth-content .social-logins .btn-social {
	position: relative;
	border: none;
	display: block;
	width: 100%;
	background: none;
	margin: 0px 0px 10px 0px;
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	padding: 12px;
	border-radius: 4px;
	text-align: center;
	letter-spacing: 0.01em;
	vertical-align: middle;
}

.social-logins .Facebook-login {
	display: block;
	background-color: #3b5998!important;
}
.social-logins .Google-login {
	display: block;
	background-color: #4285f4!important;
}
.spacer-text {
	margin: 20px auto;
display: block;
text-align: center;
}
form input {
	border-radius: 4px;
	border: 1px solid #e1eaf0;
}
.account-details input {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 15px 20px;
	font-size: 14px;
}
a.btn.buy-tokens {
	padding: 10px 15px!important;
	text-align: center;
	font-size: 15px;
	margin: 15px 0;
}
p.success {
    font-size: 17px;
    margin: 0;
    line-height: 24px;
}
.regerror {
    padding: 5px 15px;
    background: #8e8b8b;
    color: #fff;
    border-radius: 3px;
    font-size: 17px;
}
.branding .logo {
	width: 200px;
	height: auto;
	margin: 0 auto 20px;
}




.acc-header {
    background: #13323c;
    padding: 50px 30px;
    box-shadow:  0px 2px 5px 2px rgba(0,0,0,.14);
}
.header-logo img{
    width:230px;
}
.acc-header div {display:inline-block;vertical-align: middle;}

.header-txt b {
    color: #fff;
    display: block;
    font-size: 11px;
}

span.counter {
    color: #ff6600;
    font-weight: 600;
    font-size: 15px;
}

a.header-logo {
    vertical-align: middle;
    display: inline-block;
}

.header-txt {
    padding-left:  25px;
}

.header-menu {
    vertical-align: middle;
    float: right;
    margin-right:  50px;
}

.header-menu a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 9px 10px;
    text-decoration: none;
    transition: all .25s ease;
}

.header-menu a:hover {
    color: #ff6700;
    transition: all .25s ease;
}
.panel-white{
	display:block;
	width:80%;
	margin: -20px auto 0 auto;
	background:#fff;
	border-radius:10px;
	box-shadow:0px 3px 6px rgba(0,0,0,.2);
}

.panel-white .tabs {
    display: block;
    border-bottom: 3px solid #ff6700;
}

.panel-white a.tab {
	padding: 20px;
	line-height:25px;
    display: inline-block;
    width: 49%;
	font-weight:bold;
    font-size: 16px;
    color: #13323c;
	transition:all .2s ease;
}
.panel-white a.tab:hover{
	text-decoration:none;
	transition:all .2s ease;
}
.panel-white a.tab:first-child {
    border-right: 3px solid #ff6700;
}
.panel-white span.text-center {
    display: block;
    padding: 0 0 20px;
    color: #5f5d5d;
    font-size: 13px;
}
.promo {
    display: block;
    margin: 0 auto 30px;
    max-width: 500px;
    background: #979ca1;
    padding: 30px 10px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
}
.panel-white h4.text-center {
    font-size: 20px;
    color: #13323c;
}
.panel-white h4.text-center span {
    font-size: 18px;
    vertical-align: middle;
    color: #979ca1;
}
.panel-white h3.text-center {
    font-size: 27px;
    margin-top: 50px;
    display: block;
}
input[type="radio"], input[type="checkbox"]{
	margin: 4px 25px 0 0;
}
.payment-methods{
	text-align:center;
}
.radioButton {
	display: inline-block;
    padding: 7px 25px 7px 15px;
    background: #13323c;
    color: #fff;
    font-size: 15px;
    letter-spacing: .5px;
    border-radius: 3px;
    margin-right: 10px;
}
@media (max-width:768px){
}