


/*Style For All Pages*/
/*.background_body{font-family: 'Poppins', sans-serif;
 background-image: url(../images/background.png);
 background-repeat: no-repeat;
background-size: cover;}*/
/********************/




/*Home Page Styles*/
.link_rale{color: #fff;}
.link_rale:hover{color: #fff;}


.link_boxes{color: #fff;font-size: 15px;}
.link_boxes:hover{color: #fff;font-size: 15px;}



.home_vendor{color: #000;font-size: 15px;}
.home_vendor:hover{color: #000;font-size: 15px;}

/*****************/




/*Vendor Page Styles*/

.form-control {
    display: block;
    width: 100%;
    padding: .100rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border:0px;
    border-radius: 0px;
    background-clip: padding-box;
    border-bottom: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 600;
    font-size: 20px;
    font-weight:800; font-family: 'Quicksand', sans-serif;color: #000;
}

/*****************/