.elementor-4439 .elementor-element.elementor-element-99f714b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-57f767d *//* Container Background & Alignment */
.custom-login-container {
    max-width: 400px;
    margin: 40px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* Top Section Styling */
.login-header {
    text-align: center;
    margin-bottom: 30px;
}

.login-icon {
    font-size: 3rem;
    margin-bottom: 10px;
}

.login-header h2 {
    margin: 0;
    color: #333;
    font-size: 24px;
    font-weight: 700;
}

.login-header p {
    color: #777;
    font-size: 14px;
    margin-top: 5px;
}

/* Targeting SWPM Specific Classes from your image */
.swpm-login-form-inner {
    display: flex;
    flex-direction: column;
}

/* Labels */
.swpm-username-label, 
.swpm-password-label {
    font-weight: 600;
    margin-bottom: 8px;
    color: #444;
    font-size: 14px;
}

/* Input Fields */
.swpm-username-input input, 
.swpm-password-input input {
    width: 100% !important;
    padding: 12px 15px !important;
    margin-bottom: 20px !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.swpm-username-input input:focus, 
.swpm-password-input input:focus {
    border-color: #0073aa !important;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,115,170,0.1);
}

/* Remember Me Checkbox */
.swpm-remember-me {
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}

/* Submit Button */
.swpm-login-submit input[type="submit"] {
    width: 100% !important;
    padding: 12px !important;
    background-color: #0073aa !important;
    color: white !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: background 0.3s ease, transform 0.1s ease;
}

.swpm-login-submit input[type="submit"]:hover {
    background-color: #005177 !important;
}

.swpm-login-submit input[type="submit"]:active {
    transform: scale(0.98);
}

/* Bottom Links (Forgot Pass / Join Us) */
.swpm-forgot-pass-link, 
.swpm-join-us-link {
    text-align: center;
    margin-top: 15px;
    font-size: 13px;
}

.swpm-forgot-pass-link a, 
.swpm-join-us-link a {
    color: #0073aa;
    text-decoration: none;
    font-weight: 500;
}

.swpm-forgot-pass-link a:hover, 
.swpm-join-us-link a:hover {
    text-decoration: underline;
}

/* Action Messages (Error/Success) */
.swpm-login-action-msg {
    margin-top: 15px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
}/* End custom CSS */