
.w-md-75 {
    width: 100%;
}
.w-md-65 {
    width: 100%;
}
.w-md-25 {
    width: 100%;
}
.w-md-50 {
    width: 100%;
}
.w-md-100 {
    width: 100%;
}

.px-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}



@media (min-width: 768px) {
    .w-md-75 {
        width: 75% !important;
    }
    .pl-50 {
        padding-left: 50px;
    }
    .w-md-65 {
        width: 65% !important;
    }
    .w-md-25 {
        width: 25% !important;
    }
    .w-md-50 {
        width: 50% !important;
    }
    .w-md-100 {
        width: 100% !important;
    }
}

.br-yellow {
    background: #ffce00 !important;
}
.error {
    box-sizing: border-box;
    color: #ff0000;
    padding-left: 10px;
    padding-top: 5px;
    display: block;
    font-size: 13px;
}






