﻿.gds-banners {
    width: 100%;
    position: relative;
    background-image: url("../Images/Career/BGN.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
}

    .gds-banners h1 {
        width: 100%;
        height: 100%;
        font-size: 40px;
        font-weight: 700;
        text-align: center;
        color: #fff;
        display: grid;
        align-items: center;
        font-family: 'Poppins', sans-serif;
        font: bold;
    }

.container {
    display: flex;
    justify-content: center; /* horizontal center */
}

.career-heading {
    text-align: center;
}

.form-control {
    /* display: block; */
    width: 98%;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    opacity: 1.0;
}

.form-. {
    /* display: block; */
    width: 98%;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    opacity: 1.0;
}

{
    /* display: block; */
    width: 98%;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    opacity: 1.0;
}

form input, form select {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 6px;
    /* border: 10px; */
    font-size: 16px;
}

.form-select {
    display: block;
    width: 98%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.career-form-section {
    display: flex;
    justify-content: center; /* horizontally center */
}

.p-5.bg-white {
    margin: 30px; /* space all sides */
    padding: 40px; /* inside box spacing */
    border-radius: 10px;
}

@media (max-width: 768px) {
    .p-5.bg-white {
        margin: 6px;
        padding: 1rem !important;
    }

        .p-5.bg-white input,
        .p-5.bg-white select,
        .p-5.bg-white textarea {
            margin-bottom: -6px !important;
            padding: 8px 10px !important;
        }
}

btnSubmit {
    padding: 10px 0px;
}

.btnSubmit button {
    background-color: #dd1717;
}

@media (max-width: 576px) {
    .form-control {
        width: 100%;
        padding: 10px 8px;
    }
}

@media (max-width: 576px) {
    .text-muted {
        font-size: 16px;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .form-control {
        width: 95%;
        padding: 12px 6px;
        margin-left: 15px;
    }

    .form-select {
        width: 95%;
        padding: 12px 6px;
        margin-left: 15px;
    }
}


@media (min-width: 320px) and (max-width: 768px) {
    .inputWrappers .forms-control {
        width: 90%;
        padding: 12px 6px;
        margin-left: 15px;
    }

    .inputWrappers .forms-select {
        width: 95%;
        padding: 12px 6px;
        margin-left: 15px;
    }
}










/*form {
    border: 2px solid red;
    padding: 30px;
    border-radius: 10px;*/
/*background-color: darkblue;*/
/*}*/
