html, body{
    font-size: 15px;
}
.input-group-text {
    background-color: #f8f9fa;
    border-right: none;
}
.form-control {
    border-left: none;
}
.form-control:focus {
    border-left: none;
    box-shadow: none;
}
.form-label {    
    margin: 1em 0 0.1em 0;    
    color: #999;
    font-size: 0.8em;
    font-weight: 600;
}
.form-description {
    font-size: 0.7rem;
    font-style: italic;
    color: steelblue;
}


a {
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
}

.banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    
    padding: 0.3em 0.3em 0 0.3em;
    background: white;
}
.logo-icon {    
    height: 1.5em;
}

/*  bootstrap overrides */

.text-info {
    color: steelblue !important;
}
[v-cloak] {
    display: none;
}
#app {
    x-font-family: Arial, sans-serif;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
}