/*background img start*/
.main_div {
  height: 100vh;
  background-image: url("../../../../assets/images/stuservice.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0;
}

.sreg_div {
  background-color: #dfe4ea;
}

/*background img end*/
/*card start*/
.card {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
}

/*card end*/

/*loding icon css start*/

.cursor-na {
  cursor: no-drop;
}

.loding-icon {
  display: none;
}

.dis-btn {
  cursor: not-allowed;
}

/*loding icon css end*/

/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .main_div {
    height: auto;
    width: auto;
  }
}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  .main_div {
    height: auto;
    width: auto;
  }
}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
  .main_div {
    height: auto;
    width: auto;
  }
}

/*// Large devices (desktops, less than 1200px)*/
