body.th-auth-page {
    min-width: 320px;
    min-height: 100vh;
    background:
        linear-gradient(120deg, rgba(247, 251, 255, 0.88), rgba(231, 244, 255, 0.78)),
        url("../img/road-safety-banner.png") center / cover scroll no-repeat !important;
    color: #102033;
}

.th-auth-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(8, 33, 63, 0.12);
    box-shadow: 0 12px 28px rgba(8, 33, 63, 0.12);
    backdrop-filter: blur(14px);
}

.th-auth-header .navbar {
    min-height: 76px;
    padding: 8px clamp(12px, 4vw, 48px);
}

.th-auth-header .logo {
    width: 62px;
    height: 62px;
    object-fit: contain;
    border-radius: 50%;
    background: #050505;
    box-shadow: 0 0 0 2px #ffd642;
}

.th-auth-header .nav-link {
    color: #102033 !important;
    font-weight: 800;
}

.th-auth-header .nav-link:hover {
    color: #0b79d0 !important;
}

#wave {
    position: relative;
    min-height: 100vh;
    padding: 92px 12px 28px;
}

#wave:before {
    content: "";
    display: block;
    width: min(1060px, 100%);
    height: clamp(150px, 22vw, 230px);
    margin: 0 auto 18px;
    border-radius: 8px;
    background: url("../img/road-safety-banner.png") center / cover no-repeat;
    box-shadow: 0 18px 40px rgba(8, 33, 63, 0.16);
}

#wave .banner-info > .container {
    display: block !important;
    width: min(1060px, 100%);
    margin: 0 auto !important;
}

#wave .row {
    align-items: stretch;
    margin-top: 40px !important;
    border: 1px solid rgba(8, 33, 63, 0.10);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 56px rgba(8, 33, 63, 0.16);
    backdrop-filter: blur(14px);
}

.th-auth-intro {
    max-width: 460px;
    margin: 12px auto 10px;
    color: #516179 !important;
    font-size: 15px;
    line-height: 1.65;
}

#wave .col-md-6 {
    padding: clamp(18px, 4vw, 36px) !important;
}

#wave .col-md-6:first-child {
    border-right: 1px solid rgba(8, 33, 63, 0.10) !important;
    background:
        linear-gradient(180deg, rgba(11, 121, 208, 0.10), rgba(19, 143, 77, 0.08)),
        url("../img/thousand-hands-logo.png") center 28px / min(260px, 70%) no-repeat;
    padding-top: min(330px, 48vw) !important;
}

#wave h4,
#wave h5,
#wave h6,
#wave p,
#wave span,
#wave div {
    color: #102033;
}

#wave .col-md-6:first-child h4,
#wave .col-md-6:first-child h5,
#wave .col-md-6:first-child h6 {
    color: #08213f !important;
}

#wave .col-md-6:first-child p,
#wave .col-md-6:first-child span {
    color: #516179 !important;
}

.form-group.basic {
    margin-bottom: 18px;
}

.label,
label {
    margin-bottom: 7px;
    color: #23334a;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0;
}

.form-control,
.input-group-text,
select {
    min-height: 50px;
    border-color: #d8e3ef !important;
    color: #102033 !important;
    border-radius: 8px !important;
    font-size: 15px;
    box-shadow: none !important;
}

.form-control,
select {
    background: #ffffff !important;
    padding: 11px 14px;
}

.form-control::placeholder {
    color: #8a99aa;
}

.form-control:focus,
select:focus {
    border-color: #0b79d0 !important;
    box-shadow: 0 0 0 4px rgba(11, 121, 208, 0.13) !important;
}

.input-group-text {
    min-width: 50px;
    justify-content: center;
    color: #0b79d0 !important;
    background: #eef7ff !important;
}

.input-group {
    border-radius: 8px;
}

.input-group .form-control:not(:first-child) {
    border-left: 0 !important;
}

.input-group .input-group-text + .form-control {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.input-group .input-group-text:first-child {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.btn.btn-dark,
.btn.btn-warning,
.btn.btn-danger,
.btn.btn-primary {
    min-height: 46px;
    border: 0;
    border-radius: 8px;
    font-weight: 900;
}

.btn.btn-dark {
    color: #ffffff;
    background: #e12d39;
    box-shadow: 0 12px 26px rgba(225, 45, 57, 0.22);
}

a {
    color: #0b79d0;
    font-weight: 800;
}

#lblrandomcapt {
    color: #08213f !important;
    background: #fff8d8;
    border: 1px solid #ffd642 !important;
    border-radius: 8px;
}

#canvas1,
#loading {
    display: none !important;
}

@media (max-width: 767px) {
    .th-auth-header {
        position: sticky;
    }

    .th-auth-header .navbar {
        min-height: 66px;
    }

    .th-auth-header .logo {
        width: 54px;
        height: 54px;
    }

    #wave {
        padding-top: 14px;
    }

    #wave:before {
        height: 142px;
        margin-bottom: 12px;
        background-position: center;
    }

    #wave .row {
        margin-top: 8px !important;
    }

    #wave .col-md-6:first-child {
        order: 2;
    }

    #wave .col-md-6:nth-child(2) {
        order: 1;
    }

    #wave .col-md-6:first-child {
        min-height: 260px;
        border-right: 0 !important;
        border-top: 1px solid rgba(8, 33, 63, 0.10);
        border-bottom: 0 !important;
        padding-top: 210px !important;
        background-position: center 18px;
        background-size: 180px;
    }

    #wave .col-md-6:nth-child(2) > div,
    #wave .col-md-6:nth-child(2) div[style*="padding: 31px"] {
        padding: 18px !important;
    }

    .th-auth-intro {
        font-size: 14px;
        line-height: 1.55;
    }
}
