/*
 Theme Name:   My Listing Child
 Theme URI:    http://mylisting.27collective.net/my-city/
 Description:  MyListing Child Theme
 Author:       27collective
 Author URI:   https://27collective.net/
 Template:     my-listing
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  my-listing-child
*/


/* Wrapper Card */
.recruiter-register-wrapper {
    max-width: 520px !important;
    margin: 80px auto !important;
    padding: 45px !important;
    background: #ffffff !important;
    border-radius: 16px !important;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08) !important;
}

/* Title */
.recruiter-register-wrapper h3 {
    text-align: center !important;
    margin-bottom: 30px !important;
    font-weight: 600 !important;
}

/* Inputs Override MyListing */
.recruiter-register-wrapper input[type="text"],
.recruiter-register-wrapper input[type="email"],
.recruiter-register-wrapper input[type="password"] {
    width: 100% !important;
    padding: 14px 16px !important;
    border: 1px solid #ddd !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    margin-bottom: 20px !important;
}

/* Focus */
.recruiter-register-wrapper input:focus {
    border-color: #8E1D57 !important;
    outline: none !important;
}

/* Button */
.recruiter-register-wrapper .recruiter-btn {
    width: 100% !important;
    padding: 15px !important;
    background: #8E1D57 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: 0.3s ease !important;
}

.recruiter-register-wrapper .recruiter-btn:hover {
    opacity: 0.9 !important;
}


