﻿* {
    padding: 0;
    margin: 0;
    list-style: none;
}
body{
    min-width:1000px;
}
.back-login {
    position: relative;
    background: url(../../Content/Img/background.jpg) no-repeat; /*//背景*/
    background-position: center;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
}

.login-main {
    width: 360px;
    height: 440px;
    position: absolute;
    top: 55%;
    right: 13%;
    transform: translate(0%,-50%);
    border: 1px solid white;
    background-color: white;
}
.back-login .name {
    position: absolute;
    top: 39%;
    left: 20%;
    font-size: 28px;
    width: 20%;
    text-align: center;
    line-height: 60px;
}
.login-main > div:first-child {
    padding: 20px 0; 
    text-align: center;
}

.login-input > .eye {
    height: 20px;
    width: 20px;
    POSITION: absolute;
    right: 13px;
    bottom: 20px;
}

.login-input {
    position:relative;
    padding: 20px 0 10px;
    margin: 0 auto;
    width: calc(100% - 85px);
}

.login-input + .login-input {
    position: relative;
    padding-top: 0;
}
.login-input input[name=user_name] {
    width: 100%;
    padding-left: 45px;
    text-indent: 20px;
    border: none;
    outline: none; 
    border-bottom: 1px solid #eee;
}
    .login-input input[name=user_pwd] {
        width: 100%;
        padding-left: 45px;
        text-indent: 20px;
        /*background: url(../../Content/Img/putian/密码.png) no-repeat;
    background-position-y: 11px;
    background-position-x: 11px;*/
        border: none;
        /*background-size: 25px;*/
        outline: none;
        border-bottom: 1px solid #eee;
    }

.line {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.btn-class {
    text-align: center;
    padding: 25px 25px 10px 25px;
}

    .btn-class a {
        text-decoration: none;
        color: #99061c;
    }
        .btn-class a:hover {
            color: #e60012;
        }
.btn-class + .btn-class {
    padding-top: 0;
 }

.btn-info {
    font-size: 18px;
    padding: 5px;
    width: 80%;
    background: #99061c;
    border-color: #99061c;
}
    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info:active:focus {
        background: #e60012;
        border-color: #e60012;
        outline: none;
    }
.login-input .login-img {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 22px;
    left: 11px;
}
.login-input .pwd-img {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 2px;
    left: 11px;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: black !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
}

input {
    background-color: transparent;
}
