.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 20px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

.loading-overlay {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  top: 50% !important;
  left: 50% !important;
  position: fixed !important;
  height: auto !important;
  transform: translate(-50%, -50%);
}

.loading-overlay-content {
  width: 140px;
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/**/

.shechulde-form .error{
  color: #FE6892!important;
}

/********* Sunil Css Start ***********/
.dropdown-menu-new-design {
  min-width: 225px;
  border: none;
}
.dropdown-menu-new-design .lp-login-drop-inner{
  border-left:0px!important;
  border-top: solid 5px #01cdd1;
  padding: 17px 15px 0px 19px!important;
  border-radius: 5px;
}
.lp-font-12{
  font-size: 12px;
}
.dropdown-menu-new-design .lp-login-drop-inner ul li{
  position: relative;
  margin-bottom: 20px;
}
.dropdown-menu-new-design .lp-login-drop-inner ul li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  border-radius: 20px;
  background:  #FE6892;
}
.dropdown-menu-new-design .lp-login-drop-inner ul li a{
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  line-height: 18px;
}
.dropdown-menu-new-design .lp-login-drop-inner ul li p{
  font-style: italic;
  padding-left: 6px;
  margin-top: 3px;
  color: #2A2A2A;
}
/********* Sunil Css End ***********/




