﻿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 {
    font-family: 'Source Sans 3', 'Roboto', sans-serif !important;
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}

    .btn-primary:hover {
        background-color: var(--secondary);
        border-color: var(--secondary);
    }

a {
    text-decoration: none;
    font-weight: bold;
    color: var(--primary);
}

h1 {
    font-size: 1.5rem;
    display: flex;
    margin: 10px;
    font-weight: 500;
}

h4 {
    font-size: 1.2rem;
}



.box {
    height: 100vh;
}

.head {
    display: flex;
    margin: 0 auto 20px auto;
    flex-direction: column;
    align-items: center;
}

.login {
    border: 0;
    border-radius: 5px;
    padding: 50px;
    box-shadow: 0 12px 40px rgba(0,0,0,.12);
}

.logo {
    width: 64px;
    display: flex;
}

.avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--primary);
    color: white;
    text-align: center;
    padding-top: 4px;
}

.nav-pills .nav-link.active {
    background-color: var(--secondary);
}

.nav-link {
    color: var(--primary);
}

.caporum:hover .st0 {
    fill: #272352;
}

.caporum:hover .st2 {
    fill: #008DD0;
}

.activelogin-bankid-ui--wrapper {
    position: relative !important;
    transform: none !important;
    top: inherit !important;
    left: inherit !important;
}