﻿* {
    margin: 0px;
    padding: 0px;
}

html, body {
    width: 100%;
    height: 100%;
}

.clear {
    clear: both;
}

/*login.cshtml-CSS*/
.login_body {
    background-color: #2074BB;
    background-image: url("/Config/Images/LoginBG.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.main {
    width: 610px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0px 0px -300px;
}

.content {
    width: 600px;
    height: 390px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    margin: 5px;
    box-shadow: 10px 15px 20px #0e3e68;
}

.top_div {
    width: 590px;
    height: 160px;
    background: url("../Config/Images/LoginTop.png");
    border-radius: 10px 10px 10px 10px;
    margin: 5px 5px;
    float: left;
}

.login_div {
    width: 590px;
    height: 210px;
    margin: 5px 5px;
    float: left;
}

.matter {
    width: 370px;
    height: 190px;
    margin: 10px auto;
}

    .matter .input-group {
        border: 1px inset #dcdcdc;
        background-color: #EFF7FB;
        border-radius: 8px;
    }

        .matter .input-group .input-group-addon {
            border: none;
            background-color: transparent;
            height: 100%;
            width: 100%;
        }

        .matter .input-group input {
            border: none;
            outline: none;
            background-color: transparent;
            font-size: 120%;
            height: 100%;
            width: 92%;
            padding: 10px 4%;
        }

.matter_top, .matter_mid, .matter_bot {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 15px 0px;
}

.inf {
    width: 60px;
    font-size: 120%;
    font-weight: bold;
    margin-left: 5px;
    float: left;
    padding-right: 20px;
    font-family: "宋体";
}

.input_box {
    width: 250px;
    float: left;
}

.footer {
    width: 600px;
    height: 30px;
    margin-top: 60px;
    text-align: center;
    font-size: 12px;
    color: #17538d;
}

.in_text {
    width: 245px;
    height: 40px;
    border-radius: 8px;
    margin-left: 5px;
    text-indent: 4em;
    background-color: #EFF7FB;
    outline: none;
    border-color: #e6e6e6;
}

.title {
    font-size: 15px;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.login_btn {
    font-size: 15px;
    width: 116px;
    height: 40px;
    line-height: 40px;
    margin-left: 80px;
    border-radius: 12px 12px 12px 12px;
    filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#368DD5,endcolorstr=#2276BD,gradientType=0);
    -ms-filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#368DD5,endcolorstr=#2276BD,gradientType=0); /*IE8*/
    background: #368DD5; /* 一些不支持背景渐变的浏览器 */
    background: -moz-linear-gradient(top, #368DD5, #2276BD);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#368DD5), to(#2276BD));
    background: -o-linear-gradient(top, #368DD5, #2276BD);
    color: white;
    outline: none;
}

#SystemBody .zt_margin_div .form-inline {
    position: unset;
}

.validation-summary-errors {
    display: none;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert {
    position: absolute;
    bottom: 10px;
    left: 5%;
    width: 90%;
    z-index: 9999;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

#Account {
    display: none;
}
