/*html {
  font-size: 14px;
}*/

/*@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}*/

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

/* Sticky footer styles
-------------------------------------------------- */
body {
  margin-bottom: 140px;
}
@media (max-width: 576px) {
    body {
        margin-bottom: 240px;
    }
}
/*-----------------------------------------------------*/

/*.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}*/

.bg-company {
    background: #5b2283;
}

.bg-company-Orange {
    background: #e37c2e;
}

.text-company {
    color: #5b2283;
}

.text-company-orange {
    color: #e37c2e;
}

.text-muted-company {
    color: #ACA6B1;
}

.text-muted-company-reducedSize {
    color: #ACA6B1;
    font-size: 0.7rem;
}

.linkHover {
    color: #555555;
}

a.linkHover:link {
    text-decoration: none;
}

a.linkHover:hover {
    color: #555555;
    text-decoration: underline;
}

a.linkHoverMuted:link {
    color: #555555;
    text-decoration: none;
}

a.linkHoverMuted:hover {
    color: #ACA6B1;
    text-decoration: none;
}

/*.companyLogo {
    width: 210px;
    height: 55px;
}*/
.companyLogo {
    width: 260px;
    height: 99px;
}

@media (max-width: 576px) {
    .companyLogo {
        width: 200px;
        height: 60px;
    }
}
/*@media (max-width: 576px) {
    .companyLogo {
        width: 175px;
        height: 45px;
    }
}*/
.cme24leftbrdradius {
    border-radius: 500px 0 0 500px;
    background: #edd5d8;
}

@media (max-width:575px) {
    .cme24leftbrdradius {
        border-radius: 0 0 0 0;
        background: #edd5d8;
    }
}

.cme24leftbrdsmallradius {
    border-radius: 100px 0 0 100px;
    background: #edd5d8;
}

@media (max-width:575px) {
    .cme24leftbrdsmallradius {
        border-radius: 0 0 0 0;
        background: #edd5d8;
    }
}
