* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}
body {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
            font-family: Arial, sans-serif;
            background: url('./include/aside_bg.jpg') !important;
           background-size: cover !important;
           background-repeat: no-repeat !important;
           background-attachment: fixed !important;
        }
        input{
            color:#fff !important;
        }
        input:-internal-autofill-selected {
            /*background-image: none !important;*/
              background-color: rgba(255, 255, 255, 0.1) !important;
              color:#fff !important;
    /*background-color: light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;*/
    /*color: fieldtext !important;*/
}

/* Form Styles */
/*.field-section {*/
/*    background-color: #fff;*/
/*    padding: 20px;*/
/*    border: 1px solid #ddd;*/
/*    border-radius: 5px;*/
/*    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
/*}*/

/*.manage-form {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.form-group {*/
/*    margin-bottom: 15px;*/
/*}*/

/*.input-text {*/
/*    display: block;*/
/*    font-weight: bold;*/
/*    margin-bottom: 5px;*/
/*}*/

/*.from-control.custom-type {*/
/*    width: 100%;*/
/*    padding: 10px;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 4px;*/
/*    box-sizing: border-box;*/
/*}*/

/*.from-control.custom-type:disabled {*/
/*    background-color: #f1f1f1;*/
/*    cursor: not-allowed;*/
/*}*/

/* Select Dropdown */
/*.form-control {*/
/*    width: 100%;*/
/*    padding: 10px;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 4px;*/
/*    box-sizing: border-box;*/
/*    appearance: none;*/
/*    -webkit-appearance: none;*/
/*    -moz-appearance: none;*/
/*}*/

/* Button Styles */
/*.btn-submit {*/
/*    background-color: #007bff;*/
/*    color: #fff;*/
/*    padding: 10px 20px;*/
/*    border: none;*/
/*    border-radius: 4px;*/
/*    cursor: pointer;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.btn-submit i {*/
/*    margin-right: 5px;*/
/*}*/

/*.btn-submit:hover {*/
/*    background-color: #0056b3;*/
/*}*/

/* Responsive Styles */
/*@media (max-width: 768px) {*/
/*    .col-md-6 {*/
/*        flex: 0 0 100%;*/
/*        max-width: 100%;*/
/*    }*/
/*}*/


/* Main title styling */
.main-title h2 {
    font-size: 2rem;
    margin-top: 20px;
    color: #333;
    text-align: center;
}

/* Section styling */
.field-section {
    background-color: #fff;
    padding: 30px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    border-radius: 8px;
}

/* Sub-title styling */
.field-section .main-title h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #555;
}

.field-section .main-title h4 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #777;
}

/* Form styling */
.manage-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.gst-input {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.gst-input input[type="text"] {
    width: 40px;
    height: 40px;
    margin: 5px;
    text-align: center;
    font-size: 1.2rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.gst-input input[type="text"]:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    outline: none;
}

/* Button styling */
.btn-submit {
    background-color: #007bff;
    color: #fff;
    font-size: 1rem;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-submit i {
    margin-right: 5px;
}

.btn-submit:hover {
    background-color: #0056b3;
}

.login-box {
    width: 360px;
    margin: 7% auto;
}

.login-logo a {
    color: #333;
    font-size: 2rem;
    text-decoration: none;
}

.card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.login-card-body {
    padding: 20px;
    background-color: #fff;
    border-top: 0;
    color: #666;
    text-align: center;
}

.login-box-msg {
    margin: 0;
    padding: 0 20px 20px;
    color: #666;
    font-size: 1rem;
}

/* Form Styling */
.input-group {
    margin-bottom: 20px;
}

.form-control {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 10px;
    font-size: 1rem;
}

.input-group-text {
    border: 1px solid #ced4da;
    border-radius: 0 4px 4px 0;
    background-color: #e9ecef;
}

.input-group-text span {
    font-size: 1.2rem;
    color: #666;
}

.btn-primary {
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    padding: 10px;
    font-size: 1rem;
    width: 100%;
    color: #fff;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #0056b3;
}

/* Links Styling */
.mt-3 {
    margin-top: 1rem !important;
}

.mb-1, .mb-0 {
    margin-bottom: 0.5rem !important;
}

.text-center {
    text-align: center;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}






 