.clw-1d260085-form-wrapper {
    margin: 0 auto;
    box-sizing: border-box;
}

.clw-1d260085-form-wrapper *,
.clw-1d260085-form-wrapper *::before,
.clw-1d260085-form-wrapper *::after {
    box-sizing: border-box;
}

.clw-1d260085-heading {
    margin: 0 0 4px 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
}

.clw-1d260085-subheading {
    margin: 0 0 28px 0;
    font-size: 15px;
    line-height: 1.5;
}

.clw-1d260085-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.clw-1d260085-field-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.clw-1d260085-label {
    font-size: 14px;
    font-weight: 600;
}

.clw-1d260085-input {
    width: 100%;
    padding: 12px 14px;
    font-size: 15px;
    line-height: 1.5;
    border: 1px solid #d1d5db;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.clw-1d260085-input:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
}

.clw-1d260085-password-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.clw-1d260085-password-wrap .clw-1d260085-input {
    padding-right: 44px;
}

.clw-1d260085-toggle-pw {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #9ca3af;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}

.clw-1d260085-toggle-pw:hover {
    color: #6366f1;
}

.clw-1d260085-options-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

.clw-1d260085-remember {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #374151;
    cursor: pointer;
}

.clw-1d260085-remember input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #6366f1;
    cursor: pointer;
}

.clw-1d260085-lost-pw {
    font-size: 14px;
    color: #6366f1;
    text-decoration: none;
    transition: color 0.2s ease;
}

.clw-1d260085-lost-pw:hover {
    color: #4f46e5;
    text-decoration: underline;
}

.clw-1d260085-error {
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.4;
}

.clw-1d260085-submit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.clw-1d260085-submit:active {
    transform: scale(0.98);
}

.clw-1d260085-spinner {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: clw-1d260085-spin 0.6s linear infinite;
}

@keyframes clw-1d260085-spin {
    to { transform: rotate(360deg); }
}

.clw-1d260085-logged-in {
    text-align: center;
    font-size: 16px;
    color: #374151;
    padding: 20px 0;
}
