body {
    background-color: #ffffff;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: black;
    padding: 8px 0;
    z-index: 100;
}

    header .logo {
        float: left;
        margin-right: 20px;
    }

        header .logo img {
            max-height: 40px;
        }

    header h3 {
        color: rgb(255, 255, 255);
        margin-bottom: 0;
        padding-left: 10px;
        line-height: 1;
        font-size: 20px;
    }

footer {
    background-color: black;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 4px 0;
    z-index: 100;
}

    footer p {
        color: rgb(255, 255, 255);
        margin-bottom: 0;
    }

    footer a {
        color: rgb(250, 202, 112);
        text-decoration: none;
    }

        footer a:hover {
            color: rgb(255, 255, 254);
        }


main .background-side {
    background: url(/images/fuhaar_index.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 750px;
}

.background-side h1 {
    padding-left: 15px;
    font-size: 50px;
    line-height: 1;
}

.login-side {
    padding-top: 50px;
    height: 100vh;
    padding-left: 25px;
    padding-bottom: 50px;
    overflow: auto;
}

.login-panel {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

    .login-panel .bito-logo-bottom {
        position: fixed;
        right: 5px;
        bottom: 35px;
        z-index: 1000;
    }

.gradient-text {
    background: #CF1512;
    background: linear-gradient(to left, #090F63 0%, #CF1512 45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bito-enterprise-logo {
    display: block;
    width: 250px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    clear: both;
}

.client-logo {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}

    .client-logo img {
        display: block;
        width: 100px;
        margin-left: auto;
        margin-right: auto;
    }

.bito-enterprise-logo h4 {
    font-size: 50px;
    font-weight: bold;
    float: left;
    line-height: 40px;
    color: #343131;
}

.bito-enterprise-logo h5 {
    padding-left: 10px;
    font-size: 21px;
    line-height: 23px;
    float: left;
    font-weight: bold;
}

.login-links-container {
    display: inline-block;
    width: 100%;
    margin-bottom: 2px;
    padding: 2px 20px;
    clear: both;
}

    .login-links-container a {
        display: block;
        padding: 7px 10px;
        width: 100%;
        margin-bottom: 10px;
        clear: both;
        background-color: #f2f2f2;
        font-size: 18px;
        line-height: 22px;
        transition: background-color 0.4s;
        transition-timing-function: linear;
    }

        .login-links-container a i {
            background: #090F63;
            background: linear-gradient(to top, #090F63 0%, #CF1512 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .login-links-container a:hover {
            text-decoration: none;
            background-color: #202020;
            /* background-image: linear-gradient(to left, #090F63 0%, #CF1512 45%); */
        }

        .login-links-container a span {
            padding-left: 0;
            transition: all 0.3s;
        }

        .login-links-container a:hover span {
            background: #FFF;
            background: linear-gradient(to right, #FFF 0%, #FFF 45%);
            background-clip: border-box;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            padding-left: 10px;
            transition: all 0.3s;
        }

        .login-links-container a:hover i {
            background: #FFF;
            background: linear-gradient(to right, #FFF 0%, #FFF 45%);
            background-clip: border-box;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

.notifications-container {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding: 2px 20px;
    clear: both;
}

    .notifications-container h4 {
        font-size: 16px;
        font-weight: 600;
        color: orangered;
    }

    .notifications-container a p {
        font-size: 12px;
        line-height: 14px;
        color: rgb(18, 3, 67);
        margin-bottom: 10px;
    }

    .notifications-container a:hover {
        text-decoration: none;
    }

@media (max-width: 480px) {
    main .background-side {
        height: 300px !important;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    header h3 {
        font-size: 15px;
    }

    .background-side h1 {
        font-size: 26px;
        text-align: center;
    }


    /*main .background-side {
        background: #b4dbfd;
        padding-bottom: 15px;
        min-height: 80px;
    }*/

    .login-side {
        padding-top: 20px;
        height: auto;
        padding-left: 15px;
        padding-bottom: 50px;
        overflow: auto;
    }

    footer p {
        font-size: 10px;
    }

    .login-panel .bito-logo-bottom {
        bottom: 50px;
    }
}
