﻿
.bglogin {
     background-image: url('/Assets/images/Login-BG.png');
    background-size:cover;
}
body {
    font-family: 'Poppins', sans-serif;
    color: #000000;
}

#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: #d74e08 !important;
    color: #ffffff !important;
}

.modal-body {
    background: #ffffff !important;
    color: #000000 !important;
}


.btn-theme {
    background: #d74e08;
    color: #ffffff !important;
    border-radius: 0.7rem !important;
}
.btn-theme1 {
    background: #ffffff;
    color: #d74e08 !important;
    border-radius: 0.8rem !important;
}

.bdr {
    border: 1px solid #d74e08;
}
.form-control{
    border-radius:0.5rem !important;
}