﻿@font-face {
    font-family: 'Fedra Sans Std LF';
    /*src: url('../fonts/FedraSansStd-Book LF.otf') format("opentype");*/
    src: url('../fonts/FedraSansStd-LightLF.otf') format("opentype");
    /*src: url('../fonts/FedraSansStd-MediumLF.otf') format("opentype");*/
}

body {
    font-family: 'Fedra Sans Std LF', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Fedra Sans Std LF', Arial, sans-serif;
}
.infoware-footer-text{
    color: black;
}
/*input{
    text-transform:uppercase;
}*/
.nav-tabs.newAccount .nav-link.active {
    background-color: white;
    color: black !important;
    border: 1px solid #dee2e6;
    border-bottom-color: transparent;
}