.employer-login {
    display: flex;
    flex-direction: row;
    height: 100vh !important;
}
.employer-login .left {
    width: calc(100% - 660px);
    background-color: #dddcdc;
}
.employer-login .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.employer-login .right {
    width: 660px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ebebeb;
} 
.employer-login .right img {
    max-width: 100%;
}

/*  */
.text-1 {
    font-size: 20px;
}


.top-user {
    margin: 0 10px 0 10px !important;
}
.top-user .user {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #ddd;
    padding: 0 !important;
    border: 1px solid #a39c9c;
}
.top-user .user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.edit-form {
    height: 23px;
    padding: 0 5px;
    width: 100% !important;
}

ul.list-group.payment {
    font-size: 14px;
}
.payment li {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.payment li:last-child {
    background-color: #f3f3f3;
    margin-top: 10px;
    border-bottom: 0;
    padding-bottom: 0;
}
.payment li:last-child p {
    font-size: 13px;
    margin: 10px 0 0 0;
    background-color: #ededed;
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    padding: 10px 15px !important;
}

.settings-wrap .nav-link {
    color: #000;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #fd9600;
}

.main-login.employer-login .left {
    width: 100% !important;
    position: relative;
}
.main-login.employer-login .left::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.80);
    content: '';
}
.main-login.employer-login .right {
    position: absolute;
    width: 360px;
    background: none;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}




.employeespayroll {
    font-size: 14px;
}
.employeespayroll > li {
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.employeespayroll > li .form-control {
    width: 70px;
    padding: 7px 7px;
    text-align: center;
}
/* .employeespayroll > li:last-child {
    background-color: #f3f3f3;
    margin-top: 10px;
    border-bottom: 0;
    padding-bottom: 0;
} */
.employeespayroll > li:last-child p {
    font-size: 13px;
    margin: 10px 0 0 0;
    background-color: #ededed;
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    padding: 10px 15px !important;
}


/* .payment.paystyle1 :start */
.payment.paystyle1 li.psrow {
    display: flex;
    justify-content: space-between;
    gap: 6px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.payment.paystyle1 li.psrow > b {
    width: 190px;
}
.payment.paystyle1 li.psrow > span {
    /* width: 30px; */
    text-align: center;
}
.payment.paystyle1 li.psrow > a {
    width: 95px;
    text-align: right;
}
/* .payment.paystyle1 :end */
.employeespayroll .invalid-feedback {
    display: none;
}
.error-feedback{
    margin: 0;
    padding: 0 10px 10px;
    text-align: center;
    font-size: 14px;
    color: #dc3545;
}
.body-min-height{
    min-height: 800px !important;
}