
body { font-size: 13px; font-family: "Open Sans"; 
	background: #000; /*url(../images/casey-horner-339855.jpg) no-repeat center center fixed; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #7c7c7c;
}
a:hover{
	color:gold;
	text-decoration:none;
}
a{
	color:#fff;
}
.container {height: 100%;}
.container::before {content: '';display: inline-block;height: 100%; vertical-align: middle;margin-right: -0.25em;}
.container>.row {display: inline-block;vertical-align: middle;width: 100%;margin-left: auto;}

.top-margin { margin-top: 70px; }
.login-page { background: #FFFFFF; padding: 20px; border-radius: 0px 0px 4px 4px; opacity: .95;}
.login-page-header { background: #f3f3f3; padding: 10px; border-radius: 4px 4px 0px 0px; text-align: center; border-bottom: 1px solid #dadada; font-weight: 600; color: #5c6267; opacity: .95;}
.align-center { text-align: center; }
.decent-margin-top { margin-top: 30px; }
.decent-margin { margin-top: 20px; margin-bottom: 20px;  }

.center-block-e{
    float: none;
    margin: 0 auto;
}
.login-alert-area { background: #FFFFFF; padding: 10px; margin: 10px;  }
.social-icon { padding-right: 10px; border-right: 1px solid #EEE; margin-right: 5px;}
.white-form-bg { background: #FFF !important; }
.align-center { text-align: center; }

/* new */
.login-form { border-radius: 8px; background: RGB(0,0,255,0.8); box-shadow: 1px 2px 4px 0 rgba(255, 255, 255, 0.8); }
.login-form-inner { padding: 30px 30px 0px 30px; }
.login-form-bottom { background: #f0f2f282;border-top: 1px solid #f0f2f2; border-radius: 0px 0px 8px 8px; padding:1px;}
.login-form h2 { margin-top: 0px; }
.login-welcome { font-size: 34px; color: #FFF; text-align: center; padding: 20px; margin-top: 20px;}
.login-form-intro { font-size: 14px; text-align: center; color: #7c7c7c; }
.login-form-area { width: 100%; margin-top: 10px; margin-bottom: 10px;}
.btn-flat-login { background: #29a79c; color: #FFF; }
.btn-flat-login:hover { background: #269b93; color: #FFF; }
.login-icon-color { color: #a0a0a0; }
.btn-flat-social { background: #f0f0f0; color: #000 !important;}
.btn-flat-social-twitter { background: #20a5e2; color: #FFF !important; }
.btn-flat-social-facebook { background: #3859a2; color: #FFF !important; }
.btn-flat-social-google { background: #e33500; color: #FFF !important; }
.small-text { font-size: 11px; }
.login-footer { color: #FFF; position: fixed; bottom: 20px; width: 100%; }

.has-feedback .form-control-feedback {
    top: 0px;
    left: 0;
}
.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    left: 0px;
}
.form-group.login-form-area.has-feedback input { padding-left: 30px; }
/*
.walletconnect-modal__close__wrapper:hover{
	background-color:#ececec;
}
*/
.walletconnect-modal__close__wrapper{
	cursor:pointer;
}

.walletconnect-modal__close__icon:hover{
	background:#ddd;
}
.walletconnect-modal__close__icon{
	background:#cec;
}
/****
	Video background 
***/
#background video{
	width:90%;
	min-width:1200px;
}
#background>div{
	display:table-cell;
	vertical-align:middle;
}
#background{
	position:fixed;
	top:0;
	right:0;
	z-index:-1;
	overflow:hidden;
	left:-1px;
	text-align:right;
	height:100%;
	display:table;
}
.navbar-inverse{
	z-index:99;
	position:fixed;
	left:0;
	top:0;
	right:0;
	/*border-color: #f4f6f7;*/
	box-shadow:inset 0 0px 10px 8px rgba(78, 71, 101, 0.27);
}

.control-right{
	float:right;
}
.navbar-brand-two img{
	height:100%;
}
.navbar-brand-two{
	height: 49px;
    float: left;
    padding: 8px;
}
.panel{
	background:none;
}

.col-md-12,.col-md-5{
	padding-left:0;
	padding-right:0;
}
@media (max-width: 767px) {
	.center-block-e{
		margin:0 auto;
	}
	.col-md-12, .col-md-5{
		padding:0px;
	}
}
@media (max-width: 1200px) {
	#background{
		left:-120px;
	}
}