@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0; font-family:"微软雅黑" !important ;}
div#start {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -240px 0 0 -250px;
    width:500px;
    background-color:#fff;
    border-radius: 12px;-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

div#start div#top_logo {
    height: 117px;
    background-color: #148be4;
    border-radius: 12px 12px 0 0;
    font-family: SourceHanSansCN-Regular;
    font-size: 30px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #fff;
    line-height: 117px;
    text-align: center;
    overflow: hidden;
    transform: rotate(0);
}

div#start div#top_logo .bg1 {
    display: inline-block;
    width: 74px;
    height: 74px;
    background: #fff;
    opacity: .1;
    border-radius: 0 74px 0 0;
    position: absolute;
    left: 0;
    top: 43px;
}

div#start div#top_logo .bg2 {
    display: inline-block;
    width: 94px;
    height: 94px;
    background: #fff;
    opacity: .1;
    border-radius: 50%;
    position: absolute;
    right: -16px;
    top: -16px;
}

div#top_logo img { width: 100px; margin-top: 7px; margin-left: 25px;}
div#start div#start_body { width:360px; margin:auto; margin-top: 20px;}
div#start_body div#start_line {
    width: 375px;
    height: 60px;
    float: left;
    padding-top: 18px;
}
div#start_line div#line_left { width: 80px; height: 60px; float: left; text-align: right; padding-right: 10px; padding-top: 6px;}
div#line_left {color:#777;}
div#start_line div#line_right { width: 290px; height: 60px; float: right;}
img#getcode_num { cursor: pointer;}

/*后台登录窗口标题*/
.admin_top_tag {
    color: #fff;
    text-align: center;
    line-height: 40px;
    padding-top: 5px;
}
.form-control {
    display: block;
    width: 70%;
    height: 38px;
    padding: 3px 10px;
    font-size: 15px;
    line-height: 39px;
    color: #999393;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
