body{
    overflow: hidden;
    height: 100vh;
}

    .auth .brand-logo {
        display: flex !important;
        align-content: stretch;
        justify-content: center;
        /* margin-top: 5px; */
        position: relative;
        top: 25px;
        left: -30px;
        /* flex-direction: column; */
    }

.auth .brand-logo img {
    width: 66px;
    height: 63px;
    margin-right: -7px; 
}


.brand-text {
    font-size: 23px; 
    font-weight: bold; 
    color: #333; 
    font-family: 'Arial', sans-serif; 
}

  .auth .auth-form-light {
    background: transparent;
    }
  #loginimage{
    max-width: 100%;
    height: 105%;
    margin-top: -39.5px;
    overflow: hidden;
    /* border-radius: 24px; */
    margin-left: 28px;
}  
/* 8D effect for input fields */
.form-control-lg {
    border: 2px solid #e0e0e0; 
    transition: all 0.4s ease; 
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1), 
        -4px -4px 8px rgba(255, 255, 255, 0.7), 
        -4px 4px 8px rgba(0, 0, 0, 0.05), 
        4px -4px 8px rgba(255, 255, 255, 0.5); 
    background: linear-gradient(145deg, #ffffff, #e6e6e6); 
}

/* Pop-out effect on focus */
.form-control-lg:focus {
    border-color: #4a90e2;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.2), 
        -8px -8px 16px rgba(255, 255, 255, 0.9), 
        -8px 8px 16px rgba(0, 0, 0, 0.1), 
        8px -8px 16px rgba(255, 255, 255, 0.7); 
    transform: scale(1); 
}

/* Button with 8D effect */
.auth-form-btn {
    background-color: #4a90e2;
    border-color: #4a90e2;
    border-radius: 8px;
    transition: all 0.4s ease;
    background: linear-gradient(145deg, #0806dd, #619fe5);
    box-shadow: 
    8px 8px 16px rgba(0, 0, 0, 0.2), 
    -8px -8px 16px rgba(255, 255, 255, 0.9), 
    -8px 8px 16px rgba(0, 0, 0, 0.1), 
    8px -8px 16px rgba(255, 255, 255, 0.7); 
    perspective: 500px;
    transform-style: preserve-3d;
}
.input-error {
    border: 2px solid transparent; 
}
.icon-error {
    display: none; 
}

/* .input-error.show {
    border: 1px solid #ef5252; 
}

.icon-error.show {
    display: inline; 
} */
.icon-error {
    display: none; 
    color: #ef5252; 
    position: absolute;
    right: 46px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}
.input-error {
    border: 1px solid #ef5252; 
}


.auth form .form-group .form-control{
    padding-left: 15px !important;
    padding-top: 18px;
}
.auth form .form-group label {
    font-size: .8125rem;
}


.auth-form-btn:hover {
    background: linear-gradient(145deg, #3279cc, #0806dd);
    transform: translateY(-4px);
}
.form-control-lg {
    perspective: 500px;
    transform-style: preserve-3d;
}
.form-control-lg:hover {
    transform: rotateX(3deg) rotateY(3deg) scale(1);
}
.auth-form-btn:hover {
    transform: rotateX(3deg) rotateY(3deg) translateY(-4px);
    border: none;
}
.auth form .form-group .form-control, .auth form .form-group .asColorPicker-input, .auth form .form-group .dataTables_wrapper select, .dataTables_wrapper .auth form .form-group select, .auth form .form-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row .auth form .form-group input[type=text], .auth form .form-group .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row .auth form .form-group select, .auth form .form-group .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row .auth form .form-group input[type=number], .auth form .form-group .select2-container--default .select2-selection--single, .select2-container--default .auth form .form-group .select2-selection--single, .auth form .form-group .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .auth form .form-group .select2-search__field, .auth form .form-group .typeahead, .auth form .form-group .tt-query, .auth form .form-group .tt-hint{
    border-radius: 15px;
}
.auth form .auth-form-btn{
    line-height: 1;
    border-radius: 32px;
}
.input-label {
    position: absolute;
    left: 15px;
    top: 14px; 
    font-size: 12px;
    color: #999;
    transition: all 0.3s ease;
    pointer-events: none; 
}

.form-group {
    margin-bottom: 1.5rem; 
    position: relative;
}
.icon-position {
    position: absolute;
    top: 50%; 
    right: 15px; 
    transform: translateY(-50%); 
    /* color: #4d4d87; */
    /* color: #4955be; */
    color: #007bff;
    font-size: 18px; 
    cursor: pointer; 
    transition: transform 0.3s ease, color 0.3s ease;
    /* text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.3);  */
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3); 

}


.toggle-password {
    right: 15px; 
}

.form-control-lg:focus {
border-color: #67a5eb; 
}

/* .font-weight-light {
    font-weight: 600 !important;
    color: #1515f3;
    font-size: 1.5rem;
    margin-left: 41px;
} */
.font-weight-light {
    font-weight: 600 !important;
    color: #403dbc;
    font-size:30px;
    margin-left: 2px;
}
.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(54, 52, 52, 0.8);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.spinner {
    width: 60px; 
    height: 60px; 
    border: 8px solid rgba(74, 144, 226, 0.3); 
    border-top: 8px solid #4a90e2; 
    border-radius: 50%; 
    animation: spin 1s linear infinite; 
    margin-bottom: 20px; 
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

