html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 90px !important;
  margin-top: 75px !important;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  background-color: #f5f5f5;
  padding-top: 10px;
}

body>.container {
  padding: 60px 15px 0;
}

.footer>.container {
  padding-right: 15px;
  padding-left: 15px;
}

#app {
  margin-top: 20px;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Width */

.custom-scroll::-webkit-scrollbar {
  width: 10px;
}

/* Track */

.custom-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

.custom-scroll::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */

.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

[v-cloak] {
  display: none
}

button,
input {
  outline: none;
}

.badge {
  margin: 5px;
}

#auth-div {
  width: 350px;
  height: 200px;
  margin: auto;
  display: block;
  border: 1px solid darkgray;
  margin-top: 100px;
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}