* {
    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-image: url('../image/bg.jpg');
    background-size: 100% 100%;
}

.cms_login_container {
    width: 600px;
    height: 360px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px #ccc;
    background-color: #fff;
    margin: 350px auto;
    opacity: 0.8;
}

.cms_login_text {
    height: 100px;
    width: 100%;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    color: #000000;
    text-shadow: 4px 4px 4px grey;
}

.cms_login_table {
    font-size: 18px;
}

/* ??? */
.divBox {
    height: 50px;
    width: 100%;
    line-height: 50px;
    text-align: center;
}

.cms_login_ipt {
    height: 40px;
    width: 290px;
    padding-left: 5px;
    border-radius: 1px;
    outline: none;
    border: 1px solid #0176e0;

}

input:focus {
    border-radius: 1px;
    outline: none;
}

.margin_right10 {
    margin-right: 10px;
}

.margin_top60 {
    margin-top: 30px;
}

.login_btn {
    text-align: center;
    position: relative;
    border: none;
    pointer-events: auto;
    width: 345px;
    margin: 0.01rem auto 0;
    display: block;
    font-size: 0.95rem;
    height: 3rem;
    line-height: 3rem;
    border-radius: 3px;
    background: #0078e3;
    color: #fff;
    cursor: pointer;
}

.login_btn:hover {
    background-color: #0057dc;
}