.input-group-prepend, .input-group-text {
    width: 95px;
}

.input-box {
    background-color: #97C932;
    color: black;
    width: 100%;
    border: 2px solid white;
    border-radius: 5px;
    padding: 10px;
    height: 150px;
    overflow: auto;
    margin-bottom: 15px;
    display: inline-block;
}