.su-input {
    background: #d3d9ff;
    width: 300px;
    height: 30px;
    padding: 5px;
}

.su-button {
    box-shadow: 0px 0px 5px darkgrey;
    border-radius: 25px;
    height: 23px;
    width: 100px;
    margin-left: 10px;
    font-size: 14px;
    cursor: pointer;
}