.remove-media-photo {
    z-index: 999;
    background: transparent;
    position: absolute;
    right: 2rem;
    top: .5rem;
}

.thumbnail {
  position: relative;
  width: 100px;
  height: 100px;
  margin-bottom: 0px;
  overflow: hidden;
}
.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  max-width: none;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.portrait {
  width: 100%;
  height: auto;
}

.image-cropper {
    /*max-width: 100px;*/
    height: auto;
    position: relative;
    overflow: hidden;
}
.rounded_my {
    display: block;
    margin: 0 auto;
    height: 100px;
    width: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /*background:url("http://www.electricvelocity.com.au/Upload/Blogs/smart-e-bike-side_2.jpg") center no-repeat;*/
    background-size:cover;
}

.form-group.has-error .form-control {
    border-color: #dc3545;
    border-width: 2px;
}

.label-error.has-error {
    color: #d32535;
}

.b-background {
  width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.b-background-color {
  width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
}

.row-task {
    display: flex;
    align-items: center;
}

.progress {
    background-color: #e9ecef1c;
}

.badge-secondary {
    color: #000;
    background-color: #cacaca;
}
