html {height: 100%;}
body{background:url(../images/bg-reg.jpg) no-repeat center top;background-size:cover;height: 100%;}
.reglogo{padding-top:30px;}
.reglogo p,.reglogo h1{display:inline-block;vertical-align:top}
.reglogo p img{width:63px;height:auto;}
.reglogo h1{padding:34px 0 0 8px;}
.regdiv h2{text-align:center;font-size:26px;color:#00336e;padding:30px 0 30px;}
.divinput{width:100%;height:54px;border:solid 1px #5098c5;border-radius:5px;background:rgba(0,70,143,.3);margin:20px 0 0;position:relative;}
.divinput input{background:none;border:none;width:100%;height:54px;padding:19px;font-size:16px;line-height:1em;color:#fff;outline: none;}
.divinput span{font-size:16px;width:100%;height:54px;padding:19px;color:#cae1f1;position:absolute;top:0;left:0;}
.divinput input.verify{width:132px;height:42px;padding:14px 10px;border-radius:3px;background:#0078c4;color:#cae1f1;font-size:14px;cursor:pointer;position:absolute;top:5px;right:5px;}
.divinput input.verify60{display:none;width:132px;background:#ddd;color:#666;cursor:wait;}
.divinput button{border:none;width:100%;height:54px;padding:12px 0;font-size:20px;color:#;background:rgba(0,120,196,.7);color:#cae1f1;}
.reglogin{font-size:16px;padding-top:32px;padding-bottom:50px;text-align:right;font-weight:600;}
.reglogin a{color:#00468f;
	transition: color ease .2s;
	-webkit-transition:color ease .2s;
	-moz-transition:color ease .2s;
	-ms-transition:color ease .2s;
	-o-transition:color ease .2s;
}
.reglogin a:hover{color:#022447;}
#mdid {
	background: transparent url(../images/icon-select-drop.png) no-repeat 95% center;
	background-size: 21px 11px;
	-webkit-appearance: none;
	width: 100%;
	padding: 0 19px;
	color: #fff;
	font-size: 16px;
	line-height: 52px;
	height: 52px;
	border: none;
	}
#mdid option {
	color: #000;
}
::-webkit-input-placeholder { /* WebKit browsers */
color: rgba(255,255,255,.5);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: rgba(255,255,255,.5);
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: rgba(255,255,255,.5);
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: rgba(255,255,255,.5);
}


@media(max-width:414px){
	body{background-size:auto;}
	.regdiv h2{font-size:24px;padding:25px 0 10px;}
}
