body{
  background-image: url('../images/boot/bg1.jpg');
  background-size : 'cover';
  background-position : 'center';
}
.login-card-body{
  border-radius: 5px;
  background-color: rgba(133, 65, 23, 0.536);
  color: #fff;
}
#idx-forgot-pas a {
  text-decoration: none;
  color: #debbbb;
}
#idx-forgot-pas a:hover{
  color: #fff;
}

.index-top-data{
  padding-top: 10px;  
}

#modal_insert .modal-data-sm{
  max-width: 500px;
  width: 100%;
}

#modal_insert .modal-data-md{
  max-width: 800px;
  width: 100%;
}

#modal_insert .modal-user-xl,
#modal_insert .modal-data-xl{
  max-width : 1200px;
  width: 100%;
}

#idx-submit-form{
  position: absolute;
  top: -70px;
  right: 30px;
}

.gbr-grid{
  max-width: 150px;
  width: 100%;
}
.gbr-grid-blur{
  max-width: 150px;
  width: 100%;
  -webkit-filter: grayscale(100%) blur(2px); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) blur(2px);
}
.gbr-grid-md{
  max-width: 350px;
  width: 100%;
}
.gbr-grid-order{
  max-width: 400px;
  width: 100%;
}
#idx-card-order{
  background-color: blueviolet;
}

@media(max-width:767px) {
  #modal_insert .modal-data-sm,
  #modal_insert .modal-data-md,
  #modal_insert .modal-user-xl{
    padding-right: 15px;
  }
}