.left-panel{

    display:flex;
    justify-content:center;
    align-items:center;
    color:white;

}

.branding{
    text-align:center;
    color:#ffffff;
}

.branding h1{
    color:#ffffff;
    font-size:52px;
    font-weight:700;
    letter-spacing:3px;
    margin-top:20px;
    margin-bottom:10px;
}

.branding p{
    color:rgba(255,255,255,.9);
    font-size:20px;
    margin:0;
}

.logo{

    width:140px;
    margin-bottom:25px;

}

.login-card{

    width:430px;
    max-width:95%;

    background:rgba(255,255,255,.95);

    backdrop-filter:blur(15px);

    border-radius:20px;

    padding:45px;

    box-shadow:0 25px 60px rgba(0,0,0,.18);

    animation:fadeIn .8s;

}

.login-card h2{

    font-weight:bold;

}

.sub-title{

    color:#777;
    margin-bottom:30px;

}

.custom-input{

    height:52px;

    border-radius:12px;

    border:1px solid #ddd;

    transition:.3s;

}

.custom-input:focus{

    border-color:#8B0000;

    box-shadow:0 0 10px rgba(139,0,0,.25);

}

.eye-icon{

    position:absolute;

    top:48px;

    right:18px;

    cursor:pointer;

    color:#777;

    font-size:20px;

}

.login-btn{

    background:#8B0000;

    color:white;

    height:52px;

    border:none;

    border-radius:12px;

    font-size:18px;

    transition:.25s;

}

.login-btn:hover{

    background:#b00000;

    transform:translateY(-2px);

}

.register-link{

    margin-top:25px;

    text-align:center;

}

.register-link a{

    color:#8B0000;

    font-weight:bold;

}

@keyframes fadeIn{

from{

opacity:0;

transform:translateY(30px);

}

to{

opacity:1;

transform:translateY(0);

}

}

.signup-card{

    width:500px;

    padding:40px;

    max-height:95vh;

    overflow-y:auto;

}

.signup-card::-webkit-scrollbar{

    width:6px;

}

.signup-card::-webkit-scrollbar-thumb{

    background:#8B0000;

    border-radius:10px;

}

@media(max-width:768px){

.signup-card{

width:95%;
padding:30px;

}

}

/* =========================================================
   FLUX COIN WELCOME PAGE
   ========================================================= */

html,
body {
    min-height: 100%;
    height: auto;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
}


/* =========================================================
   MAIN PAGE
   ========================================================= */

.flux-welcome-page {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 100vh;
    padding: 45px 20px;
}


/* Bootstrap row */
.flux-welcome-page .row {
    min-height: calc(100vh - 90px);
    height: auto;
}


/* Main content wrapper */
.flux-welcome-content {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 25px;
}


/* =========================================================
   LOGO
   ========================================================= */

.flux-welcome-logo {
    display: block;
    width: 78px;
    height: auto;
    max-width: 22vw;
    margin: 0 auto 10px;

    filter: drop-shadow(0 8px 18px rgba(0,0,0,.20));
}


/* =========================================================
   BRAND NAME
   ========================================================= */

.flux-brand-name {
    margin: 0;

    color: #ffffff !important;

    font-family: "Kanit", sans-serif;

    font-size: 48px;
    line-height: 1.1;

    font-weight: 700;

    letter-spacing: 4px;
}


/* =========================================================
   TAGLINE
   ========================================================= */

.flux-tagline {
    margin: 5px 0 28px;

    color: rgba(255,255,255,.92) !important;

    font-family: "Rubik", sans-serif;

    font-size: 18px;
    line-height: 1.4;

    font-weight: 400;
}


/* =========================================================
   WELCOME CARD
   ========================================================= */

.flux-welcome-card {
    position: relative;
    z-index: 5;

    width: 100%;
    max-width: 700px;

    margin: 0 auto 30px;

    padding: 30px 40px;

    background: rgba(255,255,255,.12);

    border: 1px solid rgba(255,255,255,.22);

    border-radius: 24px;

    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);

    box-shadow: 0 25px 60px rgba(0,0,0,.18);

    text-align: center;
}


/* =========================================================
   WELCOME ICON
   ========================================================= */

.flux-welcome-icon {
    width: 58px;
    height: 58px;

    margin: 0 auto 16px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #8B0000;

    color: #ffffff !important;

    font-size: 25px;

    box-shadow: 0 10px 25px rgba(0,0,0,.20);
}


