html, body {
    widht: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

.container {
    widht: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

.layui-row {
    height: 100%;
}

.layui-col-xs6 {
    height: 100%;
}

.loginLeft {
    height: 100%;
    background: url('/static/login/lbg.png') left top no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.loginImg {
    width: 960px;
    height: 640px;
}

.loginRight {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.rightContent {
    height: 70%;
    width: 370px;
}

.companyName {
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    margin: 20px auto;
    text-align: center;
}

.platformName {
    color: #999999;
    font-size: 24px;
    margin-bottom: 62px;
    /*margin: 20px auto;*/
    text-align: center;
}

.loginType {
    width: 60px;
    height: 40px;
    line-height: 40px;
    color: #c2000b;
    /*margin: 20px 0;*/
    font-size: 30px;
    margin-bottom: 40px;
    border-bottom: 2px solid #c90c25;
}

.layui-input-block {
    margin-left: 0;
    min-height: 45px;
    border-radius: 5px;
}

.layui-input {
    min-height: 48px;
    border-radius: 10px;
    font-size: 16px;
}

.layui-input-vcode {
    width: 60%;
    float: left;
}

.validateImg {
    float: right;
}

input::-webkit-input-placeholder {
    color: #a6aebf;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a6aebf;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a6aebf;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a6aebf;
}

input:-webkit-autofill { /* 取消Chrome记住密码的背景颜色 */
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.register {
    cursor: pointer;
}

.register:hover {
    color: #0000FF;
}

.footContent {
    position: absolute;
    bottom: 40px;
    color: #a3a09f;
    font-size: 16px;
}
