@charset "utf-8";
/* CSS Document */
body{
	background-color: #063476;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif","微軟正黑體" ;
}
.login-head,
.login-wrap{
	margin-right: auto;
	margin-left: auto;
}
.login-head{
	width: 400px;
	margin-top: 130px;
}
.register-head{
	margin-top: 20px;
}
.captcha-refresh img{
	width: 20px;
	height: auto;
}
.register-content .register-head h1{
	color: #fff;
}
.login-head h1{
	color: #3a80e5;
}
.login-head h1 small{
	font-size: 0.65em;
}
.login-wrap{
	width: 400px;
	border:1px solid #e3e3e3;
	border-radius: 10px;
	background-color: #fff;
}
.wrap-input100{
	padding: 80px 20px;
	height: 60px;
}
.wrap-input{
    padding: 10px 20px;
}
.register-label{
/*	color:#00afd7;*/
	color: #0aa4c7;
}
.login-wrap{
	box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.2);
	padding: 20px;
}
.login-content h2{
	text-align: left;
	margin-bottom: 1em;
	color: #3e3d3d;
}
.login-content .wrap-input100{
	width: 100%;
	padding: 5px;
	position:relative;
}
.login-content .wrap-footer100{
	height: 80px;
	border-top: 1px solid #ededed;
	padding-top: 20px;
}
.field-text-round{
	padding: 6px;
	padding-left: 20px;
	width: 100%;
	font-size: 1.05em;
	border-radius:16px;
	border-style: solid;
	border-width: 1px;
	border-color: #e3e3e3;
	color: #131313;
}
.field-text{
	padding: 4px;
	padding-left: 40px;
	width: 100%;
	font-size: 1.25em;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #e3e3e3;
	color: #131313;
}
.field-text-round:focus,
.field-text:focus{
	outline:solid 1px #AAAAAA;
}
.field-label{
	position:absolute;
	left: 12px;
	top: 11px;
}
.field-label img{
	width: 22px;
	height: auto;
}
.btn{
	display: block;
	border:none;
	text-align: center;
}
.register-btn,
.login-btn{
	width: 100%;
	background-color: #8fbd56;
	color: #000;
}
.register-btn:hover,
.login-btn:hover{
	background-color: #75A43C;
	color: #fff;
}
.link-text{
	color: #8fbd56;
	text-decoration: none;
}
.register-content{
	
}
.register-content .register-head,
.register-content .register-wrap{
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
.register-content .register-wrap{
	background-color: #fff;
	border-radius: 10px;
	padding-bottom: 50px;
	box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.2);
	padding: 20px;
}
.register-title{
	float: left;
}
.register-note{
	float: left;
    margin-top: 4px;
    margin-left: 10px;
    color: #dc3545;
}
.notice{
	padding: 0px 20px;
	height: 360px;
	overflow-x: hidden;
	overflow-y: scroll;
	border:1px solid #f4f4f4;
}
.notice .notice-head{
	color: #8A0709;
	font-size: 1em;
}
.notice ol li, .notice p{
	font-size: 0.875em;
	line-height: 1.75em;
}
.visibilityBtn {
    display:block;
    width: 25px;
    position:absolute;
    right:15px;
    top:12px;
}
.visibilityBtn img{
    width: 100%;
}
#wallet_address{
	height: 10em;
}
.wrap-riskstatement{
    margin:10px 0px;
    padding:20px;
    background-color:#fbfbfb;
}
.wrap-riskstatement h3 {
    color: #bb2d00;
    font-size: 1.25em;
}
.remark{
	background-color: #EFEFEF;
	padding: 10px 10px 5px 10px;
}
.remark p{
	font-size: 0.875em;
	color: #FF0004;
}
.remind-area{
	position:relative;
}
.remind-text {
	position: absolute;
	top: 12px;
	left:70px;
}
.remind-text p{
	font-size: 12px;
	color:#FC0000;
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 992px) {}
@media screen and (max-width: 768px) {
	.register-content .register-head,
	.register-content .register-wrap{
		width: 98%;
	}
	.login-wrap{
		width: 380px;
	}
}
@media screen and (max-width: 680px) {}
@media screen and (max-width: 480px) {}
@media screen and (max-width: 414px) {

}
@media screen and (max-width: 320px) {}