.come{
    margin-left: 10%;
}
   form {
     border: 2px solid rgb(247, 121, 36);
    margin-top: 3%;
    width: 100%;


}

    label {
    display: inline-grid;
    margin-bottom: 20px;
    margin-left: 10%;
    font-size: 17px;

}
select, input[type="file"] {
    height: 41px;
    line-height: 0;
    margin-top: -3%;
    margin-right: -10%;
    margin-bottom: -56%;
}   
.form-group{
	    margin-left: 25%;
    margin-top: -6%;
}
 label .radio-inline {
  
    margin-left: 100%;

}

input, textarea {
    width: 58%;
    margin-right:  15%;
    float: right;
}

.btn:first-child {
    margin-left: 17%;
    margin-bottom: 6%;
    margin-top: 5%;
    background: #f77924;
    font-size: 25px;
}

.btn:first-child:hover {
    margin-left: 17%;
    margin-bottom: 6%;
    margin-top: 5%;
    background: #03a9f4;
    font-size: 25px;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
    font-size: 31px;
    line-height: 40px;
    color: #03a9f4;
    border: 0;
    border-bottom: 3px solid #f77924;
}
@media (min-width: 1200px)
{
.span8 {
    width: 704px;
}
}


@media (min-width: 420px)
{
    .about-wel {
    margin-left: -13%;
    text-align: left;
}
form {
    border: 2px solid rgb(247, 121, 36);
    margin-top: 3%;
    width: 100%;
 
    overflow: hidden;
}


select, input[type="file"] {
    height: 41px;
    line-height: 0;
    margin-top: -3%;
    margin-left: 18%;
    float: left;
    margin-bottom: -56%;
}   
}