.form-error {
    color: red;
}
.form-success{
    color: green;
}
.input-error {
    box-shadow: 0 0 5px  rgba(255, 0, 102, 1);
}
.work-tab {
    background: honeydew;
    
}
@media (min-width:768px) {
    .worktabs {
        display: flex;
        
        justify-content: center;
        flex-wrap: wrap;
    }
    .tab-handle {
        min-height: 300px;
    }
}

.worktabs .tab {
    flex: 1;
    text-align: center;
    vertical-align: middle;
    min-height: 100px;
    background: linear-gradient(to top right, rgba(255,255,255, 0.75), rgba(255,255,255,0.25));
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border: 1px solid rgba(127, 255, 0, 0.4);
}
.tab-head {
    margin: 5px;
    padding: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: linear-gradient(to top right, white, honeydew);
    border-bottom: 1px solid rgba(127, 255, 0, 0.4);
    color: purple;
}
.tab-handle {
    /* display: flex;
    align-items: center;
    align-content: center; */
    margin: 5px;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: honeydew;
}
@media (max-width:768px) {
    .tab-handle {
        min-width: 300px;
    }
}
.something {
    background-color: rgb(255, 255, 0);
}
/*end of button styles*/
.successful {
    box-shadow: 0 0 5px  chartreuse;
}
.theJobCentre form input {
    text-align: left;
}
.hide {
    display: none;
}

#otherJob {
    display: none;
}
.thebuttons {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.success {
    color:green;
}