/* Page-specific styles for signin.html */

.content-auto {
    content-visibility: auto;
}

.scrollbar-custom {
    scrollbar-width: thin;
}

.scrollbar-custom::-webkit-scrollbar {
    width: 6px;
}

.scrollbar-custom::-webkit-scrollbar-track {
    background: #000000;
}

.scrollbar-custom::-webkit-scrollbar-thumb {
    background-color: #FF6A00;
    border-radius: 3px;
}

.input-focus {
    box-shadow: 0 0 0 2px #FF6A00;
    outline: none;
}

.input-error {
    box-shadow: 0 0 0 2px #E53E3E;
    outline: none;
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 1px #ef4444;
}

.btn-hover {
    background-color: #FF8533;
    transition: background-color 300ms;
}

.btn-active {
    background-color: #CC5500;
    transition: background-color 300ms;
}

.social-btn-hover {
    background-color: #F3F4F6;
    transition: background-color 300ms;
}