.modal-content {
    width: 300px;
    margin: auto;
    border-radius: 20px;
    background: none;
    border: none;
    position: relative;
    z-index: 10;
}

.signup-modal-wrapper {
    background: white;
    border-radius: 20px;
    padding: 40px 40px 60px 40px;
    font-family: 'Outfit', sans-serif !important;
    position: relative;
    width: 390px;
    box-sizing: border-box;
}

.signup-modal-wrapper input::placeholder {
    font-size: 14px;
}

.signup-logo {
    height: 33px;
    position: absolute;
    top: 30px;
    left: 30px;
}

.logo-spacer {
    height: 20px;
}

.signup-title {
    text-align: center;
    font-size: 24px !important;
    font-weight: bold;
    color: #000;
    margin-top: 30px;
    font-family: 'Outfit', sans-serif !important;
}

.signup-subtitle {
    text-align: center;
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
    font-family: 'Outfit', sans-serif !important;
}

.custom-button {
    display: block;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 10px;
    color: white;
    border: none !important;
}

.btn-photographers {
    background-color: #D0932B;
    cursor: pointer;
    color: white !important;
}

.btn-photographers:hover {
    text-decoration: none;
    color: white !important;
}

.btn-customers {
    background-color: #1D152B;
    color: white !important;
}

.login-line {
    font-size: 13px;
    color: #3366cc;
    margin-bottom: 20px;
    text-align: left;
}

.login-line a {
    color: #3366cc;
    text-decoration: none;
    font-weight: normal;
    cursor: pointer;
}

.login-line a:hover {
    text-decoration: underline !important;
}

.close {
    position: absolute;
    top: 30px;
    right: -79px;
    font-size: 28px;
    line-height: 1;
    z-index: 10000;
    display: block !important;
    background: none;
    border: none;
    color: #000 !important;
    opacity: 1;
}

.btn-login-submit {
    background-color: #4285F4;
    color: white;
    padding: 12px;
    width: 100%;
    border-radius: 8px;
    font-size: 16px;
    border: none;
    text-align: center;
    margin-top: 10px;
    transition: none;
}

.btn-login-submit:hover {
    background-color: #2F80ED;
    color: white;
}

@media (max-width: 576px) {
    .modal-dialog {
        margin: 1rem auto !important;
        max-width: 95%;
    }

    .modal-content {
        width: 100% !important;
        margin: auto;
    }

    .signup-modal-wrapper {
        width: 100% !important;
        padding: 10px 25px 50px 25px !important;
        box-sizing: border-box;
    }

    .signup-logo {
        top: 20px;
        left: 20px;
        height: 28px;
    }

    .signup-title {
        font-size: 20px !important;
        margin-top: 60px;
    }

    .signup-subtitle {
        font-size: 14px;
    }

    .custom-button {
        font-size: 14px;
    }

    .login-line {
        font-size: 12px;
        text-align: center;
    }

    .close {
        top: 30px;
        right: 40px;
        font-size: 28px;
    }
}
/* New only */
.signup-modal-wrapper label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000;
    display: block;
}

.eye-icon {
    position: absolute;
    right: 15px;
    top: 38px;
    cursor: pointer;
    font-size: 16px;
    color: #666;
}
.form-scroll-wrapper {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 5px;
}

@media (max-height: 700px) {
    .form-scroll-wrapper {
        max-height: 300px;
    }
}

.signup-modal-wrapper label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000;
    display: block;
}

.eye-icon {
    position: absolute;
    right: 15px;
    top: 38px;
    cursor: pointer;
    font-size: 16px;
    color: #666;
}
