﻿/* Body background (moved from inline style) */
body.vertical-layout.vertical-menu.auth-page {   
    background-repeat: no-repeat;
}
/* Loading message hidden by default (moved from inline style) */
#dvTestLoadingmsg {
    display: none;
}

/* Captcha input background moved here (use Url.Content to resolve path) */
/*#IdimgCaptcha {
    background-image: url('../../../Images/Login/captcha.jpg');
    font-weight: bold;
    background-size: contain;
    background-repeat: no-repeat;
    font-family: Verdana, Tahoma, Arial, sans-serif;
}*/

.captcha-input {
    background-image: url('../../../Images/Login/captcha.jpg');
    font-weight: bold;
    font-family: Verdana, Tahoma, Arial, sans-serif;
}
    /* Optional: disable pointer events on selection */
    .captcha-input::selection {
        background: none;
    }

.btn-refresh {
    font-size: 20px;
    padding-left: 15px;
    margin-top:8px;
    cursor: pointer;
}

.chkrememberme {
    width: 200px !important;
    text-align: left;
}

/* Footer moved styles */
.login-footer {
    background-color: black;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 3;
    opacity: 0.8;
    text-align: center;
}

.footer-label {
    color: white;
}


.spinner-load {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid #1f90ff;
    border-right-color: transparent;
    border-radius: 50%;
}

/*onclick loader end*/
.error-message-css {
    font-size: 14px;
}

span.select2.select2-container {
    opacity: 0;
}

.btn-info {
    color: #fff;
    background-color: #2F8BE6;
    border-color: #2F8BE6;
}

.btn-custom {
    color: #1871ca !important;
    border-color: #2F8BE6;
}

.tab-content {
    padding: 0rem;
}

.sso-text {
    font-size: 13px;
}
select {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', 'sans-serif';
}
