.career-bg{
    width: 100%;
    height: 100vh;
    background: url("../pic/career/career-bg.webp") 100%/cover no-repeat;
    filter: grayscale(25%);
    background-attachment: fixed;
    position: relative;
}

.career-bg::before{
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    content: '';
}

.career h1{
    text-align: center;
    color: white;
    text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.25);
    transform: scale(175%) translateY(-30vh);
}

.career-intro{
    height: max-content;
}

.career-desc{
    width: 70%;
    margin: 10vh auto 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5%;
}


.career-content{
    color: #29A87A;
    width: 70%;
    font-size: 1.25vw;
}

.career-form{
    margin:0;
    padding: 5% 15% 0 15%;
    height: max-content;
    display: flex;
    flex-direction: column;
    gap: 5%;
    background-color: rgba(255, 255, 255, 0.20);
    box-shadow: 0px 4px 100px 0px #DFDFDF;
}

.career-form h3{
    text-align: center;
    color: #29A87A;
    margin-bottom: 2%;
}

.file{
    display: flex;
    flex-direction: column;
}


.career-form input:not(#careerFile), .form-control{
    border-radius: 15px !important;
    border:none !important;
    height: 60px ;
    margin-bottom: 2%;
    background: white;
    box-shadow: 0px 4px 100px rgba(153, 153, 153, 0.30);
}

.career-form input:not(#careerFile):hover, .form-control:hover,
.career-form input:not(#careerFile):focus, .form-control:focus{
    box-shadow: none !important;
    border: 2px solid #29a87a !important;
}

#careerFile{
    height: 200px;
    padding: 7% 40%;
    background: rgba(255,255,255,0.8);
    border-radius: 10px;
    border: 3px dashed #868686;
}

.career-form button{
    background-color: #29A87A;
    color: white;
    width: 20%;
    height: 5vh;
    margin: 5% auto 2% auto;
}

.g-recaptcha{
    padding-top: 3%;
}