.login-js .Form__MainBody.m-lg-5.p-lg-5 {
    padding: 0 !important;
    margin: 0 !important;
}

.container-glow {
    border: 2px solid #eee;
    box-shadow: 0 2px 30px rgb(0 0 0 / 10%) !important;
}

.banner-login {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
    color: #27747e;
}

.banner-login .EPiServerForms .FormStep {
    margin: 0px;
}

.banner-login .FormSubmitButton {
    margin-bottom: 0;
    color: #27747e;
    border: solid 1px #27747e;
}

.banner-login .EPiServerForms .Form__Status .Form__Status__Message {
    display: none !important;
}

.banner-login .EPiServerForms .FormTextbox__Input {
    border: solid 1px #27747e;
}

.banner-login .EPiServerForms .FormParagraphText p,
.banner-login .EPiServerForms .FormParagraphText {
    margin-bottom: 0;
}

.page-list-block-preview__card,
.card {
    border: 2px solid #eee;
    border-radius: 0;
    box-shadow: none;
}

.page-list-block-preview__card:hover,
.card.h-100:hover {
    border: 2px solid #eee;
    box-shadow: 0 2px 30px rgb(0 0 0 / 10%) !important;
    box-sizing: border-box;
    -ms-flex-preferred-size: calc(33.33% - (40px / 3));
}

.container-services {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.container-services>div {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .container-services>div {
        width: 25%;
    }
}

.card.h-100:hover .card-img-top i,
.card.h-100:hover .callout-text {
    color: #61A0A8 !important;
}

.card-img-top {
    color: #27747e;
    font-size: 48px;
}

.card i[class^="fa"] {
    color: #27747e;
    font-size: 48px;
}

.card-footer {
    padding: 0;
}

.card a {
    color: #27747e;
}

.card a:hover {
    color: #61A0A8;
}

.card-footer a {
    color: #fff;
    font-weight: bold;
    display: block;
    text-transform: capitalize;
    background: #27747e;
    padding: 0.75rem 1.25rem;
}

.card-footer a:hover {
    background-color: #61A0A8;
    transition: all 0.5s;
    color: #ffffff;
}

.card-text .callout-text {
    color: #27747e;
    font-size: 60px;
    line-height: 0;
}

@media (min-width: 768px) {    
    .card-text .callout-text {
        font-size: 40px;
    }
}

@media (min-width: 992px) {    
    .card-text .callout-text {
        font-size: 30px;
    }
}

@media (min-width: 1300px) {    
    .card-text .callout-text {
        font-size: 44px;
    }
}

@media (min-width: 1600px) {    
    .card-text .callout-text {
        font-size: 60px;
    }
}

.card.card-quote,
.card.card-service {
    border: 0;
    text-align: center;
    padding: 1.25rem;
}

.card.card-quote {
    padding: 29px 20px;
}

.card.card-quote i {
    font-size: 24px;
}

.card.card-quote p.small {
    font-size: 12px;
}

.mid-container-fw {
    position: relative;
    overflow: hidden;
}

.mid-container-fw:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
    background-image: url('/globalassets/_epibank/home/money-2696238_1920.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.mid-container-fw .screen-width-block {
    z-index: 2;
}

.contact-list li i {
    font-size: 40px;
    color: #27747e;
    float: left;
}

.contact-list li {
    position: relative;
    margin-bottom: 40px;
}

.contact-list div {
    margin-left: 50px;
    padding-left: 12px;
}

.contact-list div p {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 20px;
}

.contact-list div a {
    color: #27747e;
}

.FormStep .submitbuttonelementblock {
    margin-top: 22px;
}
.main-services {
    margin: 35px !important;
}

/* djo:09152022 - start  */
.container.container-services {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
    grid-gap: 1.5rem;
    justify-items: center;
    margin: 0;
    padding: 0;
}
.container.container-services > div {
    width: 100%;
    background: #ffffff !important;
    align-items: center;
    justify-content: center;
    display: flex;
}
.container.container-services .card-body {
    flex: none;
    padding: 0 1rem;
}
.container.container-services .card a {
    padding: 0;
}
/* djo:09152022 - end  */

