html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

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

body {
  margin-bottom: 60px;
  --bs-font-sans-serif: "Poppins", Helvetica, Arial, sans-serif;
}

.btn-custom {
    color: #fff;
    background-color: #0090a6;
    border-radius: 5px;
    font-size: 16px;
    border-width: 0px;
    line-height: normal;
    padding: .375rem .75rem;
}

.main-container {
    margin-top: -20px;
    padding-bottom: 20px;
    box-shadow: 50px 45px 60px -25px #cbcbcb;
}

body, h3 a, h3 a:hover {
    color: #000;
}

a {
    text-decoration: none;
}

.main-card {
    border: 1px solid rgba(0, 0, 0, .125);
    min-height: 500px;
    margin-top: 20px;
}

footer, .copyright {
    margin-top: 80px;
}

label {
    font-weight: 600;
}

.panel {
    border-radius: 4px;
    background: #fff;
    padding: 45px;
    margin: 30px;
    min-height: 600px;
    line-height: 1.75em;
}

.regular-margin {
    margin-left: 30px;
    margin-top: 30px;
}

.application-select-col {
    border: 1px solid #cbbba6;
    background: #efecc1;
    padding: 6px;
}

.application-select-body {
    padding-left: 10px;
    border: 1px solid #cbbba6;
}

.application-select-table {
    min-height: 150px;
    min-width: 400px;
}

.btn-pd-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.text-or {
    margin-top: 40px
}

.bg-gray {
    background: gray !important;
}

.bt-withdraw {
    padding: 9px;
    margin-left: 30px;
}

.fw-normal {
    font-weight: normal !important;
}

.lk-black {
    text-decoration: underline !important;
    color: #000 !important;
}