body { 
  background-image: url("img/background-dark.jpg");
  background-position: center;
  background-repeat: no-repeat;
    background-attachment: fixed;       
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  font-family: 'roboto'; 
}


.login-img {
  width: 100%;
  height: 100%;
}

.docwatch-icon {
    background: url(img/docwatch-black.png);
    background-size: cover;
    background-position: center;
    display: inline-block;
}
.mekker-icon {
    position: relative;
    top: -5px;
    right: 5px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    float: left;
    display: block; /* This is required */
    background: url(img/mekker.png);
    background-size: cover;
    width: 32px;
    height: 32px;
}
/*
Using default Bootstrap 3 classes we zero out the top and 
bottom padding .panel-heading ususally needs 
*/

/*
Reintroduce 18px for .panel-title when a navbar is within .panel-heading. 
This can be put back to @line-height-computed; in your LESS file which
is the default in type.less */

.avatar-view {
  margin-right: 20px;
  height: 10em;
  width: 10em;
  display: inline-block;
}

.avatar-list {
  width: 100%;
}

.marquee {
  overflow: hidden;
  color: black;
}

.avatar-frame {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  background-image: url(img/anonymous.png);
    background-size: cover;
    background-position: center;
}


.avatar-img {
  border-radius: 50%;
}

.avatar-overlay {
    color: transparent;
    background: transparent;
    position: absolute;
    top: 0;
    left: 20;
    padding-top: 100px;
    text-align: center;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    z-index: 2;
}

.avatar-overlay:hover {
  color: black;
  background: white;
  opacity: 0.8;
  cursor: pointer;
}

input[type="file"] {
  display: none;
}

.avatar-profile-disabled {
  width: 200px;
  height: 200px;
  border-radius: 50%;  
}