html[dir=ltr] .crmEntityFormView .cell .picklist input[type=radio] {
    margin: 2px 5px 5px 20px;
}

.crmEntityFormView .cell {
    padding: 40px 50px 0px;
}

.crmEntityFormView {
    text-align: -webkit-center;
    background-color: white;
}

.entity-form{
    width: 1024px;
    display: flex;
    flex-direction: column;
    background: white;
}

.crmEntityFormView .cell .field-label {
    display: inline;
    font-weight: 500;
    padding: 0px 0px 10px;
}

.crmEntityFormView div.description {
    margin-top: -2px;
    margin-bottom: 20px;
}

input#InsertButton {
    background: #1C60DF;
    box-shadow: 0px 1px 2px 0px #1018280D;
    width: 200px;
    height: 46px;
    padding: var(--spacing-lg) 18px var(--spacing-lg) 18px;
    border-radius: 4px;
    border-color: #1C60DF;
}

html[dir=ltr] .crmEntityFormView .cell .picklist.vertical input[type=radio] {
    margin: 2px 5px 15px 0px;
    margin-left: 0;
    line-height: normal;
    background-color: #FFFFFF;
}

.crmEntityFormView .cell .field-label {
    display: inline;
    font-weight: 500;
}

.office-form-theme-shadow.office-form {
    background-color: lightgray;
    padding: 50px;
    text-align: -webkit-center;
}

.office-form-theme-primary-background.office-form-title-container {
        display: flex    ;
        flex-direction: column;
        width: 1024px;
        padding: 40px 50px 0px;
        background-color: darkblue;
}

.office-form-body {
    width: 1024px;
}