﻿body {
    font-family: 'Microsoft YaHei', '微软雅黑', '黑体', '宋体';
}

.login-dialog {
    background-color: white;
    opacity: 1;
    width: 380px;
    height: 320px;
    position: absolute;
    z-index: 100;
    right: 5%;
    margin-top: -450px;
}

.DV-LAB {
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-family: 'Microsoft YaHei', '微软雅黑', '黑体', '宋体';
    font-size: 12px;
    color: black;
}

.TD-LAB {
    background-color: #44ADD5;
    text-align: center;
    line-height: 25px;
}

.TD-HLAB {
    background-color: #FF8C3C;
    text-align: center;
    vertical-align: middle;
}

.TEXT-BOX {
    border: 0;
    outline: none;
}