@charset "utf-8";
body {
    font-family: "微软雅黑", "宋体" tahoma, arial;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
}

a, a:hover, a:focus {
	color: #4aaf51;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}



img { max-width: 100%; }

::-moz-selection { background: #4aaf51; color: #fff; text-shadow: none; }
::selection { background: #4aaf51; color: #fff; text-shadow: none; }


.form-box{
    width: 30vw;
    height: 48vh;
    margin-top: 30vh;
    margin-left: 65vw;
    background:rgba(255,255,255,1);
    box-shadow:0px 3px 6px rgba(0,0,0,0.16);
    opacity:1;
    border-radius:50px !important;
    padding: 0;
}
 /* 
.form-top img {
  width: 236px;
    margin-top: 6%;
    margin-bottom: 10%;
}*/

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}

.form-bottom {
    padding: 0 36px 0 55px;
    box-sizing: border-box;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form button.btn {
	width: 100%;
}

.form-bottom form .input-error {
	border-color: #4aaf51;
}

.social-login {
	margin-top: 35px;
}

.social-login h3 {
	color: #fff;
}

.social-login-buttons {
	margin-top: 25px;
}

.form-group {
    position: relative;
    display: flex;
    align-items: center;
}

.icon-username {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 7px;
    background-image: url('../images/system/icon-username.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.icon-pwd {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 7px;
    background-image: url('../images/system/icon-pwd.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.admin-name p {
    position: fixed;
    font-size: 8rem;
    font-family:Alibaba PuHuiTi;
    font-weight:bold;
    line-height:155px;
    color:rgba(255,255,255,1);
    text-shadow:0px 3px 6px rgba(0,0,0,0.64);
    opacity:1;
}

.admin-name p:nth-child(1) {
    text-align: center;
    left: 9vw;
    top: 38vh;
}

.admin-name p:nth-child(2) {
    text-align: right;
    left: 18vw;
    top: 53vh;
}


input[type="text"], 
input[type="password"], 
textarea, 
textarea.form-control {
	height: 7vh;
    margin: 0;
    padding: 0 20px 0 69px;
    vertical-align: middle;
    background: #fff;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #CCCCCC;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 7vh;
    color: #888;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

textarea, 
textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

input[type="text"]:focus, 
input[type="password"]:focus, 
textarea:focus, 
textarea.form-control:focus {
	outline: 0;
	background: #fff;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #4977FC;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, 
textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }

input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, 
textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }



button.btn {
    width: 26vw;
	height: 10vh;
    vertical-align: middle;
    background-image: url('../images/system/login.png');
    background-size: 100% 100%;
    border: 0;
    color: #fff;
    background-color: rgba(0,0,0,0);
    margin-top: 2vh;
}

button.btn:hover { opacity: 0.8; color: #fff; }

button.btn:active { outline: 0; opacity: 0.8; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

button.btn:focus { outline: 0; opacity: 0.8;color: #fff; }

button.btn:active:focus, button.btn.active:focus { outline: 0; opacity: 0.6;color: #fff; }