main {
    flex: 1;
    background-color: #f1f1f1;
    padding: 40px 20px;
}

.body_content_middle {
    max-width: 450px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2.text-center {
    margin-bottom: 30px;
    color: #333;
}

.form-group label {
    text-align: left !important;
    font-weight: 500;
}

input.form-control {
    height: 40px;
}

button.btn-primary {
    padding: 8px 30px;
    font-size: 16px;
}

footer {
    background-color: #006699;
    color: #fff;
    padding: 15px 0;
}

.footer_txt {
    margin: 0;
    font-size: 14px;
}

@media (max-width: 767px) {
    .footer_txt {
        text-align: center;
    }

    .footer_big > div {
        text-align: center !important;
        margin-bottom: 10px;
    }
}

.form-wrapper {
    background-color: #f1f1f1;
    max-width: 500px;
    margin: 50px auto;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-wrapper h2 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.form-group input[type="text"] {
    width: 100%;
    padding: 14px;
    font-size: 18px;
    border: 1px solid #067b13;
    border-radius: 4px;
}

.captcha-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.btn-submit {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #007bff;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn-submit:hover {
    background-color: #0056b3;
}
.control-label{
    font-size: 18px;
}
.recaptcha-wrapper {
    display: inline-block;
}
#oooo{
    text-align: center;
}

.no-data {
    color: red;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}

.site_title {
    text-align: center;
    color: #016fa5;
    font-size: 3.5rem;
    margin-bottom: 0;
}

.col-md-8, .col-md-10 {
    padding-left: 0 !important;
}
/* For footer layout */
html, body {
    height: 100%;
    margin: 0;
}

.page-wrapper {
    min-height: 100vh; /* full viewport height */
    /*display: flex;  */
    flex-direction: column;
}

.content {
    flex: 1; /* fill space to push footer down */
}

footer {
    background-color: #006699;
    color: #fff;
    padding: 15px 0;
}