body {
    font: normal 15px/22px "Open Sans";
    color: #666;
    margin: 15px 0;
}
label {
    font-weight: normal;
}
.required {
    font-size: 12px;
    vertical-align: top;
    color: #ff0000;
}
.form-control {
    background: none repeat scroll 0% 0% #A0D21E;
    border-radius: 0;
    box-shadow: none !important;
    border: 1px solid #A0D21E;
    color: #666;
}
.form-control:focus, .form-control input:focus {
    border-color: #00884C;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(160, 210, 30, .6);
    box-shadow: none;
    background: #E5E5E5;
}
.input-group-addon {
    border-radius: 0;
    color: #ff0000;
}
.tokenfield .token {
    background-color: #00884C;
    border-color: #00884C;
    color: #fff;
}
.tokenfield .token a {
    color: #A0D21E;
    opacity: 1;
    text-shadow: none;
}
.tokenfield .token a:hover {
    opacity: .6;
}
.tokenfield input.token-input {
    padding: 0 3px;
}
input::-webkit-input-placeholder { color: #666; }
input::-moz-placeholder { color: #666; }
input:-ms-input-placeholder { color: #666; }
input[type="submit"] {
    color: #fff;
    font-weight: 500;
    background: none repeat scroll 0% 0% #A0D21E;
    border: none;
    padding: 8px 10px 7px 10px;
}
.tooltip-inner,
input[type="submit"]:hover {
    background-color: #00884C;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #00884C;
}
