.dcode-btn-link.dcode-auth-wrapper {
    min-h: 100vh;
    background: radial-gradient(circle at center, #072b7a 0%, #010f3a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, sans-serif;
    box-sizing: border-box;
}

.dcode-auth-wrapper * {
    box-sizing: border-box;
}

.dcode-auth-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    padding: 40px 35px;
    width: 100%;
    max-width: 440px;
    text-align: center;
}

.dcode-auth-header {
    margin-bottom: 30px;
}

.dcode-auth-logo {
    width: 50px;
    height: 50px;
    background: #f3f4f6;
    border-radius: 12px;
    margin: 0 auto 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dcode-auth-header h2 {
    font-size: 22px;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
}

.dcode-form-group {
    text-align: right;
    margin-bottom: 20px;
}

.dcode-form-group label {
    display: block;
    font-size: 13px;
    color: #4b5563;
    margin-bottom: 8px;
}

.dcode-form-group input[type="text"],
.dcode-form-group input[type="password"] {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 14px;
    font-size: 15px;
    outline: none;
    transition: border-color 0.2s;
    background: #ffffff;
}

.dcode-form-group input:focus {
    border-color: #008eff;
}

.dcode-identity-preview {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px 15px;
    margin-bottom: 25px;
}

.dcode-identity-preview span {
    color: #1f2937;
    font-weight: 500;
}

.dcode-identity-preview button {
    background: none;
    border: none;
    color: #008eff;
    font-size: 13px;
    cursor: pointer;
}

.dcode-btn {
    width: 100%;
    padding: 14px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    text-decoration: none;
}

.dcode-btn-primary {
    background: #008eff;
    color: #ffffff;
}

.dcode-btn-primary:hover {
    background: #0076d6;
}

.dcode-divider {
    display: flex;
    align-items: center;
    margin: 25px 0;
    color: #9ca3af;
    font-size: 13px;
}

.dcode-divider::before,
.dcode-divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #e5e7eb;
}

.dcode-divider span {
    padding: 0 15px;
}

.dcode-btn-google {
    background: #ffffff;
    border: 1px solid #d1d5db;
    color: #374151;
}

.dcode-btn-google img {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.dcode-btn-google:hover {
    background: #f9fafb;
}

.dcode-forgot-link {
    display: block;
    text-align: right;
    color: #008eff;
    font-size: 13px;
    margin-top: -10px;
    margin-bottom: 25px;
    text-decoration: none;
}

.dcode-otp-box-container {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.dcode-otp-box-container input {
    width: 48px;
    height: 48px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    outline: none;
    background: #f9fafb;
}

.dcode-otp-box-container input:focus {
    border-color: #008eff;
    background: #ffffff;
}

.dcode-timer-container {
    text-align: left;
    font-size: 12px;
    color: #6b7280;
    margin: 15px 0 25px 0;
}

.dcode-btn-link {
    background: none;
    border: none;
    color: #6b7280;
    font-size: 13px;
    cursor: pointer;
    width: 100%;
}

.dcode-btn-link:hover {
    color: #008eff;
}

.dcode-alert {
    margin-top: 15px;
    font-size: 13px;
    font-weight: 600;
}
.dcode-alert-error { color: #ef4444; }
.dcode-alert-success { color: #10b981; }
.dcode-hidden { display: none !important; }
.dcode-auth-wrapper {
    min-height: 100vh;
    background: radial-gradient(circle at center, #072b7a 0%, #010f3a 100%);
    display: flex; align-items: center; justify-content: center;
    padding: 20px; font-family: 'Segoe UI', Tahoma, sans-serif; box-sizing: border-box;
}
.dcode-auth-wrapper * { box-sizing: border-box; }
.dcode-auth-card {
    background: #ffffff; border-radius: 16px; box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    padding: 40px 35px; width: 100%; max-width: 440px; text-align: center;
}
.dcode-auth-header { margin-bottom: 30px; }
.dcode-auth-logo {
    width: 50px; height: 50px; background: #f3f4f6; border-radius: 12px;
    margin: 0 auto 15px auto; display: flex; align-items: center; justify-content: center;
}
.dcode-auth-header h2 { font-size: 22px; font-weight: 700; color: #1f2937; margin: 0; }
.dcode-form-group { text-align: right; margin-bottom: 20px; }
.dcode-form-group label { display: block; font-size: 13px; color: #4b5563; margin-bottom: 8px; }
.dcode-form-group input[type="text"], .dcode-form-group input[type="password"] {
    width: 100%; border: 1px solid #d1d5db; border-radius: 8px; padding: 14px;
    font-size: 15px; outline: none; transition: border-color 0.2s; background: #ffffff;
}
.dcode-form-group input:focus { border-color: #008eff; }
.dcode-identity-preview {
    display: flex; justify-content: space-between; align-items: center;
    background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 8px;
    padding: 12px 15px; margin-bottom: 25px;
}
.dcode-identity-preview span { color: #1f2937; font-weight: 500; }
.dcode-identity-preview button { background: none; border: none; color: #008eff; font-size: 13px; cursor: pointer; }
.dcode-btn {
    width: 100%; padding: 14px; font-size: 15px; font-weight: 700; border-radius: 8px;
    border: none; cursor: pointer; display: flex; align-items: center; justify-content: center;
    transition: background 0.2s; text-decoration: none;
}
.dcode-btn-primary { background: #008eff; color: #ffffff; }
.dcode-btn-primary:hover { background: #0076d6; }
.dcode-divider { display: flex; align-items: center; margin: 25px 0; color: #9ca3af; font-size: 13px; }
.dcode-divider::before, .dcode-divider::after { content: ""; flex: 1; border-bottom: 1px solid #e5e7eb; }
.dcode-divider span { padding: 0 15px; }
.dcode-btn-google { background: #ffffff; border: 1px solid #d1d5db; color: #374151; }
.dcode-btn-google img { width: 20px; height: 20px; margin-left: 10px; }
.dcode-btn-google:hover { background: #f9fafb; }
.dcode-otp-box-container { display: flex; justify-content: center; gap: 8px; }
.dcode-otp-box-container input {
    width: 48px; height: 48px; text-align: center; font-size: 20px; font-weight: 600;
    border: 1px solid #d1d5db; border-radius: 8px; outline: none; background: #f9fafb;
}
.dcode-otp-box-container input:focus { border-color: #008eff; background: #ffffff; }
.dcode-timer-container { text-align: left; font-size: 12px; color: #6b7280; margin: 15px 0 25px 0; }
.dcode-btn-link { background: none; border: none; color: #6b7280!important; font-size: 13px; cursor: pointer; width: 100%; }
.dcode-btn-link:hover { color: #008eff; }
.dcode-alert { margin-top: 15px; font-size: 13px; font-weight: 600; }
.dcode-alert-error { color: #ef4444; }
.dcode-alert-success { color: #10b981; }
.dcode-hidden { display: none !important; }

@media (max-width: 767px) {
    .dcode-otp-box-container{
        
    flex-wrap: wrap;
    }
    input.otp-input {
    width: 23% !important;
}



}