﻿@font-face {
    font-family: "Colfax Medium";
    src: url("/fonts/Colfax-Medium.eot");
    src: url("/fonts/Colfax-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Colfax-Medium.woff2") format("woff2"), url("/fonts/Colfax-Medium.woff") format("woff"), url("/fonts/Colfax-Medium.ttf") format("truetype"), url("/fonts/Colfax-Medium.svg#Colfax-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Colfax Regular";
    src: url("/fonts/Colfax-Regular.eot");
    src: url("/fonts/Colfax-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Colfax-Regular.woff2") format("woff2"), url("/fonts/Colfax-Regular.woff") format("woff"), url("/fonts/Colfax-Regular.ttf") format("truetype"), url("/fonts/Colfax-Regular.svg#Colfax-Regular") format("svg");
    font-weight: 500;
    font-style: normal;
}

html, body {
    height: 100%;
    margin: 0;
    overflow: hidden; /* Prevent scrolling */

    background-image: url('/img/loginbkg.jpg'); /* Replace with your image URL */
    background-size: 100% auto; /* Fit the image to the width, auto adjusts height */
    background-position: center; /* Center the image horizontally */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    height: auto; /* Height will adjust based on image aspect ratio */
    width: 102%; /* Full width of the container */
    min-height: 100vh; /* Ensures the container takes up at least full viewport height */
}

div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    margin: 0 0 10px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    /*212,214,255 - 79,57,119 */
    /*background: rgba(128,128,128);
    background: -o-linear-gradient(180deg, rgb(245,245,245) rgb(172,172,172));
    background: linear-gradient(180deg, rgba(245,245,245), rgb(172,172,172));
        */
    margin: 0;
    padding: 0px;
    font-family: Helvetica, sans-serif, Arial;
    background-color: #000000 !important;
}

.btn {
    border-radius: 0 !important;
}

.page-layout__content {
    /*width: 100%;*/
    /*background-color: #fff;*/
    /*padding: 40px 15px;*/
    border-radius: 0px !important;
    padding: 30px 25px;
    text-align: center;
}

@media (min-width: 576px) {
    .page-layout__content {
        /*width: 400px;*/
        /*padding: 40px;*/
        border-radius: 0px !important;
        padding: 30px 25px;
        text-align: center;
    }
}

.page-layout__logo-wrapper {
    /*margin: 0 auto 30px;*/
    text-align: center;
}

    .page-layout__logo-wrapper img {
        width: 100%;
    }

    .page-layout__logo-wrapper p {
        color: #aaaaaa;
        font-size: 0.85em;
        font-weight: bold;
        margin-bottom: 1.2em;
    }

.intro {
    display: none;
}

.flash {
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: red;
    color: white;
    font-size: 1.1em;
    padding: 0.3em;
}

.tooltip.show {
    opacity: 1;
}

.tooltip-inner {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}