@charset "utf-8";
.login-box{
    width: 360px;
    margin: 0 auto;
    padding: 20px;
    /* border: 1px solid #dedede; */
    color: #666;
}
input:disabled{
    background: #ccc!important;
    cursor: initial;
}
.bg-ccc{
    background-color: #ccc!important;
}

.ieshow{
            background:#fffcde;
            color:red;
            position:fixed;
            font-size:14px;
            height: 44px;
            line-height:44px;
            top:0;
            z-index:3;
            width:100%;
            display:none;
            text-align:center;
        }