﻿#components-layout .logo {
    height: 30px;
    color: white;
    font-size: 18px;
    text-align: center;
    margin: 16px;
}

#components-layout {
    height: 100%;
    width: 100%;
    position: absolute;
}

.color {
    height: 15px;
    width: 15px;
}

iframe {
    min-height: 600px;
    min-width: 100%
}

[v-cloak] {
    display: none;
}

.login-form {
    width: 565px;
    height: 372px;
    margin: 0 auto;
    background: url("../img/houTaiKuang.png");
    padding: 40px 110px;
}

/* 背景 */
.login-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/houTaiBg.png");
    background-size: cover;
    background-position: center center;
}

/* Log */
.login-title {
    color: #fff;
    text-align: center;
    margin: 70px 0;
    font-size: 42px;
    font-family: Microsoft Yahei;
}
/* 登陆按钮 */
.submit {
    width: 100%;
    height: 45px;
    font-size: 16px;
}
/* 用户登陆标题 */
.title {
    margin-bottom: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    font-family: Microsoft Yahei;
}
/* 输入框 */
.inputBox {
    height: 35px;
}
/* 输入框内左边距50px */
.ant-input-affix-wrapper .ant-input:not(:first-child) {
    padding-left: 50px;
}
.w-e-menu-tooltip{
    height:40px;
}
@media screen and (max-width:769px) {
    iframe {
        min-height: 200px;
        min-width: 100%
    }
}