html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.text-center{
    text-align:center;
}

.validation-summary-errors ul {
    text-align: left;
}

.validation-summary-errors ul li {
    color: red;
}

.navbar .th-logo {
    max-width: 50px;
}
.btn-success-th {
    background-color: #88B062;
    border-color: #88B062;
}

.btn-success-th:hover {
    background-color: #64ad1f;
    border-color: #64ad1f;
}

.bg-success-th {
    background-color: #88B062 !important;
    border-color: #88B062 !important;
}
.p-3-th {
    padding: 0.82rem !important;
}