/*
 * BEGIN 
 *
 * @BEGIN Header Block
 * @FILENAME: [FILENAME]
 * @TITLE: PMS > Project Management System
 * @DESCRIPTION: [FILE DESCRIPTION]
 * @AUTHOR: Ary van der Pijl
 * @COMPANY: ATH SOLUTIONS (PTY) LTD
 * @WEBSITE: https://www.ath.solutions/
 * @EMAIL: info@ath.solutions
 * @COPYRIGHT: All Rights Reserved
 * @LICENSE: ATH SOLUTIONS - PROPRIETARY SOFTWARE LICENCE AGREEMENT (https://www.ath.solutions/documents/ath_solutions_software_licence_agreement.pdf)
 *
 * BEGIN CHANGELOG
 * @IMPORTANT NOTICE: Developers working on these files MUST update and maintain the Developers Change Log, failure to do is not an option:
 * !==================================================================================================================================================================
 * VERSION 1.0.0.1
 * + File Created, Ary van der Pijl, 2026/05/01
 * + File Modified, Ary van der Pijl, 2026/05/01, [TICKET #], Enhancing
 * ==================================================================================================================================================================!
 * END CHANGELOG
 */

.authentication {
    height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center
}

.authentication .card {
    max-width: 350px;
    margin-top: 200px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    display: inline-block
}

.authentication .card .header {
    margin-top: -70px;
    color: #16191a;
    margin-bottom: 20px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2)
}

.authentication .card .header .logo img {
    width: 180px;
    height: auto;
}

/* .authentication .card .header h1 {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 10px
} */

.authentication .card .title {
    margin: 0
}

.authentication .card .msg {
    font-size: 14px;
    font-weight: 400;
    text-transform: none
}

.authentication .l-social {
    margin: 0
}

.authentication .l-social li {
    display: inline-block
}

.authentication .l-social li a {
    text-align: center;
    padding: 5px 10px;
    color: #666
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .authentication .card {
        margin-top: 100px
    }
}

@media only screen and (max-width: 767px) {
    .authentication .card {
        margin-top: 100px
    }
}