.inputs{

    
}

.input-name, .input-phone, .input-mail, .input-comment, .send-button, .clear-button,
.year-select, .make-select, .model-select{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
 
.input-name, .input-phone, .input-mail{
    background: #ebebeb;
    border: none;
    padding: 15px;
    height: 50px;
    width: 100%;
}

.input-comment{
    background: #ebebeb;
    border: none;
    padding: 15px;
    height: 230px;
    width: 100%;
    margin-top: 2px; 
	min-height: 190px!important;
}



.send-button {

    position: relative;
    background-clip: padding-box;
    color: #fff;
    font-size: 18px;
    line-height: 1.2em; 
    padding: 20px;
  /*  padding-left: 52px;
    padding-right: 52px; */
    max-width: 140px;
    width: 100%;
    cursor: pointer;
    font-weight: bold;
    border: none;
    margin-top: 18px;
    background: #5ba6ea;
}

.clear-button {
    left: 143px;
	top: -71px;
    position: relative;
    background-clip: padding-box;
    color: #fff;
    font-size: 18px;
    line-height: 1.2em; 
    padding: 20px;
   /* padding-left: 52px;
    padding-right: 52px;*/
    max-width: 140px;
    width: 100%;
    cursor: pointer;
    font-weight: bold;
    border: none;
    margin-top: 10px;
    background: #d35147;
}

/*
.clear-button {
    right: -100%;
    position: relative;
    background-clip: padding-box;
    color: #fff;
    font-size: 18px;
    line-height: 1.2em;
    padding: 20px;
    padding-left: 52px;
    padding-right: 52px;
    cursor: pointer;
    font-weight: bold;
    border: none;
    margin-top: -72%;
    margin-right: 10px;
    background: #d35147;
}*/

.from-inputs{
    /*right: 100px;
    position: relative;*/
}

.radio-button{
    padding: initial;
    background-color: initial;
    border: initial
}

.email-me{
    font-size: 12px;
    font-weight: bold;
    font-family: 'Helvetica';
    padding-left: 25px;
    padding-right: 105px;
}

.center-cont{
    margin-left: -15px;
}

.request{
    padding-top: 20px;
    left: 15px;
    font-size: 14px;
    font-family: 'Helvetica';
}

.year-select, .make-select, .model-select{
    background: #ebebeb;
    border: 1px solid #ebebeb;
    height: 30px;
    width: 280px!important;
    
}

.wheels-select, .wheelsinch-select{   
    width: 280px !important;
  /*  width: 100%; */
    height: 30px;
}

.information{
    left: 110px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
   
}
