﻿body.login-view:before {
    content: " ";
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}

body.login-view:before {
    background-image: url("../Images/EmergiVac-Login.png") !important;
    background-size: cover !important;
    -webkit-animation: BgAnimation 0s ease infinite !important;
}

.login-view label {
    font-weight: 400 !important;
    color: #fff;
}

a, a:hover {
    color: #ffffff;
    text-decoration: none;
}


.login-view .authentication-form {
    border-radius: 2px;
    border: 2px solid #fff;
    ;
    padding: 20px;
    background: #0a0a0a47;
}

.login-view h1 {
    color: #fff;
}

.login-view .btn-info, .btn-info, .btn-info:hover, .btn-info:focus, .btn-info:active {
    color: #fff;
    background: #b11f25;
    border: 1px solid #b11f25;
}

body.login-view:before {
    background: linear-gradient(136deg, #4332d2, #2f229d, #2f229d, #4332d2);
    background-size: 400% 400%;
    /*-webkit-animation: BgAnimation 4s ease infinite;*/
    /*-moz-animation: BgAnimation 4s ease infinite;*/
    /*-o-animation: BgAnimation 4s ease infinite;*/
    /*animation: BgAnimation s ease infinite;*/
}

@-webkit-keyframes BgAnimation {
    0% {
        background-position: 14% 0%
    }

    50% {
        background-position: 87% 100%
    }

    100% {
        background-position: 14% 0%
    }
}

@-moz-keyframes BgAnimation {
    0% {
        background-position: 14% 0%
    }

    50% {
        background-position: 87% 100%
    }

    100% {
        background-position: 14% 0%
    }
}

@-o-keyframes BgAnimation {
    0% {
        background-position: 14% 0%
    }

    50% {
        background-position: 87% 100%
    }

    100% {
        background-position: 14% 0%
    }
}

@keyframes BgAnimation {
    0% {
        background-position: 14% 0%
    }

    50% {
        background-position: 87% 100%
    }

    100% {
        background-position: 14% 0%
    }
}

#wrapper {
    min-height: 100% !important;
}

::-webkit-scrollbar {
    width: 10px !important;
}

/* Track */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
}

/* Handle */

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: #eee !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5) !important;
    min-height: 30px !important;
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(0, 0, 0, 0.7) !important;
    }

@media only screen and (max-width: 800px) {
    .login-view .authentication-form {
        border-radius: 2px;
        border: 1px solid #c19b3e;
        padding: 18px;
        background: #0a0a0ac4;
        margin: 12% 4%;
    }
}
