.hidden {
    display: none !important;
}

.main-content {
    min-height: 100vh;
}
.m-t-20 {
    margin-top: 20px;
}

/* General form group styling */
.form-group {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
}

/* Label styling */
.form-group label {
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #333;
}

/* Input field styling */
/*.form-group input,
.form-group textarea,
.form-group select {
    padding: 0.75rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
}*/

/* Focus state for inputs */
/*.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}*/

/* Error message styling */
.form-group .error-message {
    color: #d9534f;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}


.pull-right {
    float: right
}

.row.main-content {
    min-height: 80vh;
}

.form-group {
    margin: 10px 0;
}

.control-label {
    margin: 10px 0;
}