@font-face {
    font-family: "QuickSand";
    src: url("fonts/Quicksand-Medium.ttf");
}

*{
    font-family: QuickSand;
}

.loginImageBackground{
    background-image: url("images/allianceMachineImages.jpg");
    background-size: cover;
}

.havePendingJob{
    background-color: rgba(255, 138, 138, 0.289);
}

/* VoucherManagementSystem */

.textField-custom{
    background-color: transparent;
    border:none;
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    border-radius:0;
}


.voucher-login-imageDiv{
    background-image: url("images/voucher-management-login.jpg");
    height: 100vh;
    background-size: cover;
}