﻿/*登录页面开始*/
.login-html {
    height: 100%;
    margin: 0;
    padding: 0;
}

.login-body {
    background-image:url("/static/image/loginBg.jpg");
    background-size: cover;
    background-color: #ccc;
}

.loginBg {
    background-image: url("/static/image/loginBg.jpg");
}

.login-box {
    position: absolute;
    right: 10%;
    top: 50%;
    width: 380px;
    min-height: 320px;
    margin-top: -160px;
    background-color: #fff;
    border-radius: 5px !important;
    -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    color: #4a4a4a;
    padding: 1.5rem;
}

.login-box .form-group {
    margin-bottom: 0; /* width: 120px; */
}

.fa-icon {
    display: inline-block;
    top: 29px;
    left: 6px;
    position: relative;
    color: #ccc;
}

input[type="text"], input[type="password"] {
    padding-left: 26px;
}

a:hover {
    text-decoration: underline;
    color: #08c;
}

.loginType {
    overflow: hidden;
}

.loginType div {
    cursor: pointer;
    border-bottom: 2px solid #fff;
    height: 30px;
    font-size: 14px;
    line-height: 24px;
    width: 50%;
    float: left;
    text-align: center;
}

.loginType .on, .loginType :hover {
    border-color: #66afe9;
}

.loginType .on {
    color: #66afe9;
}

label.fl {
    overflow: hidden;
    margin-right: 10px;
}

label.fl ~ a {
    float: right;
}

label.fl ~ a:hover {
    text-decoration: underline;
    color: #08c;
}

.fl input, .fl span {
    float: left;
}

.fl input {
    width: 14px;
    height: 14px;
    margin-right: 4px;
}

.fl span {
    line-height: 20px;
    height: 22px;
}

.btn-success {
    border: none !important;
}

label span {
    font-weight: 100;
}

.BarCode {
    width: 200px;
    height: 200px;
    position: absolute;
    border: 1px #ccc solid;
    left: 71px;
    bottom: 40px;
    display: none;
}

.BarCode img {
    width: 100%;
    height: 100%;
}

.BarCode:after {
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent; /*调整小三角形的大小*/
    border-top-color: #ccc; /*改变小三角的颜色（最好就是和父级div的背景颜色相同）;bottom是用于调整小三角的方向*/
    position: absolute;
    left: 94px; /*调整小三角形的位置*/
    top: 100%; /*调整小三角形的位置*/
    margin-bottom: 20px; /*调整小三角形的位置*/
}

.BarCode:before {
    content: '';
    width: 0;
    height: 0;
    border: 9px solid transparent; /*调整小三角形的大小*/
    border-top-color: #fff; /*改变小三角的颜色（最好就是和父级div的背景颜色相同）;bottom是用于调整小三角的方向*/
    position: absolute;
    z-index: 1;
    left: 95px; /*调整小三角形的位置*/
    top: 100%; /*调整小三角形的位置*/
    margin-bottom: 20px; /*调整小三角形的位置*/
}

.pdaImg {
    left: 132px;
    padding: 10px;
    background: #fff;
}

.pdaImg:after {
    left: 104px; /*调整小三角形的位置*/
}

.pdaImg:before {
    left: 105px; /*调整小三角形的位置*/
}
/*登录页面结束*/



.changeTc {
    padding: 10px;
}

.changeTc dl {
    overflow: hidden;
    height: 24px;
    font-size: 12px;

}

.changeTc dt {
    text-align: right;
    width: 60px;
    float: left;
    line-height: 24px;
    font-weight: normal;
}

.changeTc dd {
    margin-left: 70px;
}

.changeTc dd input.form-control {
    width: 100%;
    height: 24px;
    line-height: 20px;
    font-size: 12px;
}