﻿:root {
    --PrimaryLoginColor: #03A9F4;
    --PrimaryColor: #064162;
    --SecondaryColor: #03a9f4;
}

html, body {
    padding: 0;
    margin: 0;
    height: 100vh;
    width: 100%;
    background-color: white;
}

#auth {
    height: 100vh;
    overflow-x: hidden;
    background-color: white !important;
    background: none !important;
}

.text-gray-600 {
    color: #6c757d !important;
}

.form-check.form-check-lg label {
    font-size: 1rem;
}

#auth #FeatureImageGeo {
    height: 100%;
    background: url(/assets/img/Login/bg.png),linear-gradient(90deg,#0b5376,#59aed3);
    background-size: contain;
}

    #auth #FeatureImageGeo.Transparent {
        background: url(/images/bg.png),#0000004a;
        z-index: 99999;
        position: absolute;
        height: 100%;
        width: 100%;
        float: right;
    }

#FeatureImage {
    position: absolute;
    opacity: 0.8;
}

#auth #auth-left {
    text-align: center;
    padding: 5rem 8rem;
    height: 100vh;
}

    #auth #auth-left .auth-title {
        font-size: 2.5rem;
        color: #015274;
        padding-bottom: 3.5rem;
    }

    #auth #auth-left .auth-subtitle {
        color: #a8aebb;
        line-height: 1.5rem;
        font-size: 1.5em;
    }

    #auth #auth-left .auth-logo {
        margin-bottom: 1rem;
        text-align: center;
    }

        #auth #auth-left .auth-logo img {
            height: 6rem
        }

@media screen and (max-width:767px) {
    #auth #auth-left {
        padding: 5rem
    }
}

@media screen and (max-width:576px) {
    #auth #auth-left {
        padding: 5rem 3rem
    }
}

body.theme-dark #FeatureImage {
    background: url(/images/login-background.jpg),linear-gradient(90deg,#2d499d,#3f5491);
    height: 100%;
    background-position: center;
    background-blend-mode: lighten;
    background-size: cover;
    background-repeat: no-repeat;
}

.h-100 {
    height: 100% !important;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)*-.5);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-top: calc(var(--bs-gutter-y)*-1);
}

@media (min-width: 992px) {
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.position-relative {
    position: relative !important;
}

.form-check {
    display: block;
    margin-bottom: 0.125rem;
    min-height: 1.5rem;
    padding-left: 1.7em;
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #dce7f1;
    border-radius: 0.25rem;
    color: #607080;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}

.form-group[class*=has-icon-] .form-control.form-control-xl {
    padding-left: 2.6rem;
}

.form-check.form-check-lg .form-check-input {
    height: 1.5rem;
    margin-top: 0.3em;
    width: 1.5rem;
}

.form-check-input[type=checkbox] {
    border-radius: 0.3em;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.7em;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.fs-5 {
    font-size: 1.10rem !important;
}

.form-group {
    margin-bottom: 1.25rem;
}

    .form-group[class*=has-icon-].has-icon-left .form-control-icon {
        padding: 5px;
        left: 0
    }

    .form-group[class*=has-icon-].has-icon-right .form-control-icon {
        right: 0
    }

    .form-group[class*=has-icon-] .form-control:focus ~ .form-control-icon i, .form-group[class*=has-icon-] .form-control:focus ~ .form-control-icon svg {
        color: #5a8dee
    }

    .form-group[class*=has-icon-] .form-control.form-control-xl ~ .form-control-icon i {
        font-size: 1.3rem
    }

        .form-group[class*=has-icon-] .form-control.form-control-xl ~ .form-control-icon i:before {
            color: #a6a8aa
        }

    .form-group[class*=has-icon-] .form-control-icon {
        padding: 0 .6rem;
        position: absolute
    }

        .form-group[class*=has-icon-] .form-control-icon i, .form-group[class*=has-icon-] .form-control-icon svg {
            color: #adb5bd;
            font-size: 1.2rem;
            width: 1.2rem
        }

            .form-group[class*=has-icon-] .form-control-icon i:before, .form-group[class*=has-icon-] .form-control-icon svg:before {
                vertical-align: sub
            }

.form-control ~ .form-control-icon {
    top: .28rem
}

.form-control.form-control-lg ~ .form-control-icon {
    top: .55rem
}

.form-control.form-control-xl ~ .form-control-icon {
    top: 0rem
}

.btn {
    width: 100%;
}

.content-divider > span {
    background-color:white;
}

.btn-light:hover {
    color: #000;
    background-color: #dcdee0;
    border-color: #dcdee0;
}

.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.form-control:focus {
    background: rgba(33, 150, 243, 0.1);
    box-shadow: none !important;
}

.form-check-input:focus {
    box-shadow: none !important;
}

.text-hr {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 15px auto;
    color: #444;
}

.text-hr--center::before {
    flex: 1;
    background: #c7c7c7;
    content: "";
    height: 1px;
}

.text-hr--center .text-hr__text {
    padding: 0 5px;
}

.text-hr::after {
    flex: 1;
    background: #c7c7c7;
    content: "";
    height: 1px;
}

a {
    color: var(--PrimaryLoginColor);
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: var(--PrimaryLoginColor);
    border-color: var(--PrimaryLoginColor);
}

.form-check-input:checked {
    background-color: var(--PrimaryLoginColor);
    border-color: var(--PrimaryLoginColor);
}

.hide {
    display: none !important;
}

.PoweredBySection{
    padding-top: 5rem;
}

.PoweredBySection span {
    color: #5e5e5e;
}

.account-logo img {
    width: 156px;
}

#loginError {
    margin-top: -0.5rem;
    margin-bottom: 1rem;
}

.ajs-error {
    color: white !important;
}