.careers-wrapper {
    background-color: #f8f8f8;
}

.careers-wrapper .title-inner-page {
    color: var(--main-color);
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 25px;
    margin-top: 0;
}
.input-box label {
    position: absolute;
    top: 1rem;
    z-index: 20;
    left: 20px;
    font-size: 13px
}

.input-box label::before {
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    background: transparent;
    position: absolute;
    z-index: -1
}
.input-box input:focus{
margin-bottom: 20px;
}

.input-box input[type="date"]:focus+label,
.input-box input[type="date"]:valid+label,
.input-box input[type="number"]:focus+label,
.input-box input:not(:placeholder-shown)+label,
.input-box input[type="email"]:focus+label,
.input-box input[type="text"]:focus+label,
.input-box input[type="text"]:not(:placeholder-shown)+label,
.input-box textarea:focus+label,
.input-box textarea:not(:placeholder-shown)+label {
    left: 15px;
    top: -1.5rem;
    font-size: 14px;
    color: var(--white-color);
    padding: 3px 5px;
    background-color: var(--main-color);
    border-radius: 2px;
}

.careers-page {
    background: var(--white-color);
}

.input-box .upload{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 20px;
}

.apply-team {
    padding: 70px 40px;
    background: var(--white-color);
    border: 1px solid #ddd;
    margin-bottom: 30px;
    border-radius: 20px;
    box-shadow: 0px 13px 48px 0px rgb(153 110 59 / 20%)
}

.apply-team .line-title {
    margin-bottom: 50px;
}

.apply-team form select {
    height: 50px !important;
    outline: 0;
    resize: none;
    font-weight: 400;
    display: block;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    border: 1px solid #f1f1f1;
    padding: 13px 20px;
    background: #f9f9f9;
    color: var(--second-color);
    border-radius: 2px;
    margin-bottom: 30px;
    box-shadow: none !important;
}

.apply-team form input[type="file"] {
    height: 50px !important;
    outline: 0;
    resize: none;
    font-weight: 400;
    display: block;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    border: 1px solid #eee;
    padding: 13px 20px;
    background: var(--white-color);
    color: var(--second-color);
    border-radius: 2px;
    margin-bottom: 30px;
    box-shadow: none !important;
}
