﻿body {
}
.login-bg {
    background: url("../img/bg/1.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}
.txt-login {
    font-family: 'Philosopher', sans-serif;
    font-weight: 400;
    color: #ffffff;
}
.btn-round {
    border-radius: 30px !important;
}
.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: #1f6bff;
    border-bottom: 1px solid rgba(101,126,174,.25);
    color: white
}
.display-text {
    color:navy;
    font-weight: 700;
    font-family: Verdana;
    /* margin-left:15px;*/
}
/*.select2-container {
    z-index: 1060;
}*/

.form-check-input {
    width: 1.5em;
    height: 1.5em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #e6180d;
    appearance: none;
}
    .form-check-input:checked {
        background-color: #1f6bff;
        border-color: #1f6bff;
    }

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v114/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}