.app-main{
    background-color: white;
}

.el-checkbox__inner{
    border: 1px solid darkgray !important;
}

.el-dialog{
    min-width: 400px;
}

.el-dialog .el-dialog__header {
    padding: 20px!important;
    background-color: #36a3f7;
    color: #fff;
    min-height: 20px;
}

.el-dialog .el-dialog__title{
    color: #fff!important;
}

.el-dialog .el-dialog__headerbtn *{
    color: #fff!important;
}

.el-dialog .el-dialog__headerbtn i{
    margin-top: 4px;
}

.el-upload-list--picture-card .el-upload-list__item-thumbnail {
    width: auto!important;
    height:  auto!important;
    text-align: center;
    vertical-align: center;
}

.landingpage [class^="el-icon-"], .landingpage [class*=" el-icon-"] {
    font-family: 'element-icons' !important;
}

[class^="el-icon-"], [class*=" el-icon-"] {
    font-family: 'element-icons' !important;
}

.el-form-item--medium .el-form-item__label {
    line-height: normal!important;
    font-weight: bold!important;
    font-size: 14px!important;
}

span.help-text{
    padding: 0px!important;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
    color: #606266!important;
    font-size: 12px!important;
    line-height: normal!important;
}

.el-divider--horizontal{
    margin-bottom: 40px!important;
}

.el-divider__text{
    margin-top: 1px;
    font-weight: bold!important;
    font-size: 14px!important;
    color: #606266!important;
    padding-top: 4px!important;
    font-family: 'Avenir', sans-serif!important;
}