* {
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
    height: 100%;
}

.cms_login {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;

    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f000000', endColorstr='#3f000000');
}

.cms_login_container {
    width: 500px;
    height: 310px;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px #ccc;
    background-color: #fff;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.6)
}

.cms_login_text {
    height: 80px;
    width: 100%;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
}

.cms_login_table {
    margin: 0 auto;
    width: 310px;
    text-align: center;
    padding: 2px;
    border-radius: 5px;
}

/* 统一盒子样式 */
.divBox {
    margin: 0 auto;
    height: 50px;
    width: 110px;
    line-height: 50px;
    text-align: center;
}

.cms_login_ipt {
    height: 30px;
    width: 310px;
    padding-left: 5px;
    border-radius: 5px;
    outline: none;
}

input:focus {
    border-radius: 5px;
    outline: none;
    border: 2px solid #66afe9;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.margin_right10 {
    margin-right: 10px;
}

.margin_top60 {
    margin-top: 60px;
}

.login_btn {
    height: 200px;
    outline: none;
    font-size: 14px;
    color: white;
    letter-spacing: 24px;
}

.login_btn:hover {
    background-color: #1e5d5d;
}

.icon-weixin1 {
    background: url(/Public/easyui/themes/icons/weixin.png) no-repeat center left;
}