.nounderline {
    text-decoration: none !important
}

.bg-primary {
    background-color: #666666 !important
  }

.avatar {
    background: #666666 !important
}

.btn-primary {
    background-color: #666666 !important;
    border-color: #666666 !important;
}

.text-primary {
    color: #666666 !important;
}

.heading-small::before {
    background-color: #666666 !important ;
}

.a{
    color: #666666 !important;
}
.bg-login-image{
    background:url(../img/cover.png);
    background-position:center;
    background-size:contain;
    background-repeat: no-repeat
}
.bg-register-image{
    background:url(../img/cover.png);
    background-position:center;
    background-size:contain;
    background-repeat: no-repeat
}
.bg-password-image{
    background:url(../img/cover.png);
    background-position:center;
    background-size:contain;
    background-repeat: no-repeat
}