body {
	font-family: "Helvetica Neue";
	color: #404040;
	background-attachment: fixed;
	background-color: #fff;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.larry-main {
	position: relative;
	width: 300px;
	height:auto;
	margin-top: 160px;
	margin-right: auto;
	margin-left: auto;
	background: white;
	border-radius: 5px;
	padding:45px 45px 45px 45px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	border: 1px solid #bbb;
}

.larry-main:before, .larry-main:after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  height: 10px;
  background: inherit;
  border-bottom: 1px solid #ccc;
  border-radius: 4px;
}

.larry-main .title {
	margin: -45px -45px 25px;
	padding: 15px 25px;
	display:block;
	height:40px;
	line-height:40px;
	color:#888;
	font-size:30px;
	background: #f4f4f4;
	font-family: "微軟正黑體";
	text-align:center;
	font-weight:bold;
	margin-bottom:5px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
}


.larry-main .title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: #c4e17f;
  border-radius: 5px 5px 0 0;
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

.larry-main p.info {
	display:block;
	width:100%;
	height:35px;
	line-height:35px;
	color:#888;
	font-size:24px;
	text-align:center;
	padding-bottom:15px
}
.user-info {
	display:block;
	width:100%;
	padding-top:5px;
	overflow:hidden;
	margin:0 auto
}
.user-info .avatar {
	display:block;
	width:96px;
	height:96px;
	margin:0 auto;
	margin-bottom:25px
}
.layui-form {
	display:block;
	position:static;
	width:280px;
	overflow:hidden;
	margin:0 auto;
	padding:0px;
	padding-left:15px;
	padding-right:15px
}
.layui-form .layui-form-item {
	display:block;
	width:100%;
	height:40px;
	border:none;
	position:relative;
	margin-bottom:20px
}
.layui-form .layui-form-item label.layui-form-label {
	display:block;
	padding:0px;
	margin:0px;
	width:55px;
	height:20px;
	line-height:20px;
	position:absolute;
	top:13px;
	left:10px;
	font-size:14px;
	font-weight:600;
	color:#888;
	padding-right:10px;
	border-right:dotted 1px #FFF;
	text-align:right
}
.layui-form .layui-form-item input.larry-input {
	display:block;
	width: 100%;
	height: 45px;
	vertical-align:middle;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	font-size: 15px;
	background: white;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-box-shadow: inset 0 -2px #ebebeb;
	box-shadow: inset 0 -2px #ebebeb;
	font-family: "微軟正黑體";
	color: #999;
	padding-left:82px;
}

input {
  font-family: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input::-webkit-input-placeholder {
	color:#ccc
}
input:-moz-placeholder {
	color:#ccc
}
input::-moz-placeholder {
	color:#ccc
}
input:-ms-input-placeholder {
	color:#ccc
}
.layui-form .layui-form-item input.larry-input:focus {
}
#larry_code {
	width:115px;
	margin-bottom:25px
}
#larry_code input.larry-input {
	padding-left:10px!important;
}

#larry_code input.larry-input:focus {
	font-size:16px
	border-color: #62c2e4;
	outline: none;
	-webkit-box-shadow: inset 0 -2px #62c2e4;
	box-shadow: inset 0 -2px #62c2e4;
}

input:focus::-webkit-input-placeholder { color:transparent; }

/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder { color:transparent; }

/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder { color:transparent; }

/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder { color:transparent; }

#larry_code .code {
	display:block;
	background:#ffffff;
	width:155px;
	height:40px;
	padding:0px;
	border-radius:4px;
	position:absolute;
	top:1px;
	left:123px;
	box-shadow:0 1px 1px 1px rgba(0,0,0,0.25)
}
#larry_code .code .arrow {
	background:url(../images/login_code.png) no-repeat 0 0;
	display:block;
	width:7px;
	height:13px;
	position:absolute;
	left:-7px;
	top:13px
}
#larry_code .code-img {
	width:153px;
	height:38px;
	position:absolute;
	top:1px;
	left:1px;
	cursor:pointer
}
#larry_code .code-img img {
	display:block;
	width:100%;
	height:100%
}

.larry-btn {
	position:static;
	display:block;
	font-size:16px;
	font-family: "微軟正黑體";
	font-weight:600;
	letter-spacing:1px;
	background:#9c3;
	width:280px;
	vertical-align:middle;
	margin:0 auto!important;
	border:1px solid #ff730e;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	height: 54px;
	padding: 0;
	font-size: 22px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
	border-bottom: 2px solid #719526;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #d76b60;
	box-shadow: inset 0 -2px #719526;
}
.larry-btn:hover {
	-moz-box-shadow:0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2);
	-webkit-box-shadow:0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2);
	box-shadow:0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2)
}
.larry-btn:active {
	-moz-box-shadow:0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2);
	-webkit-box-shadow:0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2);
	box-shadow:0 5px 8px 0 rgba(0,0,0,.1) inset,0 1px 4px 0 rgba(0,0,0,.1);
	border:0px solid #ef4300
}
.copy-right {
	display:block;
	width:280px;
	height:30px;
	line-height:30px;
	margin:0 auto;
	text-align:center;
	color:#000000;
	font-size:14px;
	padding-top:5px
}
.copy-right a {
	cursor:pointer;
	color:#000000
}
.copy-right a:hover {
	color:#ffffff
}
#bg-body {
		    background: none repeat scroll 0 0 #D2D2D0;
		    height: 200%;
		    left: -50%;
		    position: fixed;
		    top: -50%;
		    width: 200%;
		}
		#bg-body img {
		    bottom: 0;
		    left: 0;
		    margin: auto;
		    min-height: 50%;
		    min-width: 50%;
		    position: absolute;
		    right: 0;
		    top: 0;
		}
		.layui-input:focus, .layui-textarea:focus {
        border-color: #C9C9C9!important;
    }
    .layui-btn, .layui-input, .layui-select, .layui-textarea, .layui-upload-button {
    outline: 0;
     -webkit-appearance: none;
   
    box-sizing: border-box;
}
blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.messager {
  position: fixed;
  z-index: 99999;
  max-width: 80%;
  padding-right: 50px;
  color: #fff;
  background-color: #333;
  background-color: rgba(0, 0, 0, .8);
  border-radius: 5px;
}
.messager.top {
  top: 20px;
}
.messager.top-left {
  top: 20px;
  left: 20px;
}
.messager.top-right {
  top: 20px;
  right: 20px;
}
.messager.bottom {
  bottom: 20px;
}
.messager.bottom-left {
  bottom: 20px;
  left: 20px;
}
.messager.bottom-right {
  right: 20px;
  bottom: 20px;
}
.messager-content {
  padding: 10px 20px;
}
.messager-content > [class^='icon-'] {
  display: inline-block;
  margin-right: 8px;
}
.messager-actions {
  position: absolute;
  top: 10px;
  right: 15px;
}
.messager-actions > .action {
  color: #fafafa;
  color: rgba(255, 255, 255, .6);
  text-shadow: none;
  background: none;
  border: none;
}
.messager-actions > .action.close {
  font-size: 20px;
  font-weight: normal;
  opacity: 1;
}
.messager-actions > .action:hover {
  color: #fff;
}
.messager-primary {
  background-color: #3280fc;
}
.messager-success {
  background-color: #229f24;
}
.messager-info {
  background-color: #39b3d7;
}
.messager-warning {
  background-color: #ff730e;
}