html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.padding-top-10px {
    padding-top: 10px;
}

.modal-content textarea.form-control {
    max-width: 100%;
}

.a {
    text-decoration: none;
    color: #0d6efd !important;
}