/*
    Stylesheet Name : YTL Lead Conference 2025 - Extension
    Created on      : October   06, 2025, 03:25:00 PM
    Last edited on  : October   06, 2025, 03:25:00 PM
    Author          : YTL Digital Design [AL, AK]
    Colors          : Text              - #FAF6EE (Cosmic Latte)
                      Background        - #003CA5 (Egyptian Blue), #0082CB (Steel Blue), #97CAEB (Baby Blue)
                      Graphic Elements  - #EFE99C (Flax), #FDAEBF (Sakura Pink), #FFA069 (Atomic Tangerine), #E23E2F (Vermillion), #4D62C9 (Savoy Blue)
*/

body {
    background: rgba(3, 122, 193, 1.0) url('../images/bg-auth.png') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.layer-page {
    background: transparent;
}

.layer-header,
.layer-footer {
    display: none;
}

.layer-content {
    justify-content: start;
}

.layer-section.section-registerHeader {
    /* background-color: #212943; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1.5rem !important;
    /* position: fixed;
    top: 0;
    left: 0; */
    width: 100%;
}

.layer-section.section-registerHeader .panel-logo {
    margin-bottom: 0;
}

.layer-section.section-registerHeader .panel-logo img.img-fluid {
    max-height: 30px;
}

.section-register {
    padding: 0 0 4rem;
}

.reg-head {
    font-size: 3.7rem;
    font-weight: 600;
    display: block;
    margin: 0;
}


/* Standardize auth pages nav length */

@media (min-width: 576px) {
    .layer-page {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .layer-page {
        max-width: 720px;
    }
}

@media (min-width: 922px) {
    .layer-page {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .layer-page {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .layer-page {
        max-width: 1320px;
    }
}

@media (min-width: 992px) {
    .layer-content {
        justify-content: center;
    }
    .layer-section.section-registerHeader {
        display: none;
    }
    .layer-content .layer-section.section-register {
        padding: 1.5rem 0;
    }
}