/* B2B GoPartsApp Login Page - ShipStation Theme */

/* Gradient background for login page */
.fi-simple-layout {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    min-height: 100vh;
}

/* Login card styling */
.fi-simple-main {
    background: #ffffff !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
    padding: 2rem !important;
}

/* Hide default heading since we're using the logo */
.fi-simple-header-heading {
    display: none !important;
}

/* Hide subheading too */
.fi-simple-header-subheading {
    display: none !important;
}

/* Logo styling */
.fi-simple-layout .fi-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.fi-simple-layout .fi-logo img,
.fi-simple-layout .fi-logo svg {
    height: 45px;
    width: auto;
}

/* Form labels */
.fi-simple-layout .fi-fo-field-wrp-label,
.fi-simple-layout label {
    font-weight: 500 !important;
    font-size: 0.875rem !important;
    color: #000000 !important;
    margin-bottom: 0.5rem !important;
}

/* Form input styling */
.fi-simple-layout .fi-input,
.fi-simple-layout input[type="text"],
.fi-simple-layout input[type="email"],
.fi-simple-layout input[type="password"] {
    border-radius: 0.25rem !important;
    border: 1px solid #ced4da !important;
    padding: 0.5rem 0.75rem !important;
    font-size: 0.875rem !important;
}

.fi-simple-layout .fi-input:focus,
.fi-simple-layout input:focus {
    border-color: #667eea !important;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25) !important;
}

/* Sign in button styling */
.fi-simple-layout .fi-btn-primary,
.fi-simple-layout button[type="submit"] {
    width: 100% !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 5px !important;
    border: none !important;
    color: #ffffff !important;
    padding: 0.75rem 1.5rem !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.fi-simple-layout .fi-btn-primary:hover,
.fi-simple-layout button[type="submit"]:hover {
    background: linear-gradient(315deg, #667eea 0%, #764ba2 100%) !important;
}

/* Password reset link */
.fi-simple-layout a {
    color: #667eea !important;
}

.fi-simple-layout a:hover {
    color: #764ba2 !important;
}

/* Remember me checkbox */
.fi-simple-layout .fi-checkbox-input:checked {
    background-color: #667eea !important;
    border-color: #667eea !important;
}

/* Card container width */
.fi-simple-main-ctn {
    max-width: 400px !important;
    width: 100% !important;
    margin-top: 7% !important;
}
