/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.gmainleft {
    overflow: hidden;
    flex: none !important;
}


.lockscreen {
    height: 250px;
    left: 50%;
    margin-left: -239px;
    margin-top: -185px;
    position: absolute;
    top: 50%;
    width: 478px
}

.lockscreen .logo {
    padding: 15px 0;
    display: block
}

.lockscreen .logo+div {
    background: #FFF;
    box-shadow: -31px 32px 53px rgba(0, 0, 0, .2);
    overflow: hidden;
    padding: 13px;
    position: relative
}

.lockscreen .logo>:first-child {
    margin: 0
}

.lockscreen .logo img {
    width: 29px;
    margin-top: -4px;
    margin-right: -2px
}

.lockscreen .logo+div>img {
    float: left
}

.lockscreen .logo+div>img+div {
    float: right;
    width: 318px
}

.lockscreen .logo+div>img+div>:first-child {
    margin-top: 0
}

.lockscreen .logo+div>img+div>:first-child>:first-child {
    opacity: .1;
    padding: 15px
}

.lockscreen .logo+div>img+div>:first-child>small {
    display: block;
    padding-top: 5px
}

.lockscreen .logo+div>img+div>:first-child+p {
    margin-bottom: 12px
}

#lock-page #main {
    position: static
}

@media (max-width:767px) {
    .lockscreen .logo+div>img {
        float: none !important
    }

    .lockscreen {
        height: auto;
        left: 5%;
        margin-left: 0;
        margin-top: 0;
        position: absolute;
        top: 0;
        width: 90%;
        text-align: center
    }

    .lockscreen .logo+div>img+div {
        float: none;
        width: 100%;
        height: auto
    }
}