
.parent-cat_form .caldera-grid .row {
    max-width: calc(100% + 15px);
}
.parent-cat_form .caldera-grid .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 20px;
}
.parent-cat_form .caldera-grid .sub-title {
    font-size: 18px;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 20px;
}
.parent-cat_form .caldera-grid .form-control {
    font-size: 14px;
    line-height: 1;
    border: none;
    padding: 15px;
    height: auto;
}
.parent-cat_form .caldera-grid .btn {
    font-size: 18px;
    line-height: 1;
    color: #fff;
    padding: 14px 16px;
    background: #5DA1FF;
    border: none;
    border-radius: 5px;
    height: auto;
}