@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


body{
	overflow: hidden;
	height: 100vh;
	background-image: url("../images/logon-bg-blue.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.welcome{
	font-size:24px;
	letter-spacing: 6px;
	color:white;
}
.logon-box{
	width:1034px;
	height:681px;
	background-image: url("../images/logon-bg-banner.png");
	background-repeat: no-repeat;
	margin:8% auto 0 auto;
	padding:16px 61px;
	
}


.admin-logon{
	
	width:360px;
	margin-left: 620px;
	margin-top: 80px;
}
.logon-tatle{
	padding:0 8px 15px 8px;
	overflow: hidden;
}
.tatle-blue{
	color:#0e9938;
	border-bottom: 2px solid #0e9938;
}
.logon-tatle h2{
	margin:0 30px;
	float:left;
	font-size:24px;
	letter-spacing: 4px;
}


.admin-logon input{
	outline: none;
	margin:10px 0;
	padding-left: 40px;
	background-color: white;
	height:38px;
	border:1px solid #d9d9d9;
	font-size:16px;
	color:#333;
}
.number{
	width:320px;
	background-image:url("../images/number.png");
	background-position: 14px 12px;
	background-repeat: no-repeat;
}
.password{
	width:320px;
	background-image:url("../images/password.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;
}
.password2{
	width:320px;
	background-image:url("../images/password.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;
}
.iphone{
	width:320px;
	background-image:url("../images/iphone.png");
	background-position: 14px 10px;
	background-repeat: no-repeat;
}
.code{
	width:140px;
	background-image:url("../images/password.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;
}

.code-key{
	float:right;
	margin:15px 0;
}

.a-box a{
	text-decoration: none;
	margin:0 8px;
	color:#777;
	font-size:16px;
	float:right;
}




.logon-button{
	margin-top: 20px;
	line-height: 40px;
	letter-spacing: 6px;
	color:white;
	font-size:18px;
	width:360px;
	height:40px;
	border-radius: 20px;
	background-color: #0e9938;
	border:0;
	box-shadow: 0px 3px 20px rgba(14,153,56,0.8);
}


.phone-logon{
	width:360px;
	margin-left: 620px;
	margin-top: 80px;
}

.phone-logon input{
	outline: none;
	margin:10px 0;
	padding-left: 40px;
	background-color: white;
	height:38px;
	border:1px solid #d9d9d9;
	font-size:16px;
	color:#333;
}



.logon-button2{
	margin-left: 15px;
	width:155px;
	height:40px;
	border-radius: 20px;
	background-color: #0e9938;
	border:0;
	color:white;
}