/* =========================================================
   WELCOME HEADING
   ========================================================= */

.flux-welcome-card h2 {
    margin: 0 0 15px;

    color: #ffffff !important;

    font-family: "Rubik", sans-serif;

    font-size: 28px;
    line-height: 1.3;

    font-weight: 600;
}


/* =========================================================
   WELCOME MESSAGE
   ========================================================= */

.flux-welcome-card p {
    margin: 0 0 12px;

    color: rgba(255,255,255,.90) !important;

    font-family: "Roboto", sans-serif;

    font-size: 15.5px;
    line-height: 1.65;

    font-weight: 400;
}


/* Last paragraph */
.flux-welcome-card p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   MOBILE APP MESSAGE
   ========================================================= */

.flux-welcome-card .download-note {
    margin-top: 20px !important;

    color: #ffffff !important;

    font-weight: 500;
}


.flux-welcome-card .download-note i {
    margin-right: 6px;

    color: #ffffff !important;
}


/* =========================================================
   ACTION BUTTONS
   ========================================================= */

.flux-action-buttons {
    position: relative;
    z-index: 10;

    width: 100%;
    max-width: 700px;

    margin: 0 auto;

    display: flex;

    align-items: center;
    justify-content: center;

    flex-wrap: wrap;

    gap: 12px;
}


/* =========================================================
   MAIN BUTTON
   ========================================================= */

.flux-main-button {
    position: relative;
    z-index: 10;

    min-width: 175px;
    height: 50px;

    padding: 0 22px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    background: #8B0000 !important;

    border: 1px solid #8B0000;

    color: #ffffff !important;

    border-radius: 12px;

    font-family: "Rubik", sans-serif;

    font-size: 15px;
    font-weight: 600;

    text-decoration: none !important;

    box-shadow: 0 10px 25px rgba(0,0,0,.20);

    transition: all .25s ease;
}


.flux-main-button:hover {
    background: #b00000 !important;

    border-color: #b00000;

    color: #ffffff !important;

    transform: translateY(-3px);

    box-shadow: 0 15px 30px rgba(0,0,0,.25);
}


/* =========================================================
   OUTLINE BUTTONS
   ========================================================= */

.flux-outline-button {
    position: relative;
    z-index: 10;

    min-width: 130px;
    height: 50px;

    padding: 0 20px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    background: rgba(255,255,255,.08) !important;

    border: 1px solid rgba(255,255,255,.45);

    color: #ffffff !important;

    border-radius: 12px;

    font-family: "Rubik", sans-serif;

    font-size: 15px;
    font-weight: 500;

    text-decoration: none !important;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    transition: all .25s ease;
}


.flux-outline-button:hover {
    background: #8B0000 !important;

    border-color: #8B0000;

    color: #ffffff !important;

    transform: translateY(-3px);
}


/* Icons */
.flux-main-button i,
.flux-outline-button i {
    color: inherit !important;

    font-size: 17px;
}


/* =========================================================
   FOOTER
   ========================================================= */

.flux-welcome-footer {
    position: relative;
    z-index: 5;

    margin-top: 28px;

    color: rgba(255,255,255,.68) !important;

    font-family: "Roboto", sans-serif;

    font-size: 12px;

    letter-spacing: 1px;

    text-align: center;
}


.footer-dot {
    margin: 0 7px;

    color: #8B0000 !important;

    font-size: 15px;
}


/* =========================================================
   ANIMATION
   ========================================================= */

.flux-welcome-content {
    animation: fluxWelcomeFade .8s ease;
}


@keyframes fluxWelcomeFade {

    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 768px) {

    .flux-welcome-page {
        min-height: 100vh;

        padding: 35px 15px 40px;
    }


    .flux-welcome-page .row {
        min-height: 0;
        height: auto !important;
    }


    .flux-welcome-content {
        padding-bottom: 15px;
    }


    .flux-welcome-logo {
        width: 70px;
        max-width: 20vw;
    }


    .flux-brand-name {
        font-size: 40px;
        letter-spacing: 3px;
    }


    .flux-tagline {
        font-size: 16px;

        margin-bottom: 23px;
    }


    .flux-welcome-card {
        padding: 27px 25px;

        margin-bottom: 25px;

        border-radius: 20px;
    }


    .flux-welcome-card h2 {
        font-size: 25px;
    }


    .flux-welcome-card p {
        font-size: 15px;
        line-height: 1.6;
    }


    .flux-action-buttons {
        display: grid;

        grid-template-columns: 1fr 1fr;

        max-width: 380px;

        gap: 10px;
    }


    .flux-main-button,
    .flux-outline-button {
        width: 100%;
        min-width: 0;

        height: 50px;

        padding: 0 10px;

        font-size: 14px;
    }

}


