html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /*margin-bottom: 60px;*/
  /*background-color: #d9dba421 !important;*/
}

.adminpage {
    min-height: 550px;
}

.mymodal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: .8;
}

.loader {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    position: fixed;
    top: 10%;
    left: 50%; /* bring your own prefixes */
    transform: translate(-50%, -50%);
}