.ej_title{
    font-family: "Montserrat",sans-serif;
    font-size: 1.6em;
    line-height: 1.3;
    font-weight: 700;
    color: #555;
    text-rendering: optimizeSpeed;
}
.ej_subtitle{
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    text-rendering: optimizeSpeed;
}
.ej_primarybtn {
    background-color: rgb(40,66,100) !important;
}
.ej_primarylink {
    color: rgb(40,66,100) !important;
}

a.dropdown-item {
    color: rgb(40,66,100);
}

.btnFormSubmit{
    background-color: rgb(40,66,100) !important;
}

.ej_custom_outline_btn {
    border-color: rgb(40,66,100) !important;
    color:rgb(40,66,100) !important;
}

.ej_custom_outline_btn:hover {
    background-color:rgb(40,66,100) !important;
    color: white !important;
}
.ej_custom_outline_btn:active {
    background-color:rgb(40,66,100) !important;
    color: white !important;
}

.ej_title_background {
    background-color:rgb(40,66,100) !important;
    color: white !important;
}