@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

.login-form {
    margin-top: 8%;
}

header {
    font-size: 18px;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}

.search.form-control:focus {
    outline: none;
    box-shadow: none;
}

.title {
    margin-bottom: 30px
}

.row.panel {
    margin-bottom: 20px;
}

.img-thumbnail {
    height: 150px;
    width: 150px;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 1rem;
    text-align: center;
}

.footer-text {
    font-family: 'Inter', 'Segoe UI', Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
}

.artint-logo {
    filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    transition: 0.7s;
}

.artint-logo:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0%);
}

.footer-text {
    font-family: 'Inter', sans-serif;
    font-size: 1.0rem;
    font-weight: 400;
    color: #333;
}
