#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.3);
}

#loader-stripe {
    position: absolute;
    z-index: 10000;
    height: 10px;
    top: 0;
    width: 100%;
    color: white;
    background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    background-size: 400% 400%;
    -webkit-animation: Gradient 2s ease infinite;
    -moz-animation: Gradient 2s ease infinite;
    animation: Gradient 2s ease infinite;
}


@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}


.login-container {
    border: 1px solid #CCD1D1;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: #fff;
}

.cover-container {
    position: absolute;
    z-index: 4;
}

.ads {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    min-height: 330px;
}

#carouselExampleCaptions {
    height: 100%;
    width: 100%;
}

.sl {
    font-weight: 100 !important;
}

.fl {
    font-weight: 600 !important;
}

.login-form {
    padding: 100px;
}

.form-control {
    font-size: 14px;
}

.forget-password a {
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
}

.bg-tenants {
    background: #0072ff;
}

.bg-knowledge {
    background: #e400ff;
}

.bg-inference {
    background: #ff8100;
}

.bg-language {
    background: #25bda1;
}

@media only screen and (max-width: 600px) {
    .login-form {
        padding: 20px 20px 50px 20px;
    }
}
