.meeek-bio-link-form-wrapper {
    width: 100%;
    padding: 12px 12px 12px 25px;
    background-color: #fff;
    border-radius: 50px;
}

.meeek-input-container {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.meeek-placeholder {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.meeek-placeholder i {
    margin-right: 5px;
}
.meeek-input {
    flex: 1;
    padding: 10px 0 !important;
    font-size: 16px;
    border: none !important;
}

.meeek-submit-button {
    background: #007BFF;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 15px 25px !important;
    background-color: #beff35;
    border-radius: 25px;
    position: absolute;
    top: -5px;
    right: 0;
    transition: all 350ms;
}
.meeek-submit-button:hover {
    color: #fff;
    background-color: #000;
}

.meeek-submit-button:focus {
    outline: none;
}

.meeek-input:focus {
    outline: none;
    border-color: #007BFF;
}