.brand-logo {
    background: url(../images/logo_lmn.svg);
    background-size: cover;
    height: 45px;
    margin: 14px 0;
    width: 240px;
}

/* uncomment this to make the navbar grey
.navbar.bg-brand {
     background-color: #f2f2f2 !important 
}*/

.bg-brand,
.btn-brand,
.form-group-brand .input-icon,
.spinner > div {
    background-color: #F2007D !important;
}

.form-group-brand > .input-icon:after {
    border-left-color: #F2007D !important;
}

.text-brand,
.form-group-brand > .input-icon-info i,
input[type=checkbox]:checked ~ span:before,
input[type=radio]:checked + span:before {
    color: #F2007D !important;
}
