.form-group {
    margin-bottom: 1rem;
}

.g-recaptcha {
    margin-bottom: 1rem;
}
.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.input-wrapper {
    position: relative;
}

.input-wrapper .icon {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #1b1b1b;
    padding: 0.5em; /* Add space around the icon */
    background-color: #ccccccde;
}
