html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.header-box {
    background: #C7E9FF;
    padding: 12px;
    border-radius: 5px;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
}
.note-box {
    background-color: #fde2e2;
    border-left: 5px solid #d9534f;
    color: black;
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
input[type=submit] {
    background-color: #425298;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.small-tab-btn {
    font-size: 15px;
}
.active-btn {
    background-color: #0D6EFD !important;
    color: white !important;
}
.tab-btn {
    padding: 12px;
    border-radius: 5px;
    font-size: 20px;
    border: none;
    width: 100%;
}

.inactive-btn {
    background-color: #f51246 !important;
    color: white !important;
}
.btn-blobla {
    background-color: #eb8a00 !important;
    color: white !important;
}
.search-box {
    border: 1px solid #e1e1e1;
    padding: 20px;
    border-radius: 5px;
    margin-top: 5px;
    padding-bottom: 50px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.alert-primary {
    color: #084298;
    background-color: #C7E9FF;
    border-color: #C7E9FF;
}

.captcha-input {
    width: 125px;
    height: 44px;
    margin-bottom: 9px;
}

.captcha-box {
    border: 1px solid #ced4da;
    border-radius: 6px;
    background: #fff;
    padding: 5px;
    display: inline-block;
}

    .captcha-box img {
        height: 50px;
        width: 140px;
    }

.refresh-btn {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .refresh-btn i {
        font-size: 18px;
    }