.auth2-billboard {
   background-image: none !important;
}
.auth2 .auth2-billboard {
color: #000;
}
.auth2 header, .auth2 footer
{
background-color: #fff;
}
.auth2 .auth2-billboard:before {
display:none;
}
.auth-logo + h2 img {
position: absolute;
 left: 0px;
 top: 0px;
}

.auth-logo > img { display: none; }
.auth-logo { height: 56px; background: url(https://thinkup.msf.org/community-library/1022/Public/thinkup1-3-c815b2.jpg) no-repeat 50% 50%; }

@media (max-width: 991px) {
.auth-logo {
    margin-top: 100px;
}
}

.official-main-nav .dropdown-menu .active {
background-color: transparent;
}

.auth2 .btn-secondary {
    color: #fff;
    background-color: #EE312B;
    border-color: #EE312B;
}
.auth2 .btn-primary {
    color: #fff;
    background-color: #4A4A4A;
    border-color: #4A4A4A;
}