.clickable {
    cursor: pointer;
}

.vertical-center {
    min-height: 100%;
    min-height: 100vh;

    display: flex;
    align-items: center;
}

.employee .heading {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: larger;
    border-bottom: 1px solid black;
    max-width: 600px;
}

.employee .form-group label {
    margin-top: 3px;
}