#EntityFormPanel {
    border: 0px solid #fff;
}

.crmEntityFormView { 
    border: 0px solid #fff;
}

#customSubmitBtn {
    border-color: #026490; 

}

.btn-primary {
    color: #2A2C2E;
    background-color: #026490;
    border-color: #026490;
    border-radius: 2px;
    font-family: Arial;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 20px;
    width: fit-content;
    border-style: solid;
    background-color: #026490;
    color: #ffffff;
}

.btn-primary:hover { 
    color: #fff;
    background-color: #013248;
    transition: 0.4s;
}
