#recruit.app-form label{
    display:block;
}
#photoPreview {
    width:150px;
    height:150px;
    text-align:center;
    padding-top:60px;
    font-weight:bold;
    color:var(--gray);
    background-color: var(--shade);
    background-size: cover;
    background-position: center;
    border:1px solid var(--border-color);
}
#school, #career, #introduction {
    height:100px;
}
 #career, #introduction {
    height:200px;
}
.rc-agree {
    border : 1px solid var(--border-color);
    padding:10px;
    overflow-y : scroll;
    height:200px;
    color : var(--gray);
}
.rc-apply-view  th {
    background-color:var(--shade);
    width:200px;
}
.rc-apply-view  td {
    text-align:left;
}
/* #photoButton {
    position:absolute;
    bottom:0px;
    left:0px;
} */
@media (max-width:769px) {

}
