﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.vabgcolor {
    background:linear-gradient(180deg,#ffe7c6,rgba(255,231,198,0));
}
.submitbtn {
    background-color: #ff6914;
    border-color: #ff6914;
    border-radius: 40px;
    border-width: 1px;
    color: #fff;
    display: inline-block;
    font-family: arboria;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 16px;
    padding: 19px 50px 20px 26px;
    position: relative;
    text-align: center;
    transition: all .3s ease-in;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