/* =========================================================
   SMALL PHONES
   ========================================================= */

@media (max-width: 480px) {

    .flux-welcome-page {
        padding: 28px 12px 35px;
    }


    .flux-welcome-logo {
        width: 62px;
        max-width: 18vw;

        margin-bottom: 8px;
    }


    .flux-brand-name {
        font-size: 33px;
        letter-spacing: 2px;
    }


    .flux-tagline {
        font-size: 14px;

        margin-bottom: 20px;
    }


    .flux-welcome-card {
        padding: 24px 18px;

        margin-bottom: 22px;
    }


    .flux-welcome-icon {
        width: 52px;
        height: 52px;

        font-size: 22px;
    }


    .flux-welcome-card h2 {
        font-size: 22px;

        margin-bottom: 13px;
    }


    .flux-welcome-card p {
        font-size: 14px;

        line-height: 1.55;
    }


    .flux-action-buttons {
        grid-template-columns: 1fr 1fr;

        max-width: 350px;

        gap: 9px;
    }


    .flux-main-button,
    .flux-outline-button {
        height: 48px;

        font-size: 13px;
    }


    .flux-welcome-footer {
        margin-top: 22px;

        font-size: 10px;
    }

}


/* =========================================================
   FLUX COIN DOWNLOAD PAGE
   ========================================================= */

.flux-download-page {

    position: relative;

    z-index: 2;

    width: 100%;

    min-height: 100vh;

    padding: 45px 20px;

    display: flex;

    align-items: center;

    justify-content: center;

}


.flux-download-container {

    width: 100%;

    max-width: 700px;

    margin: auto;

    text-align: center;

    animation: fluxDownloadFade .8s ease;

}


/* =========================================================
   LOGO
   ========================================================= */

.flux-download-logo {

    width: 78px;

    height: auto;

    margin-bottom: 10px;

    filter:
        drop-shadow(
            0 8px 18px rgba(0,0,0,.20)
        );

}


/* =========================================================
   BRAND
   ========================================================= */

.flux-download-brand {

    margin: 0;

    color: #ffffff !important;

    font-family: "Kanit", sans-serif;

    font-size: 48px;

    font-weight: 700;

    letter-spacing: 4px;

}


.flux-download-tagline {

    margin: 5px 0 28px;

    color: rgba(255,255,255,.92) !important;

    font-family: "Rubik", sans-serif;

    font-size: 18px;

}


/* =========================================================
   DOWNLOAD CARD
   ========================================================= */

.flux-download-card {

    width: 100%;

    max-width: 620px;

    margin: 0 auto;

    padding: 32px 38px;

    background: rgba(255,255,255,.12);

    border: 1px solid rgba(255,255,255,.22);

    border-radius: 24px;

    backdrop-filter: blur(15px);

    -webkit-backdrop-filter: blur(15px);

    box-shadow:
        0 25px 60px rgba(0,0,0,.20);

}


/* =========================================================
   ICON
   ========================================================= */

.flux-download-icon {

    width: 62px;

    height: 62px;

    margin: 0 auto 17px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #8B0000;

    color: #ffffff;

    font-size: 27px;

    box-shadow:
        0 10px 25px rgba(0,0,0,.20);

}


.flux-download-card h2 {

    margin: 0 0 13px;

    color: #ffffff !important;

    font-family: "Rubik", sans-serif;

    font-size: 28px;

    font-weight: 600;

}


.flux-download-description {

    margin: 0 auto 18px;

    max-width: 520px;

    color: rgba(255,255,255,.90) !important;

    font-family: "Roboto", sans-serif;

    font-size: 15px;

    line-height: 1.65;

}


.flux-select-text {

    margin: 0 0 18px;

    color: #ffffff !important;

    font-family: "Rubik", sans-serif;

    font-size: 14px;

    font-weight: 500;

}


/* =========================================================
   DEVICE BUTTONS
   ========================================================= */

.flux-device-options {

    display: flex;

    flex-direction: column;

    gap: 12px;

}


