﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 5px;
}

.login-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

    .login-logo a {
        color: #444;
    }


.login-box {
    width: 360px;
    margin: 7% auto;
}


.login-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}

.imgthumb {
    /*width:100%;*/
    height: 100%;
    object-fit: fill;
}

.login-box-body {
    color: #777;
}
.loading {
    position: fixed;
    z-index: 99999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background-color: rgba(0,0,0,0.3);*/
        background-color: rgba(0,60,124,0.3);
    }

.loading2 {
    position: fixed;
    z-index: 99999;
    /*height: 5em;
    width: 5em;*/
    overflow: visible;
    margin: auto;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
}

    .loading2:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background-color: rgba(0,0,0,0.3);*/
        background-color: rgba(0,60,124,0.3);
    }
.liftbtn {
    perspective: 1200px;
    display: inline-block;
    font: 400 1em Tahoma;
}

    .liftbtn a {
        padding: .8em 2em;
        /*color:white;*/
        transition: all 0.4s;
        display: block;
        /*background:#282828;*/
        transform-style: preserve-3d;
        text-decoration: none;
        /*background: linear-gradient(#000, #282828);*/
    }

        .liftbtn a:after {
            width: 100%;
            height: 40%;
            left: 0;
            top: 99%;
            background: #95a6a6;
            transform-origin: 0% 0%;
            transform: rotateX(-90deg);
            content: "";
            position: absolute;
            z-index: -1;
            transition: all 0.4s;
        }

        .liftbtn a:hover {
            transform: rotateX(35deg);
        }
.checkpsw {
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 2px;
    margin-top: 5px;
    border: 1px solid;
    background-color: white;
    border-radius: 10px;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    /*.body-content {
        padding: 0;
    }*/
}
