h2 {
    font-size: 28px;
    font-weight: 600;
    background-color: #004c99;
    color: white;
    padding-block: 8px;
    padding-left: 8px;
    margin-top: 0px;
}

body {
    color: #000000;
    background-color: #c4c2f04d;
}

legend {
    color: #000000;
    margin-left: 27px;
    font-weight: 500;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    accent-color: #004c99;
}

.crmEntityFormView .cell .picklist input[type=radio] {
    margin: 5px 5px 5px 0;
    vertical-align: top;
}

.crmEntityFormView .section-title {
    border-bottom-width: 0;
    margin-bottom: 5px;
    margin-left: 28px;
    font-weight: 500;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    margin-left: 28px;
    margin-bottom: 20px;
    font-size: 23px;
}