@import url('https://fonts.googleapis.com/css2?family=Orbitron&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap');
input[type="text"],
input[type="password"],
input[type="email"] {
    font-family: 'Open Sans', sans-serif;
    border: 0;
    border-bottom: 1px solid black;
    outline: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.title {
    padding-top: 8px;
}

.title h3 {
    font-size: 1.5rem;
}

.center-h {
    margin-left: auto;
    margin-right: auto;
}

.m-l-auto {
    margin-left: auto;
}

.m-r-auto {
    margin-right: auto;
}

.icon {
    cursor: pointer;
}

.info-icon {
    font-size: 1em;
    cursor: pointer;
}

.brand-image {
    height: 50px;
}

.footer {
    position: fixed;
    background-color: #F0F0F0;
    left: 0;
    bottom: 0;
    height: 55px;
    width: 100%;
    text-align: center;
}

.footer-bottom {
    position: absolute;
    background-color: #F0F0F0;
    line-height: normal;
    width: 100%;
    bottom: 3px;
}

.popover {
    max-width: 500px;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
    color: #57b846;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Orbitron', sans-serif;
    margin: 0px;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

.color-ab-blue {
    background-color: #003263;
}

.color-white {
    color: white;
}

.size-font-small {
    font-size: 0.8rem;
}

.size-icon-large {
    font-size: 20pt;
}

.w-fit {
    width: 1px;
    white-space: nowrap;
}

.hidden {
    display: none;
}