﻿body {
}
.card-registration .select-input.form-control[readonly]:not([disabled]) {
    font-size: 1rem;
    line-height: 2.15;
    padding-left: .75em;
    padding-right: .75em;
}
.img-fluid {
    max-width: auto;
    height: auto;
}

.card-registration .select-arrow {
    top: 13px;
}

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.style1 {
    color: #FF3300;
}

.form-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px; /* Space between rows */
}

    .form-group label {
        width: 150px; /* Fixed width for labels */
        margin-right: 10px; /* Space between label and input */
    }

    .form-group input,
    .form-group textarea {
        flex: 1; /* Allow inputs to take the remaining space */
    }

.alert {
    margin-bottom: 15px; /* Space below alerts */
}