﻿:root {
    --primary: #008CE1;
    --primary-dark: #216390;
    --primary-darkest: #194d70;
    --primary-light: #2a80ba;
    --primary-lightest: #4d9fd6;
    --text: #212121;
    --label: #212121;
    --label-focus: #212121;
    --value: #212121;
    --welcome-jumbotron-bg: #F9F9FB;
    --welcome-area-background: none;
}

body.Welcome .jumbotron-fluid {
    background-image: url(~/TXFBAgent/StaticContent/billerlogo/TXFB_Banner.png);
    background-position: center;
    background-color: var(--welcome-jumbotron-bg);
    background-size: cover;
}

body.Welcome .welcome-area-container .welcome-text-container .welcome-text {
    color: #008CE1;
    font-size: 24px;
    font-family: BentonSans Book;
    /*white-space: pre;*/
}

.TCbox {
    font-size: 14px;
    height: 500px;
    line-height: 1.25;
}

#privacyPolicy {
    display: none
}

p.note.authorization-note {
    text-align: right;
    font-weight: bold;
}

.btn-flat-secondary.disabled, .btn-flat-secondary:disabled, .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    display: none;
}

@media screen and (max-width: 395px){
    .Welcome header .logo, .Timeout header .logo {
        max-width: 40%;
    }
    body.Welcome .welcome-area-container .welcome-text-container .welcome-text {
        font-size: 21px;
    }
}