.flux-device-button {

    width: 100%;

    min-height: 70px;

    padding: 10px 16px;

    display: flex;

    align-items: center;

    gap: 15px;

    border: 1px solid rgba(255,255,255,.28);

    border-radius: 15px;

    background: rgba(255,255,255,.08);

    color: #ffffff;

    cursor: pointer;

    text-align: left;

    transition: all .25s ease;

}


.flux-device-button:hover {

    background: #8B0000;

    border-color: #8B0000;

    transform: translateY(-2px);

    box-shadow:
        0 10px 25px rgba(0,0,0,.20);

}


.flux-device-icon {

    width: 45px;

    height: 45px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 12px;

    background: rgba(255,255,255,.12);

    font-size: 24px;

}


.flux-device-info {

    flex: 1;

    display: flex;

    flex-direction: column;

}


.flux-device-info strong {

    color: #ffffff;

    font-family: "Rubik", sans-serif;

    font-size: 16px;

    font-weight: 600;

}


.flux-device-info small {

    margin-top: 2px;

    color: rgba(255,255,255,.68);

    font-family: "Roboto", sans-serif;

    font-size: 12px;

}


.flux-device-button:hover
.flux-device-info small {

    color: rgba(255,255,255,.90);

}


.flux-device-arrow {

    font-size: 18px;

    color: rgba(255,255,255,.75);

}


/* =========================================================
   IOS NOTICE
   ========================================================= */

.flux-ios-notice {

    margin-top: 18px;

    padding: 12px 15px;

    display: flex;

    align-items: flex-start;

    gap: 9px;

    text-align: left;

    background: rgba(255,255,255,.06);

    border-radius: 12px;

    color: rgba(255,255,255,.72);

    font-family: "Roboto", sans-serif;

    font-size: 12px;

    line-height: 1.5;

}


.flux-ios-notice i {

    flex-shrink: 0;

    margin-top: 2px;

    color: #ffffff;

}


/* =========================================================
   BACK BUTTON
   ========================================================= */

.flux-back-button {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    margin-top: 25px;

    color: rgba(255,255,255,.80) !important;

    font-family: "Rubik", sans-serif;

    font-size: 14px;

    text-decoration: none;

    transition: .2s ease;

}


.flux-back-button:hover {

    color: #ffffff !important;

    transform: translateX(-3px);

}


/* =========================================================
   FOOTER
   ========================================================= */

.flux-download-footer {

    margin-top: 24px;

    color: rgba(255,255,255,.60);

    font-family: "Roboto", sans-serif;

    font-size: 11px;

    letter-spacing: 1px;

}


.flux-footer-dot {

    margin: 0 7px;

    color: #8B0000;

}


/* =========================================================
   ANIMATION
   ========================================================= */

@keyframes fluxDownloadFade {

    from {

        opacity: 0;

        transform: translateY(20px);

    }

    to {

        opacity: 1;

        transform: translateY(0);

    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .flux-download-page {

        padding: 35px 15px 40px;

    }


    .flux-download-logo {

        width: 68px;

    }


    .flux-download-brand {

        font-size: 40px;

        letter-spacing: 3px;

    }


    .flux-download-tagline {

        font-size: 16px;

        margin-bottom: 23px;

    }


    .flux-download-card {

        padding: 28px 22px;

        border-radius: 20px;

    }


    .flux-download-card h2 {

        font-size: 25px;

    }

}


/* =========================================================
   SMALL PHONES
   ========================================================= */

@media (max-width: 480px) {

    .flux-download-page {

        padding: 28px 12px 35px;

    }


    .flux-download-logo {

        width: 60px;

    }


    .flux-download-brand {

        font-size: 33px;

        letter-spacing: 2px;

    }


    .flux-download-tagline {

        font-size: 14px;

    }


    .flux-download-card {

        padding: 24px 17px;

    }


    .flux-download-icon {

        width: 54px;

        height: 54px;

        font-size: 23px;

    }


    .flux-download-card h2 {

        font-size: 22px;

    }


    .flux-download-description {

        font-size: 14px;

    }


    .flux-device-button {

        min-height: 64px;

        padding: 9px 12px;

        gap: 11px;

    }


    .flux-device-icon {

        width: 40px;

        height: 40px;

        font-size: 21px;

    }


    .flux-device-info strong {

        font-size: 14px;

    }


    .flux-device-info small {

        font-size: 11px;

    }

}