.btn-outline-info{
    padding: 1px 8px;
}
.payment-online{
    position: absolute;
    /*left: 8px;*/
    margin-top: -2px;
    width: 32px;
    height: 32px;
}

.radio-payment{
    position: absolute;
    top: 10px;
    right: 115px;
}

.delivery{
    position: absolute;
    left: 8px;
    margin-top: -2px;
    width: 32px;
    height: 32px;
}

.wallet{
    position: absolute;
    left: 8px;
    width: 28px;
    height: 28px;
}

.cart-fix {
    float: left;
    width: 40%;
}
.red{
    color: red;
}
p.title-desc-register {
    background-color: silver;
    color: white;
    padding: 5px 19px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 14px;
    border-top-left-radius: 5px;
}
p.title-desc-register-seller {
    background-color: #a6926d;
    color: white;
    padding: 5px 19px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 14px;
    border-top-left-radius: 5px;
}


.description-register {

    background-color: #e6e6e6;
    padding: 0px 1px 29px 1px;
    border-top-right-radius: 25px;
    border-top-left-radius: 5px;
    box-shadow: 0px 0px 30px -1pc #a5a5a5;
}

.description-register > p {
    padding: 5px 20px !important;
    text-align: justify;
    font-weight: 100;
    font-size: 13px;
}

.description-register-seller {
    background-color:#f3f3f3;
    padding: 0px 1px 29px 1px;
    border-top-right-radius: 25px;
    border-top-left-radius: 5px;
}

.description-register-seller > p {
    padding: 5px 20px !important;
    text-align: justify;
    font-weight: 100;
    font-size: 13px;
}

.desc-register  {
    padding: 5px 20px !important;
    text-align: justify;
}

img.img-user-register {
    position: absolute;
    left: 21px;
}
.register-page-main{
    margin-left: 12%;
}

.users-desc {
    margin-top: 3%;
}

.seller-desc{
    margin-top: 3%;
}

.btn-user{
    background-color: silver;
    border: 1px solid #e6e6e6;
    color: white;
    margin-left: 2%;
}

.btn-seller{
    background-color: #a5916d;
    border: 1px solid #f3f3f3;
    color: white;
    margin-left: 2%;
}


