﻿.root-app-loader {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: auto;
    padding-top: 25px;
}

.app-loader-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    vertical-align: middle;
    border-style: none;
}

.app-loader-background {
    background-image: linear-gradient( rgba(0, 0, 0, .1), rgba(0, 0, 0, .1) ), url(https://saequipassidshared.blob.core.windows.net/public/equipassid/vet-portal-loading.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    opacity: 1.0;
    height: 100%;
    overflow-x: hidden;
}

.app-loader-padding {
//position: absolute;
//top: 33.33%;
//left: 50%;
//transform: translate(-50%, -33.33%);
//width: auto; // adjust as needed
margin-top: 33vh;
    padding-top: 25vh;
}

.app-loader-card{
    height: 199.406px !important;
}

.app-loading-card-body {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5) !important;
    height: 199.406px;
}

.root-app-loader-spinner {
    text-align: center;
    margin-top: 20px;
    font-size: 40px;
}

.root-app-loader-text{
    font-size: 25px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.footer-container {
    color: white;
    padding: 12px 0 0 0;
    a

    {
        color: white;
        text-decoration: none;
    }

    :not(:first-child) {
        border-left: 1px solid white;
        padding-left: 5px;
    }

}

.footer-text {
    color: white;
    padding-right: 5px;
    text-decoration: none;
}
