@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');

html {
    font-family: 'Open Sans', sans-serif;
}

.btn.btn-link {
    color: #0d6efd !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-weight: bold;
}


.form-control:focus {
    outline: none;
    box-shadow: none; 
    border-color: #ccc; 
}

.form-control:focus {
    border: 2px solid #007bff; 
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); 
    transition: box-shadow 0.3s, border-color 0.3s; 
}

button:focus,
button:active,
.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
}

