﻿
.bglogin {
     background-image: url('/Assets/images/Login-BG.png');
    background-size:cover;
}
body {
    font-family: 'Inter', 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: #25467c !important;
    color: #ffffff !important;
}

.modal-body {
    background: #ffffff !important;
    color: #000000 !important;
}


.btn-theme {
    background: rgb(37,70,124);
    background: linear-gradient(90deg, rgba(37,70,124,1) 0%, rgba(9,9,121,1) 50%, rgba(44,111,163,1) 100%);
    color: #ffffff !important;
    border-radius:0.7rem !important;
}
.btn-theme1 {
    background: #ffffff;
    color: #25467c !important;
    border-radius: 0.8rem !important;
}

.bdr {
    border: 1px solid #25467c;
}
.form-control{
    border-radius:0.5rem !important;
}