.mcl-wrapper {
    width: 100%;
    max-width: 460px;
    margin: 60px auto;
    padding: 20px;
    box-sizing: border-box;
}

.mcl-login-box {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    box-sizing: border-box;
}

.mcl-logo {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
}

.mcl-login-box h2 {
    margin: 0;
    text-align: center;
    font-size: 25px;
}

.mcl-subtitle {
    text-align: center;
    color: #6b7280;
    margin: 8px 0 25px;
}

.mcl-form label {
    display: block;
    font-weight: 600;
    margin: 0 0 7px;
}

.mcl-form input[type="text"],
.mcl-form input[type="password"] {
    width: 100%;
    min-height: 46px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 10px 12px;
    margin: 0 0 18px;
    box-sizing: border-box;
    font-size: 16px;
}

.mcl-remember {
    display: flex !important;
    align-items: center;
    gap: 8px;
    font-weight: 400 !important;
    margin-bottom: 18px !important;
}

.mcl-remember input {
    width: auto !important;
    margin: 0 !important;
}

.mcl-button {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 8px;
    padding: 13px 18px;
    background: #111827;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    box-sizing: border-box;
}

.mcl-button:hover {
    opacity: .9;
}

.mcl-error {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 18px;
}

.mcl-lost-password,
.mcl-logout {
    display: block;
    text-align: center;
    margin-top: 18px;
    text-decoration: none;
}

.mcl-logged-in {
    text-align: center;
}

.mcl-logged-in .mcl-button {
    margin-top: 20px;
}

@media (max-width: 480px) {
    .mcl-wrapper {
        margin: 25px auto;
        padding: 12px;
    }

    .mcl-login-box {
        padding: 24px 18px;
    }
}
