layout.css 635 Bytes
#root {
    height: 100%;
}

.yoho-layout {
    height: 100%;
}

.yoho-header {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
}

.yoho-login-page {
    background: #657180;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.yoho-login-page .form-block {
    width: 340px;
    padding: 40px 30px 20px;
    position: absolute;
    left: 50%;
    top: 25%;
    margin-left: -170px;
    background-color: #fff;
}

.yoho-login-page .form-block .ant-form-item {
    margin-bottom: 28px;
}

.yoho-login-page .form-block .ant-form-item:last-child {
    margin-bottom: 0;
}