@media (max-width:768px) {

    body {
        background: #080808;
    }

    .register-wrapper {
        padding: 0;
        display: block;
    }

    .register-card {
        border-radius: 0;
        box-shadow: none;
        background: #080808;
        border: none;
        max-width: 100%;
    }
}
@media(max-width:768px) {

    .left-panel {
        display: none !important;
    }

    .col-lg-8 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media(max-width:768px) {

    .right-panel {
        padding: 20px 16px 30px;
        max-width: 480px;
        margin: auto;
    }
}
@media(max-width:768px) {

    .form-title {
        text-align: center;
        color: #D4AF37;
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .form-subtitle {
        text-align: center;
        color: #CFCFCF;
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 25px;
    }
}
@media(max-width:768px) {

    .modern-input {
        height: 52px;
        border-radius: 10px;
        background: #151515;
        border: 1px solid #2D2D2D;
        color: white;
        font-size: 14px;
        padding-left: 42px;
    }

    .input-icon {
        left: 15px;
        top: 17px;
        font-size: 14px;
        color: #D4AF37;
    }
}
@media(max-width:768px) {

    .col-md-6,
    .col-md-4,
    .col-md-3 {
        width: 100%;
        flex: 0 0 100%;
    }
}
@media(max-width:768px) {

    .upload-box {
        padding: 24px 15px;
        border-radius: 14px;
    }

    .upload-icon {
        font-size: 32px;
    }
}
@media(max-width:768px) {

    .create-btn {
        width: 100%;
        height: 54px;
        font-size: 17px;
        border-radius: 12px;
    }
}
@media(max-width:768px) {

    .top-login {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 0;
        font-size: 14px;
    }
}

.modern-input {
    height: 54px;
    background: #171717;
    border: 1px solid #2B2B2B;
    border-radius: 12px;
    color: #FFF;
    font-size: 15px;
    padding-left: 44px;
    transition: .3s;
}

    .modern-input::placeholder {
        color: #8F8F8F;
        font-size: 14px;
    }

    .modern-input:focus {
        border-color: #D4AF37;
        box-shadow: 0 0 0 3px rgba(212,175,55,.12);
        background: #1B1B1B;
    }

.input-icon {
    left: 15px;
    top: 17px;
    color: #D4AF37;
    font-size: 15px;
}
.mb-4 {
    margin-bottom: 12px !important;
}

@media(max-width:768px) {

    .register-logo {
        margin-bottom: 15px;
    }

        .register-logo img {
            width: 90px;
        }
}

.create-btn {
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 12px;
    background: linear-gradient( 180deg, #F8D56D 0%, #E5BB4C 45%, #C99624 100% );
    color: #111;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .5px;
    transition: .35s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 0 8px 25px rgba(212,175,55,.30), inset 0 1px 0 rgba(255,255,255,.35);
}

    .create-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 35px rgba(212,175,55,.45), inset 0 1px 0 rgba(255,255,255,.45);
    }

    .create-btn:active {
        transform: scale(.98);
    }

@media(max-width:768px) {

    .register-logo {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 5px 0 15px;
    }

        .register-logo img {
            width: 200px;
        }
}
.register-logo img {
    width: 200px;
}

