.bg-container {
    background-image: url('../img/pic/career/9.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.form-container {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    /* border-radius: 10px; */
    max-width: 500px;
    width: 100%;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
}

.btn-primary {
    background-color: #007bb5;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

.btn-primary:hover {
    background-color: #005f8a;
}

@media (max-width: 768px) {
    .bg-container {
        padding: 10px;
    }

    .form-container {
        max-width: 100%;
    }
}


/* Form Styles */
.form-group {
    margin-bottom: 50px;
}

label {
    font-size: 16px;
    font-weight: bold;
    color: #444;
}

/* Input Fields with Only Bottom Border */
input.form-control,
textarea.form-control {
    width: 100%;
    padding: 2px;
    border: none;
    border-bottom: 2px solid #ddd;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

input.form-control:focus,
textarea.form-control:focus {
    border-bottom: 2px solid #007bb5;
    outline: none;
}

/* File Input */
input[type="file"] {
    font-size: 14px;
}

.login-sec {
    background: rgb(255 255 255 / 0%);
    width: 100%;
    max-width: 760px;
    margin-top: 14%;
    backdrop-filter: blur(2px);
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
}

.textC {
    font-size: 22px;
    color: #121313;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: left;
}