﻿html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.main-container {
    margin-top: 60px;
}

.border-box-div {
    border: 1px solid #33343A;
    border-radius: .5em;
    padding-top: 1em;
    padding-bottom: 1em;
    box-sizing: border-box;
    box-shadow: 0 0 8px 1px #B3B3B3 !important;
    background: #ffffff;
    max-width: 450px;
}

.hr {
    border: none;
    height: 1px;
    background-color: black;
}

.btn-primary {
    color: #33343A;
    background-color: #C9C8CA;
    /*padding: 1em 1em;*/
    text-align: center;
    border: 1px solid #33343A;
    /*font-size: 1.8em;*/
    font-weight: 700;
}

    .btn-primary:hover, .btn-primary:focus {
        color: #33343A;
        background-color: #FF8F00;
        border: 1px solid #33343A;
    }

.form-control {
    border: 1px solid #33343A !important;
}

    .form-control:focus {
        outline: 2px solid #33343A !important;
        -webkit-box-shadow: 0 0 8px rgba(51, 52, 58, 1) !important;
        box-shadow: 0 0 8px rgba(51, 52, 58, 1) !important;
        /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(51, 52, 58, 1) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(51, 52, 58, 1) !important;*/
    }

.powered-by-consio {
    width: 60%;
    height: auto;
    float: right;
}

.client-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    height: auto;
}



.loginTile {
    font-size: 1.5em; /* or */
    font-size: 24px;
    font-weight: bold;
}

label, a, .btn-link {
    font-weight: 700;
    color: #33343A !important;
}

.textLabel {
    letter-spacing: 0.1em;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #33343A !important;
    background-color: #C9C8CA;
    border: 1px solid #33343A;
}

.nav-pills .nav-link:hover, .nav-pills .nav-link:focus {
    border: 1px solid #33343A;
    color: #33343A !important;
    background-color: #FF8F00;
}

.nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus {
    color: #33343A !important;
    background-color: #FF8F00;
}

.nav-pills .nav-link {
    border: 1px solid #ffffff;
    margin: 1px;
}
/* General styling for the images */
.corner-img {
    position: absolute; /* Allows corner placement */
    width: 120px;
    height: auto;
    object-fit: contain; /* Ensures images fill the box nicely */
}

/* One image at bottom-left corner */
.bottom-left {
    bottom: 0;
    left: 1em;
}

/* Another image at top-right corner */
.top-right {
    top: 2em;
    right: 3em;
}

/* Hide images (or customize how they're displayed) on smaller screens */
@media (max-width: 768px) {
    .bottom-left {
        display: none !important;
    }

    .top-right {
        display: none !important;
    }
}
