@font-face {
    font-family: 'HelveticaNeue-Thin';
    src: url('../fonts/HelveticaNeue-Thin.eot');
    src: url('../fonts/HelveticaNeue-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeue-Thin.ttf') format('truetype'),
    url('../fonts/HelveticaNeue-Thin.svg#svgHelveticaNeue-Thin') format('svg');
}
body {
    font-family: "HelveticaNeue-Thin" !important;
    font-weight: 300;
    font-size: 1.7rem;
    color: #888;
    letter-spacing: 1px;
}
h1,h2,h3,h4,h5 {
    font-family: "HelveticaNeue-Thin" !important;
    color: rgb(31,78,121) !important;
    line-height: 1.4;
    font-weight: 600;
}
span {
    font-size: 16px;
    color: #777 !important;
    font-weight: 500 !important;
}
label {
    font-size: 16px;
    color: #777 !important;
}
.form-control {
    color: #000 !important;
    font-size: 1.6rem !important;
}
g,
path {
    visibility: hidden;
}
.footer-txt {
    color: #000;
    text-decoration: none;
}
.footer-txt:hover {
    font-size:1.9rem;
    text-decoration: none;
}
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}
.text-muted {
    float:right !important;
}