/* 
LDP Form Styles 
Created by Dan Baker 6/10/16 
*/



.form-wrapper {
    padding: 0px 3px;
    margin-bottom: 40px;
    font-size: 1.28em;
	font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
}
.form-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 7px;
    margin-top: 7px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
}
.form-control, .form-select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    border: 1px solid #6e6e6e;
    border-radius: 9px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control{
    background-image: none;
}
.btn-primary {
    transition: all 0.4s ease;
    background-image: none;
    border: none;
    padding: 8px 22px;
    background-color: #00703c;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif !important;
    color: #fff;
    margin: 1em 0em;
    text-shadow: none;
    border-radius: 37px !important;
    font-size: 1em !important;
    font-weight: initial !important;
}
.btn-primary:hover {
    background-color: #008949;
    color: #fff;
}