﻿/* New CSS Added */

html body {
    height: 100%;
    background-color: #f4f5fa;
    direction: ltr;
}

    html body.fixed-navbar {
        padding-top: 5rem;
    }

.box-shadow-2 {
    box-shadow: 0 10px 18px 0 rgba(62, 57, 107, 0.2);
}

.card {
    margin-bottom: 1.875rem;
    border: none;
    box-shadow: 0 2px 18px 1px rgba(49, 53, 72, 0.1);
    border-radius: 0.45rem;
}

.card-header:first-child {
    border-radius: 0.45rem 0.45rem 0 0;
}

.card-header .card-title {
    margin-bottom: 0;
}

.card .card-title {
    font-weight: 500;
    letter-spacing: 0.05rem;
    font-size: 1.12rem;
}

.line-on-side {
    border-bottom: 1px solid #dadada;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

    .line-on-side span {
        background: #fff;
        padding: 0 10px;
    }

.font-small-3 {
    font-size: 0.9rem !important;
}

p {
    letter-spacing: .5px;
}

/* New CSS Added */

/* Two Factor Authentication */

.mh-125px {
    max-height: 125px !important;
}
.mh-100px {
    max-height: 100px !important;
}

.bg-body {
    --bg-color: 255,255,255;
    background-color: #fff !important;
}

.fs-2qx {
    font-size: 1.7rem !important;
}

.h-60px {
    height: 60px !important;
}

.h-60px {
    height: 60px !important;
}

.w-50px {
    width: 50px !important;
}

.h-50px {
    height: 50px !important;
}

.fw-bold {
    font-weight: 500 !important;
}

.fs-5 {
    font-size: 1.15rem !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

/* Two Factor Authentication */