﻿html, body {
    height: 100%;
    width: 100%;
}
.login {
    background: url("/images/back.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.login-wrap {
    display: flex;
    height: calc(100% - 107px);
    justify-content: flex-end;
}

.login-header {
    width: 100%;
    height: 102px;
    background: url("/images/back_head.png");
    background-repeat: no-repeat;
    background-size: auto;
}

.login-box {
    width: 340px;
    /*height: 350px;*/
    height: 260px;
    padding: 60px 40px;
    /*margin-top: 160px;*/
    margin-top: 250px;
    /*margin-right: 314px;*/
    margin-right: 314px;
    background-color: #ffffff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
}

.login-title {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
}

.layui-form-item {
    margin-bottom: 12px;
}

.layui-input-wrap {
    height: 48px;
    line-height: 48px;
    border-radius: 4px 0px 0px 0px;
}

.layui-input-affix {
    line-height: 48px;
}

.layui-input,
.layui-select,
.layui-textarea {
    height: 48px;
    background: rgba(243, 246, 250, 1);
}

.login-code {
    margin-top: 6px;
    margin-left: 4px;
    /*padding: 8px 0;*/
}

.row-code {
    margin-bottom: 60px;
    background: rgba(243, 246, 250, 1);
}

.login-code-img {
    width: 88px;
    height: 32px;
}

.login-button {
    background: rgba(0, 152, 74, 1);
    box-shadow: 0px 8px 8px 0px rgba(0, 127, 105, 0.08);
}

@media (max-width: 700px) {
    .login-wrap {
        justify-content: center;
    }

    .login-box {
        margin-right: 0;
    }
}
