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;
}

.nav-pills .nav-link.active {
    background-color: #f55f3a !important;
    color: white !important;
}


/* Boja gumba - narandžasta */
.btn-primary {
    background-color: #f55f3a !important;
    border-color: #f55f3a !important;
    color: white !important;
}

    /* Hover efekat */
    .btn-primary:hover {
        background-color: #d94f2f !important;
        border-color: #d94f2f !important;
    }

    /* Fokusirani gumb */
    .btn-primary:focus, .btn-primary:active:focus {
        box-shadow: 0 0 0 0.2rem rgba(245, 95, 58, 0.5) !important;
    }

.modal-content {
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.modal-title {
    font-size: 24px;
    font-weight: bold;
}

.register-container {
    max-width: 400px;
    margin: 80px auto;
    text-align: center;
}

.title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 20px;
    text-align: left;
}

.form-control {
    width: 100%;
    padding: 14px;
    background-color: #f5f5f5;
    border: none;
    border-radius: 4px;
    font-size: 16px;
}

.btn-submit {
    background-color: #f9633c;
    color: white;
    padding: 12px;
    font-weight: bold;
    width: 100%;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    .btn-submit:hover {
        background-color: #e5562e;
    }
