﻿.bglogin {
    background-image: url('/Assets/images/Login-BG.png');
    background-size: cover;
}

body {
    font-family: 'Sofia Sans', sans-serif;
    color: #000000;
    font-size:0.9rem;
}
input::placeholder {
    font-size: 0.9rem !important;
}
#spinner {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/Assets/images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
    background-color: rgba(255,255,255,0.7);
}

.modal-title {
    color: #ffffff !important;
}

.modal-header, .modal-footer {
    background: #a83d1a !important;
    color: #ffffff !important;
}

.modal-body {
    background: #ffffff !important;
    color: #000000 !important;
}


.btn-theme {
    background: #a83d1a !important;
    color: #ffffff !important;
    border: 2px solid #a83d1a;
}

.btn-theme1 {
    background: #ffffff;
    color: #a83d1a !important;
    border-radius: 0.8rem !important;
}

.bdr {
    border: 1px solid #a83d1a;
}

.form-control {
    border-radius: 0.5rem !important;
}
