

form {
    display: inline-block;
    width: 95%;
    
}

.search-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    

    
}
#search-engine {
    
    background: white;
    border: 0;
    color: blue;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 4px;
    
    height: inherit;
    
}

#search-button {
    background: none;
    border: 0;
    color: blue;
    cursor: pointer;
    padding: 0px 12px;

    position: absolute;
    right: -10px;
    top: -1px;
    
    min-height: 25px;
        
    max-height: 45px;
}

.search-input {
    
    border: 1px solid rgb(27, 18, 156);
        
    border-radius: 30px;
        
    width: 100%;
        
    min-height: 25px;
        
    max-height: 45px;
    box-shadow: 10px 5px 5px rgba(27, 18, 156, 0.253)
}