body {
    background: #F1FAFF;
}

.ui.text.container {
    width:1100px;
    max-width: 100% !important
}

.header-warp {
    height: 100px;
}

.header-warp .ui.header {
    font-size: 40px;
    line-height: 100px;
    text-align: center;
}

.body-warp {
    background: #fff;
    border:4px rgba(36, 108, 148, 0.26) solid;
    border-radius: 10px;
    padding: 20px 30px;
    position: relative;
    min-height: 600px;
}

.body-warp .sider-botton {
    position: absolute;
    right:-180px;
    top:100px;
}

.body-warp .actions {
    margin: 0 auto;
    width:400px;
    display: block;
}

.ui.form .field>label {
    font-size: 14px;
}

.table-warp {
    margin: 10px;
}