﻿
.import-employee-wizard-header {
    width: 100%;
    background-color: #0E2636;
}

.import-employee-wizard-home-logo {
    background-image: url("../images/logo/KydocLogoLight.svg");
    background-size: cover;
    height: 100px;
    width: 100px;
}


.import-employee-cell {
    padding-top: 45px !important;
}

.import-employee-wizard-back-button, .import-employee-wizard-cancel-button {
    background-color: #0E2636;
    border: 1px solid white;
    color: white;
    height: 78%;
    margin-top: 2px;
    padding-top: 3px;
}


.import-employee-wizard-next-button {
     background-color: #5CE1E1;
     border: 1px solid white;
     color: black;
     height: 78%;
     margin-top: 2.9px;
     padding-top: 3px;
    min-width: 110px;
}





@media screen and (width <= 576px) {
    .import-employee-cell {
        padding-top: 105px !important;
    }
}

@media screen and (width > 576px) {
    .import-employee-cell {
        padding-top: 45px !important;
    }
}
