.authentication {
    height: 100vh
}

.authentication .card {
    border-radius: 0;
    padding: 120px 30px 0;
    height: 100vh;
    margin: 0;
    border: none
}

.authentication .card .title {
    position: relative;
    z-index: 1;
    border-left: 5px solid #00adef;
    margin: 0 0 25px;
    padding: 10px 0 10px 42px;
    color: #00adef;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase
}

.authentication .card .title span {
    font-size: 13px;
    display: block;
    margin: 0;
    line-height: 18px;
    font-weight: 400;
    color: #444
}

.authentication .card .title .msg {
    font-size: 13px;
    color: #666;
    display: block;
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 18px;
    margin-top: 10px;
    text-transform: none
}

.authentication .card .input-container {
    position: relative;
    margin: 0 0px 30px
}

.authentication .locked .thumb {
    float: left;
    margin-right: 15px
}

.authentication .locked .thumb .media-object {
    display: inline-block;
    width: 70px
}

.authentication .locked .media-heading {
    padding-top: 10px;
    color: #555
}

.authentication .locked .media-heading strong {
    display: block;
    font-weight: normal
}

.authentication .l-login {
    text-transform: uppercase
}

.authentication .l-login .msg {
    font-size: 15px;
    font-weight: 400;
    text-transform: none
}

.authentication .form-line .search-btn {
    display: inline-block;
    position: absolute;
    right: 50px;
    top: 0
}

.authentication .form-line .search-btn button {
    box-shadow: none;
    margin: 0
}

.authentication .l-detail {
    margin-top: 120px;
    padding: 0 100px;
    color: #444
}

.authentication .l-detail h1 {
    margin: 0;
    font-size: 60px;
    font-weight: 300
}

.authentication .l-detail h1 span {
    font-weight: 700;
    text-decoration: underline
}

.authentication .l-detail h1 h5 {
    font-size: 20px;
    margin: 0;
    letter-spacing: 2px
}

.authentication .l-detail h3 {
    text-transform: uppercase;
    font-weight: 400
}

.authentication .l-detail p {
    font-size: 16px;
    line-height: 24px
}

.authentication .l-detail .l-social {
    margin-top: 5%
}

.authentication .l-detail .l-social li {
    display: inline-block
}

.authentication .l-detail .l-social li a {
    text-align: center;
    padding: 10px 5px
}

.authentication .l-detail .l-social li a i {
    font-size: 20px
}

.authentication .l-detail .l-menu li {
    display: inline-block;
    margin-right: 20px
}

.authentication .l-detail .l-menu li a {
    padding: 10px 0;
    font-size: 16px;
    text-transform: uppercase
}

.authentication #block-stael-theme-local-tasks {
    display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .authentication .l-detail {
        padding: 0 20px
    }
}

@media only screen and (max-width: 992px) {
    .authentication .card {
        padding: 40px 15px;
        height: auto;
        margin-bottom: 15px;
        margin-top: 15px
    }

    .authentication .l-detail {
        margin-top: 15%;
        padding: 0 0px;
        text-align: center
    }

    .authentication .l-menu {
        margin: 30px 0
    }
}

@media only screen and (max-width: 767px) {
    .authentication .l-detail h3 {
        font-size: 20px
    }

    .authentication .l-detail p {
        font-size: 15px
    }
}

@media only screen and (max-width: 340px) {
    .authentication .card {
        padding: 40px 0
    }
}
