/* Custom styles for forms */

.form-container {


    max-width: 400px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.form-container h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.form-group {
    margin-bottom: 15px;
    padding-right: 20px;
}

.form-group label {
    font-weight: bold;
}

.form-control {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.form-control:focus {
    outline: none;
    border-color: #66afe9;
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}

.btn-primary {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
}

.btn-primary:hover {
    background-color: #0056b3;
}


/* FOR FORM LOGIN BUTTONS  */
.link-spacing {
    margin-right: 1rem; /* Adjust the value as needed */
}


/* AG customer hompage messageing form css code */
/* AG customer hompage messageing form css code */
/* Container for the entire form section */
.agform-card-container {
    max-width: 400px; /* Adjusted width to make the form smaller */
    margin: auto;
    padding: 20px;
    /* background-color: #f8f9fa; */
    /* border: 1px solid #ffffff; */
    border-radius: 8px;
}

/* Message for success notifications */
.agform-success-message {
    background-color: #d4edda;
    color: #155724;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

/* Main form container styling */
.agform-cardform-container {
    text-align: center;
}

.agform-card-content {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #ffffff;
}

/* Form container styling */
.agform-form-container {
    margin-top: 20px;
}

/* Form group styling */
.agform-form-group {
    margin-bottom: 15px;
}

/* Form labels styling */
.agform-form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

/* Form input and textarea styling */
.agform-form-group input,
.agform-form-group textarea {
    width: 100%;
    max-width: 80%; /* Ensure inputs don't extend beyond container */
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box; /* Ensure padding is included in total width */
}

/* Submit button styling */
.agform-btn-submit {
    background-color: #007bff;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.agform-btn-submit:hover {
    background-color: #0056b3;
}

/* Show/Hide button styling */
.agform-btn-show {
    background-color: #007bff;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 20px;
    transition: background-color 0.3s;
}

.agform-btn-show:hover {
    background-color: #0056b3;
}

/* Form styling */
.agform-message-form {
    margin-top: 20px;
}

/* AG customer hompage messageing form css code */
/* AG customer hompage messageing form css code */
