.loader 
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(https://cdnjs.cloudflare.com/ajax/libs/galleriffic/2.0.1/css/loader.gif) 50% 50% no-repeat #777777b8;
    opacity: 0.8;
}

form .error {
  color: #ff0000;
  width: 100%;
}
.d-none{
  display: none;
}

.about{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}