body {
    background-color: #D9DFCC !important;
}

/*css psy*/
#label-psy {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    letter-spacing: 0.6px;
    color: #1D1D1D;
    width: 300px;
    padding-left: 100px;
}

#label-password {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    letter-spacing: 0.6px;
    color: #1D1D1D;
    left: 0px;
    width: 300px;
}

#label-username {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    letter-spacing: 0.6px;
    color: #1D1D1D;
    left: 0px;
    right: 83.01%;
    width: 300px;
}

.dx-button.dx-button-normal-custom {
    border-radius: 6px;
    border: 1px solid #4A4A4A;
}

.dx-button.dx-button-dark-custom {
    border-radius: 6px;
    color: #FFFFFF;
    background-color: #212529;
    border-color: #212529;
}

/*remove later*/
#two-auth-checked {
    font-size: 12px !important;
    font-family: Mulish, sans-serif !important;
}

    #two-auth-checked > div > span.dx-checkbox-text {
        padding-top: 2px !important;
    }

    #two-auth-checked > div > span.dx-checkbox-icon {
        width: 17px !important;
        height: 17px !important;
    }

#saparator-auth {
    margin: 0 5px !important;
}
/*end css psy*/
