/*
 * Artist AMP Portal - Forgot Password Background Fix
 * Dark theme for forgot password page
 */

/* Overall page background */
body {
    background-color: #2B2D31 !important;
}

/* Split screen container */
.split-screen-container {
    background-color: #2B2D31 !important;
}

/* Right side panel */
.right-pane {
    background-color: #2B2D31 !important;
}

/* Form container - no border, blend with background */
.login-form-container {
    background-color: #2B2D31 !important;
    border: none !important;
}

/* Headline */
.headline,
h1 {
    color: #FFFFFF !important;
}

/* Paragraph text */
p {
    color: #B5BAC1 !important;
}

/* Input group labels */
.input-group label {
    color: #B5BAC1 !important;
}

/* Input fields */
input[type="email"] {
    background-color: #1E1F22 !important;
    border: 1px solid #3F4147 !important;
    color: #FFFFFF !important;
}

/* Signup link section */
.signup-link,
.signup-link span {
    color: #B5BAC1 !important;
}

.signup-link a {
    color: #FF6B35 !important;
}
