﻿.lockscreen-wrapper {
    position: absolute;
    margin: 10% auto auto auto;
    left: 0px;
    top: 0px;
    right: 0px;
    max-width: 400px;
}

.help-button {
    position: absolute;
    left: 0px;
    top: 0px;
    margin-left: 5px;
    margin-top: 5px;
    opacity: 0.90;
}

.card-body .login-box-msg {
    margin-bottom: 6px !important;
    border-bottom: 0.25px solid #ced4da;
    padding-bottom: 10px !important;
}

.lockscreen-image {
    top: 70px;
    left: 15px;
    background-color: transparent;
}

@media (max-width: 426px) {
    .help-button {
        min-width: 40px;
        width: 40px;
        min-height: 40px;
        height: 40px;
        font-size: 10px;
    }

        .help-button i {
            margin-top: -13px;
        }
}

@media (max-width: 376px) {
    .lockscreen-wrapper {
        margin-top: 10%;
        width: 90%;
    }
}

@media (max-width: 320px) {
    .card-body .input-group {
        padding-left: 0px !important;
    }

    .lockscreen-credentials {
        margin-left: 0px;
        padding-left: 0px;
    }

    .lockscreen-image {
        visibility: hidden;
    }

    .lockscreen-wrapper {
        margin-top: 10%;
        width: 90%;
    }
}
