﻿@charset "utf-8";
/* CSS Document */

div.background {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    padding: 8px 8px 0px 15px;
    border: 0px solid #aaa;
    background-color: red;
    position: relative;
    z-index: 100;
    line-height: 16px;
    background: rgba(255, 255, 255,0.5); /*关键代码*/
}

.login-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: url('../Images/bg.png') no-repeat #2b85d3 100%;
    background-size: cover;
    background-position: center;
}

a {
    text-decoration: none;
    color:brown;
}

a:hover {
    color:red;
    text-decoration: none;
    height: 5px;
}

.form-control {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: auto;
    font-size: 14px;
}

.form-control.Acc {
    width: 260px;
    height: 34px;
    border: 1px solid #aaa;
    border-radius: 5px;
    text-indent: 26px;
}

.form-control.Vali {
    width: 156px;
    text-wrap: none;
}

.form-control.Chk {
    width: 178px;
    text-wrap: none;
    height: 34px;
    border: 1px solid #aaa;
    border-radius: 5px;
    text-indent: 26px;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.field {
    position: relative;
    padding:8px 0 8px 0;
}






.ChkCode {
    border-radius: 3px;
 
}

.btn {
    margin-top: 8px;
    height: 34px;
    width: 260px;
    align-content: center;
    border: 0px solid #aaa;
    border-radius: 6px;
    color: black;
    cursor:default
}

.btn.bgblue {
    background-color: darkcyan;
    color: #b6ff00;
}

    .btn.bgred {
        background-color: #E37913;
        color:white;
    }

.send {
    margin-top: -3px;
    width: 100px;
    align-content: center;
    color: black;
    background-color: #EAEAEA;
}

.link {
    color:black;
    text-indent: 6px;
}
.icon-user5 {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 6px;
    top: 18px;
    background: url(../images/Icon-User1.png);
    background-position: center center;
    background-repeat: no-repeat;
    color: gray
}

.icon-key {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 6px;
    top: 18px;
    background: url(../images/Icon-Key1.png);
    background-position: center center;
    background-repeat: no-repeat;
    color: gray
}

.icon-mobile {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 6px;
    top: 18px;
    background-position: center center;
    background-repeat: no-repeat;
    color: gray
}

.icon-point-right {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 6px;
    top: 18px;
    background: url(../images/Icon-Ckcode1.png);
    background-position: center center;
    background-repeat: no-repeat;
    color: gray
}


