﻿/* Make sure all form controls expand fully */
.container .col-9 input.form-control {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    display: block !important;
}

/* Ensure the parent form group or div doesn't restrict width */
.container .col-9 .form-group,
.container .col-9 div {
    width: 100%;
}

/* Optional: improve spacing */
.myspan {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #333;
}

table, td input {
    width: 100% !important;
    max-width: 100% !important;
}

input {
    margin-bottom: 2%;
}

.title {
    color: #186FB2;
    font-size: 32px;
    font-weight: bold;
}

.myspan {
    font-weight: bold;
}

.btns {
    background-image: linear-gradient(-180deg, #37AEE2 0%, #186FB2 100%);
    border-radius: .5rem;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    font-size: 18px;
    justify-content: center;
    padding: 1rem 1.75rem;
    text-decoration: none;
    width: 20% !important;
    border: 0;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    float: right;
    margin-top:3%;
}

.frm {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom:2% !important;
}

    .btns:hover {
        background-image: linear-gradient(-180deg, #1D95C9 0%, #17759C 100%);
    }

@media (min-width: 768px) {
    .btns {
        padding: 1rem 2rem;
    }
}

.special {
    margin-bottom: 2%;
}
