body {
	padding: 0;
}
.no-padding {
    padding: 0;
}
input.form-control {
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #468b35;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s,box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.form-control:focus {
    border-color: #468b35;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px #468b35;
    outline: 0 none;
}
.btn-default {
    text-shadow: 0 1px 0 #266c16;
    background: #468c36;
    color: #DAE8D7;
    text-transform: uppercase;
    font-size: 1.4em;
    box-shadow: none;
}
.btn-default:focus, .btn-default:hover {
    background-color: #a1be4d;
    background-position: 0 -15px;
    color: #fff;
    border: 1px solid #91ae3d;
}
.btn-default:focus, .btn-default:hover {
    background-color: #a1be4d;
    background-position: 0 -15px;
    color: #fff;
    border: 1px solid #91ae3d;
}