﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Regular.ttf');
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #fff;
}

    a:hover {
        color: rgb(252, 237, 33) !important;
    }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.calculated {
    min-height: calc(100vh - 286px) !important;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*    margin-bottom: 60px;*/
    /*    background-image: url('../images/biztckr-landing-bg.png');
    background-repeat: no-repeat;
    background-size: 100%;*/
    background: url('../images/biztckr-landing-bg.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.footer {
    background-color: rgb(46, 48, 145) !important;
    /*  bottom: 0;*/
    width: 100%;
    white-space: nowrap;
    padding: 35px 0px;
    /*    position: fixed;
    line-height: 100px;*/ /* Vertically center the text there */
}

.yellowLink {
    color: rgb(252, 237, 33) !important;
}

.bord-div {
    margin-top: 7rem;
    border: solid;
    border-radius: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

.trans-input {
    background-color: transparent;
    color: white;
}

.bord-rad-item {
    border-radius: 20px;
}

.w-300 {
    width: 300px !important;
}

::-webkit-input-placeholder {
    text-align: center;
}

.main-img {
    width: 300px;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    top: 7rem;
}

.yellowTitle {
    font-family: 'Roboto Condensed' !important;
    font-style: italic;
    color: rgb(252, 237, 33) !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: transparent;
    color: #fff;
    opacity: 1;
}

.labelFor {
    color: lightgray;
}