.el-header {
    background-color: #2d3f71;
    color: white;
    padding: 0;
}

.box {
    width: 95%;
    margin-top: 10px;
}

.el-input__inner::placeholder {
    color: #2d3f71;
}

.el-input__inner {
    border: transparent;
}

.el-main {
    background-color: #f1f1f1;
}

.text .el-input__inner::placeholder {
    color: #f1f1f1;
}