#joinEngineerAppForm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#joinEngineerAppForm input{
    max-width: 220px;
    color: #1d1d1f;
    border-radius: 0px;
    border: none;
    font-size: 14px;
    line-height: 36px;
    padding: 0px 16px;
    height: 45px;
    background: #F7F7F7;
}
#joinEngineerAppForm button{
    background: #1d1d1f;
    border-radius: 0;
    font-size: 16px;
    line-height: 45px;
    padding: 0 25px;
    font-weight: 500;
    margin-left: 5px;
}
#joinEngineerAppForm button:hover{
    opacity: .8;
}