body , html{
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-family: 'PingFang SC','Microsoft YaHei','Helvetica Neue','Helvetica','Arial',sans-serif;
}
.root {
    height: 100%;
}
.bg {
    height: 100%;
    background: #cccccc;
    margin: auto;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}
.login_card {
    width: 420px;
    background: #FEFEFE;
    border-radius: 20px;
    margin: auto;
    text-align: center;
    justify-content: center;
    padding: 30px 60px;
    box-shadow:4px 4px 5px 3px #999;
.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab, .ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab {
    background: transparent;
}
}
.login-button {
    width: 400px;
    height: 56px;
    background: #6c5dd3;
    border-radius: 12px;
}
.title {
    font-size: 36px;
    font-family: Arial, serif;
    font-weight: bold;
    padding: 20px;
    color: #001529;
    text-shadow:2px 2px 4px #000;
}
.cloud {
    width: 100px;
    height: 72px;
    line-height: 72px;
}
.cloud img {
    width: 40px;
    height: 40px;
}
.footer {
    width: 100%;
    height: 12px;
    font-size: 10px;
    font-weight: 300;
    color: #151830;
    background: none;
    bottom: 34px;
    left: 0;
    position: absolute;
}
.ant-layout-sider{
    background: linear-gradient(180deg, #001529, #001529 90%, #501329);
}
.ant-menu.ant-menu-dark, .ant-menu-dark .ant-menu-sub, .ant-menu.ant-menu-dark .ant-menu-sub {
    background: transparent;
}
.form-horizontal {
    margin: 20px 13px;
}
.form-horizontal .form-group{
    margin-top: 30px;
}
.form-horizontal input {
    padding: 0;
    border: none;
    outline: none;
    font-size: 12px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: 'tnum', "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    line-height: 1.5715;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e9e9e9;
    border-style:none none solid none;
    border-radius: 2px;
    transition: all 0.3s;
}
.login-btn {
    width: 80%;
    margin-top:20px;
}
.link-btn {
    margin: 30px 0px;
}
#myTab {
    text-align:center;
}
#myTab li a{
    font-size:12px;
    padding: 5px 10px;
}
.get-code {
    width:auto;
    pointer-events: auto;
}
.get-code a {
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #aaaaaa;
    font-size: 12px;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #aaaaaa;
    font-size: 12px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #aaaaaa;
    font-size: 12px;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #aaaaaa;
    font-size: 12px;
}
.glyphicon {
    color: #aaaaaa;
    font-size: 12px;
}
#msgArea{
    max-width: 230px;
    position: fixed;
    left:0;
    right:0;
    margin:0 auto;
    top: 30px;
    z-index: 1050;
    text-align: center;
}
#msgArea li{
    list-style-type: none;
    margin-top: 5px;
    width: auto;
    padding: 8px 16px;
    border-radius: 4px;
    color: #fff;
}

a.disabled {
    pointer-events: none;
    color: #aeaeae;
}
