body.porto-lock-page {
    background: #1d2127 url("porto/img/patterns/noisy_net.png") repeat;
    overflow: hidden;
}

.porto-lock-page .auth-page {
    min-height: 100vh;
    padding: 0;
}

.porto-lock-page .auth-shell {
    max-width: none;
    width: 100%;
}

.porto-lock-page .body-locked.body-locked-inline {
    background: #000 url("porto/img/patterns/noisy_net.png") repeat;
    bottom: 0;
    height: 100vh;
    left: 0;
    margin: 0;
    max-width: none;
    min-height: 100vh;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 9999;
}

.porto-lock-page .auth-shell > .alert {
    left: 50%;
    margin: 0;
    max-width: calc(100vw - 32px);
    position: fixed;
    top: 18px;
    transform: translateX(-50%);
    width: 400px;
    z-index: 10001;
}

.porto-lock-page .body-locked,
.porto-lock-page .center-sign {
    width: 100%;
}

.porto-lock-page .body-locked .card-sign {
    margin: 0 auto;
    max-width: 400px;
    padding-top: 40px;
    width: 100%;
}

.porto-lock-page .body-locked .card-sign .card-body {
    border: 0;
    border-top: 5px solid #0088cc;
    border-radius: 5px;
    padding: 33px;
    position: relative;
}

.porto-lock-page .current-user {
    margin-bottom: 35px;
    margin-top: 60px;
}

.porto-lock-page .lock-user-image {
    align-items: center;
    background: #ddd;
    border: 5px solid #0088cc;
    border-radius: 50%;
    color: #777;
    display: flex;
    font-size: 3.25rem;
    font-weight: 600;
    height: 150px;
    justify-content: center;
    left: 50%;
    margin-left: -75px;
    position: absolute;
    top: -75px;
    width: 150px;
}

.porto-lock-page .user-name {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
}

.porto-lock-page .user-email {
    color: #777;
    font-size: .75rem;
}

.porto-lock-page .form-control-lg,
.porto-lock-page .input-group-text {
    min-height: 46px;
}

.porto-lock-page .lock-switch-user {
    color: #08c;
    font-size: .82rem;
    text-align: left;
    text-decoration: none;
}

.porto-lock-page .lock-switch-user:hover,
.porto-lock-page .lock-switch-user:focus {
    color: #005580;
    text-decoration: underline;
}

@media (max-width: 480px) {
    .porto-lock-page .auth-page {
        padding: 0;
    }

    .porto-lock-page .body-locked .card-sign .card-body {
        padding: 28px 22px;
    }

    .porto-lock-page .user-name {
        font-size: 1.55rem;
    }
}
