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;
    background-color: #f8f9fa;
}
.custom-navbar {
    background-color: #4CAF50; 
}

    .custom-navbar .nav-link {
        color: #ffffff; 
        font-family: 'Arial', sans-serif;
        font-size: 16px; 
        font-weight: bold;
    }

        .custom-navbar .nav-link:hover {
            background-color: #2752D6; 
            color: #ffffff; 

        }


.card {
    border: none;
    border-radius: 1rem;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    transition: background-color 0.3s, border-color 0.3s;
}

    .btn-primary:hover {
        background-color: #0056b3;
        border-color: #004085;
    }

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
    padding: 1.25rem 0.75rem;
}

    .form-floating > .form-control:focus, .form-floating > .form-control-plaintext:focus, .form-floating > .form-select:focus {
        border-color: #007bff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.text-center {
    text-align: center;
}

.text-decoration-none {
    text-decoration: none;
}

    .text-decoration-none:hover {
        text-decoration: underline;
    }
img.mb-4 {
    margin-bottom: 1.5rem;
}

.logo-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}
