button{
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.375rem;
    transition: all 0.2s ease-in-out;
}

.text_edit, .search_input{
    display: block;
    width: 80%;
    margin-left: 2.5%;
    padding: 0.375rem 0.75rem;
    margin-top: 2%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.text_edit:focus, .search_input:focus{
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.number_carousel{
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.number_carousel:focus{
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

button:hover{
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.make_order_button{
    margin-left: 45%;
    margin-top: 15px;
    margin-right: 30px;
    height: 40px;
    width: 320px;
}

.clear_basket_button{
    height: 40px;
    margin-top: 15px;
    width: 200px;
    background-color: #cf5242;
    border-color: #803329;
    border-top: none;
    border-left: none;
}

.clear_basket_button:hover{
    background-color: #ad544e;
    border-bottom-color: #783a36;
    border-right-color: #783a36;
    transition: all 0.2s ease-in-out;
}

.register_button{
    background-color: #ffc720;
    border: none;
    color: black;
}

.register_button:hover{
    background-color: #efbf75;
}

.login_button{
    margin-left: 3%;
}

.verify_button{
    background-color: #e85a41;
    border: none;
    width: 22.5%;
    height: 100%;
    font-size: 12px;
}

.verify_button:hover{
    background-color: #e3715d;
    transition: all 0.2s ease-in-out;
}

.password_recovery_button{
    background-color: #db9730;
    border-color: #a16e25;
    border-left-color: #db9730;
    border-top-color: #db9730;
    margin-top: 1%;
    width: 7.5%;
    margin-left: 50%;
}

.password_recovery_button:hover{
    background-color: #bd8737;
    border-left-color: #bd8737;
    border-top-color: #bd8737;
    border-right-color: #8f6425;
    border-bottom-color: #8f6425;
    transition: all 0.2s ease-in-out;
}

.dropdown{
    display: block;
    border: 1px solid #ced4da;
    background-color: #fff;
    background-clip: padding-box;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem;
    margin-left: 5%;
    margin-top: 2%;
}

.dropdown:focus{
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    transition: all 0.15s ease-in-out;
}
