nav{
    background: #000;
}
.banner-img{
    height: 100%;
    width: 100%;
    margin-top: 50px;
}
.form-title{
    color: var(--trigger-icon, #FFF);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 75.4px; /* 235.625% */
    letter-spacing: 0.7px;
    text-transform: uppercase;
    background: #FFB400;
}
.career-form{
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: -140px;
    border: 1px solid #FFB400;
    background: #F5F5F5;
}
.form-label{
    color: #0C0C0C;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.career-formbtn{
    width: 196.609px;
    height: 50.467px;
    background: #FFB400;
    border: none;
    color: white;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
}