﻿@charset "utf-8";
/* CSS Document */

*{
	padding: 0;
	margin: 0;
}
.loginbody {
    background: url(../images/back.jpg) no-repeat;
    text-align: center;
}
.imgnew {
    text-align: left;
    padding: 9% 0 0 6%;
}
.loginnew {
    width: 70%;
    height: 700px;
 
    border-radius: 20px;
    margin: 7% auto 0;
    position: relative;
    background: #fff url(../images/backnew.png) no-repeat 10% 45%;
    background-size:55%;
}
.login-wrap {
    position: absolute;
    top: 10%;
    right: 10%;
    width: 280px;
    text-align: center;
}
.login-logo {

    margin-left:23px;
    width: 230px;
   
}
.login-form .col {
    position: relative;
    padding: 10px 0;
}
    .login-form .col .login-input {
        display: block;
        height: 42px;
        width: 280px;
        box-sizing:border-box;
        padding: 5px 10px 5px 36px;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 3px;
        font-size: 14px;
        line-height: 32px;
        color: #333;
        outline: none;
    }
.login-form .col .login-input::-webkit-input-placeholder {  
    color:    #d2d2d2;  
}  
.login-form .col .login-input:-moz-placeholder {  
   color:    #d2d2d2;  
   opacity:  1;  
}  
.login-form .col .login-input::-moz-placeholder {  
   color:    #d2d2d2;  
   opacity:  1;  
}  
.login-form .col .login-input:-ms-input-placeholder {  
   color:    #d2d2d2;  
}  
.login-form .col .icon {
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    width: 16px;
    height: 42px;
    cursor: pointer;
}
.login-form .col .icon i {
    color: #ccc;
    background: url(../images/login_icon.png) no-repeat;
    display: block;
    height: 42px;
    width: 16px;
}
.login-form .col .icon .icon-user{
	background-position: 0px 0px;
}
.login-form .col .icon .icon-key {
	background-position:  0px -42px;
}
.login-form .col {
    position: relative;
    padding: 10px 0;
}
.login-form .col .login-btn {
    display: block;
    padding: 5px 0;
    font-size: 16px;
    color: #fff;
    width: 100%;
    line-height: 28px;
    height: 42px;
    background: #00b3a2;
    border: 0;
    border-radius: 3px;
    letter-spacing: .5em;
    cursor: pointer;
    outline: none;
}
.login-tips {
    display: inline-block;
    margin: 15px auto 0;
    height: 14px;
    vertical-align: middle;
    overflow: hidden;
}
.login-tips i {
    display: inline-block;
    margin-right: 5px;
    width: 14px;
    height: 14px;
    color: #83b7ce;
    font-size: 12px;
    line-height: 14px;
    vertical-align: middle;
    zoom: 1;
    background: url(../images/login_icon.png) no-repeat -1px -98px;
    float: left;
}
.login-tips p {
    display: inline-block;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    font-weight: normal;
    color: #4e8493;
    vertical-align: middle;
    zoom: 1;
    float: left;
}
.copy-right {
    display: block;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    text-align: center;
}
.copy-right p {
    font-size: 12px;
    color: #4e8493;
    line-height: 1.8em;
}


































