﻿:root {
    --primary: #343a40;
    --primary-bg: #343a40;
    --primary-border: #343a40;
    --white: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

#login-block {
    padding-top: 10vh;
}


.input-right-icon {
    right: 10px;
    top: 5px;
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}

    .btn-primary:hover, .btn-primary:focus {
        color: var(--white);
        background-color: var(--primary-bg);
        border-color: var(--primary-border);
    }

.btn-primary:not(:disabled):not(.disabled):active {
    color: var(--white);
    background-color: var(--primary-bg);
    border-color: var(--primary-border);
}

.footer-band {
    height: 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.fa-xl {
    font-size: 1.5rem !important;
}
