﻿.joblabel {
    float: right;
    width: 150px;
    text-align: center;
    margin-left: 10px;
    display: flex;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    background: #fff;
}

    .joblabel label {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 15px 10px;
        color: #565656;
        cursor: pointer;
    }


form {
    min-height: 480px;
    margin-bottom: 50px;
}
.requestjob .label {
    width: 180px;
    display: inline-block;
}
.requestjob .fx {
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
}
.requestjob input, .requestjob textarea, .requestjob select {
    width: 25%;
    border: 1px solid #a6a6a6;
    height: 30px;
    border-radius: 5px;
    box-shadow: none;
}
.requestjob textarea {
    width: 80%;resize:none;
    min-height: 120px;
}
form button{
    width: 250px;
    height: 45px;
    border-radius: 6px;
    border: 1px solid purple;
    background: purple;
    color: #fff;
}
form .fx.resume input {
    border: none;
}
form .fx.resume .uploadfile{
    display: flex;
    flex-direction: column;
    width: 75%;
}
.uploadfile span {
    font-size: 14px;
    color: #9b0000;
}
input.sp {
    width: 18px;
    margin: 0;
}