.shiftform-backdrop {
  position: absolute;
  top: -15px;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .45);
  z-index: 99;
}

.shiftform-backdrop .backdrop-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 100px;
  margin-left: -125px;
  margin-top: -120px;
  border-radius: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 100px;
  white-space: nowrap;
  background: #fff;
  /* color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); */
}

.shiftform-backdrop .backdrop-content.no-background {
  padding-top: 0;
  background: none;
}

.shift-error {
  margin: 0 50px 15px;
}

.shiftform-backdrop .backdrop-content p{
  margin-bottom: 0px;
  font-size: 14px;
}

.shiftform-backdrop .icon {
  position: relative;
  display: inline-block;
  padding: 0;
  width: 16px;
  height: 16px;
  text-indent: 24px;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}

.shiftform-backdrop .icon:before {
  content: " ";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
}

.shiftform-backdrop .icon-loader {
  background: url('../../image/ajax-loader.gif') no-repeat; 
  background-size: contain;
}