.dx-checkbox-text {
    color: #6c757d !important;
}
.dx-textbox-text {
    color: #6c757d !important;    
}

.dx-checkbox-checked .dx-checkbox-icon {
    background-color: #27497E !important;
    border-color: #27497E !important;
}

.dx-button {
    /*height:45px;
    width:100%*/
    font-size: 14pt;
    font-weight: normal;
    /*color: #A67A0F !important;*/
    background: #1A3662 !important;
}
    .dx-button:hover {
        background: #27497E !important; /* Biraz daha açık mavi */
    }
    .dx-button:focus,
    .dx-button.dx-state-focused {
        background: #27497E !important;
    }
    .dx-button.dx-state-active {
        background: #163053 !important;
}