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;
}

.ico-sm {
    font-size: 30px;
}


.btn-prim {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    user-select: none;
    background-color: #202255;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    color: white;
}

    .btn-prim :hover {
        background-color: #202255;
        color: white;
    }