@font-face {
    font-family: TheSans;
    src: url(../fonts/TheSans_TT4_LP.eot);
    src: url(../fonts/TheSans_TT4_LP.eot?#iefix) format('embedded-opentype'), url(../fonts/TheSans_TT4_LP.woff) format('woff'), url(../fonts/TheSans-LP4SeLig.otf) format('opentype');
}

@font-face {
    font-family: TheSans;
    src: url(../fonts/TheSans_TT7_LP.eot);
    src: url(../fonts/TheSans_TT7_LP.eot?#iefix) format('embedded-opentype'), url(../fonts/TheSans_TT7_LP.woff) format('woff'), url(../fonts/TheSans-LP7Bld.otf) format('opentype');
    font-weight: bold;
}

html, body {
    font-family:  TheSans, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, sans-serif;
    font-weight: 300;
}

.form-control{
    border-radius: 0;
}

.form-control:focus {
    border-color: #63b32e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(99, 179, 46, 0.6);
}

input{
    margin-bottom: 20px;
}

input::-ms-clear {
    display: none;
}

button.btn, .btn{
    float: right;
    border-radius: 0;
    color:#fff;
    background:#63b32e;
    border:none;
    padding:3px 40px;
    margin-bottom:20px;
    font-size:15px;
    font-weight:bold;
}

button.btn:focus, .btn:focus{
    background:#63b32e;
    color:#fff;
}

a, a:visited, a:hover, a:focus{
    color: #63b32e;
    text-decoration: none;
}

a:hover, a:focus{
    color: #014d0c;
}