.bents-form-outter {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 13px;
    width: 100%;
    max-width: 450px;
    padding: 35px 20px; /* Adjusted padding for smaller screens */
    background: #f3f3f5;
    margin: 15px auto;
    display: block; /* Table display removed for better flow */
    border-radius: 10px;
    box-shadow: 0px 0px 15px #ccc;
}

.bents-form-outter input {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 8px;
    height: 35px;
    border-radius: 7px;
    padding-left: 15px;
    border: 1px solid #ccc;
    font-size: 16px; /* Slightly reduced for better mobile display */
    color: #444;
}

.bents-form-outter input[type="button"] {
    width: 100%;
    color: white;
    padding: 3% 0;
    text-align: center;
    background: #f99d32;
    height: 46px;
    font-size: 18px;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.bents-copy {
    width: 100%; /* Adjusted to full width */
    max-width: 313px;
    margin: 20px auto 0;
    color: #c1c1c1;
    font-size: 13px;
    display: flex;
    justify-content: space-between; /* Ensures alignment */
    align-items: center;
}

.bents-copy img {
    width: auto; /* Adjust for better scaling */
    max-width: 50%; /* Ensure it doesn't exceed half the width */
}

.bents-redborder {
    border: 1px solid rgba(232, 0, 0, 0.4) !important;
}

.bents-message {
    text-align: center;
    margin-bottom: 10px;
    color: rgba(244, 67, 54, 1);
}

.bents-form-outter label {
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #737373;
}

.singlespan {
    width: 100%;
    float: left;
    color: #5d5d5d;
    margin-top: 6px;
    font-weight: normal;
    font-size: 0.75em;
}

.singlespan a {
    color: #14426f;
    font-weight: 700;
    text-decoration: none;
}

/* Media Queries */
@media (max-width: 768px) {
    .bents-form-outter {
        padding: 20px; /* Reduce padding for smaller screens */
        box-shadow: 0px 0px 10px #ccc; /* Lighter shadow */
    }

    .bents-copy img {
        margin: 0 auto;
        display: block; /* Center image */
    }
}
