﻿.autoWidth, .autoWidth > .login-section {
    width: auto;
}

.login-content a {
    color: #007bff;
    text-decoration: none;
}

.qrcode-container img {
    display: initial;
}

/* 添加loading样式 */
.qrcode-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px; /* 与二维码图片高度一致 */
}

.loading-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
}

.qrcode-error {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff4d4f;
}

.qrcode-container img {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
}

.login-btn {
    outline: none !important;
}
