/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16 Oct, 2024, 8:13:26 AM
    Author     : fipl
*/

/* Default font Color */

.form-control {
    resize: none; /* Disable resizing */
}

.clsCustomTitleColor {
    color: white; 
    font-weight: bold;
    text-align: center;
    margin: 10;
}

.clsCustomColor {
    color: peru; 
}

.clsmodaltitle {
    color: peru; 
}

.bg-custom{
    background-color: #134FA1; 
}

.btn-custom {
    background-color: #134FA1; /* Button background color */
    color: #fff; /* Button text color */
    border: none; /* Remove the border */
    border-radius: 10px; /* Rounded corners */
    padding: 15px; /* Padding for better button size */
    font-weight: bold;
}




.btn-custom:hover {
    background-color: green; /* Button background color */
    color: #fff; /* Button text color */
    border: none; /* Remove the border */
    border-radius: 10px; /* Rounded corners */
    padding: 15px; /* Padding for better button size */
}

.req{
    color:red;
}

.custom-modal {
    border-radius: 10px; 
    color: peru; /* Text color for better contrast */
}

.d-flex {
    display: flex;
    flex-wrap: nowrap; /* Prevent wrapping to the next line */
}

.logo-lg-custom {
    height: 200px;
    margin-top: 20px; /* Adds 20 pixels of space above the logo */
}


