nav {
    background: #000;
}

.banner-img {
    height: 100%;
    width: 100%;
    margin-top: 50px;
}

/* .contact-container{
    background-image: url('./img/Group 162881.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
} */
.form-title {
    /* text-transform: uppercase; */
    color: #292F36;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 57px */
    letter-spacing: 0.38px;
}

.career-form {
    border-radius: 24px;
    background: #FCFCFC;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

}

.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;
}
input.form-control {
    border-radius: 0px !important;
    border: none !important; /* Remove default border */
    border-bottom: 1px solid #c3c3c3 !important; /* Add bottom border */
}
.form-control{
    border-radius: 0px !important;
    border: none !important; /* Remove default border */
    border-bottom: 1px solid #c3c3c3 !important; /* Add bottom border */
    padding: 0px !important;
}
.form-control-lg {
    padding: 0px !important; /* Adjust the padding value as needed */
}
.google-link{
    align-items: center;
}
.career-from-btn{
    width: 166px;
    gap: 10px;
    border-radius: 3px;
    background: #FFB400;
    border: none;
    color: var(--trigger-icon, #FFF);
    text-align: center;
    height: 45px;
    font-size: 18px;
    font-weight: 600;
    line-height: 125%; /* 22.5px */
    letter-spacing: 0.36px;
    box-shadow: 0px 10px 20px 0px rgba(192, 192, 192, 0.35);
}