@media (max-width: 767px) {
    .form-group {
        margin-left: 10px;
        margin-right: 10px;
    }
    .input-group-text {
        width: 150px;
    }
    #pe {
        width: 150px;
    }
    .input-boxs {
        width: 200px;
    }
    .form {
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .form-group {
        margin-left: 20px;
        margin-right: 20px;
    }
    .input-group-text {
        width: 270px;
    }
    #pe {
        width: 270px;
    }
    .input-boxs {
        width: 330px;
    }
    .form {
        flex-direction: row;
    }
}

.form-group {
    border: 3px solid #6090f7;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.input-group-text {
    background-color: rgb(216, 239, 250);
    border-left: none;
    border-radius: 0px;
    text-align: center;
}

#search {
    background-color: rgb(150, 167, 189);
    color: aliceblue;
    margin: 5px;
    width: auto;
    height: 30px;
}

.input-boxs {
    margin: 5px;
}

.form {
    display: flex;
    width: auto;
}

.input-group.mb-3 {
    border: 1px solid #bdbdbe;
    border-top: none;
    border-right: none;
    border-left: none;
}

.title {
    font-size: 20px;
    font-weight: bold;
    margin-left: 20px;
}

.input-group mb-3 {
    text-align: center;
}
