html {
    /* background: #f2f2f2 url('https://assets.siakadcloud.com/assets/v1/img/pattern/pat_04.png') repeat; */
    background-color: #DDE0E8 !important;
}

body {
    background-color: transparent !important;
}

.border-left-login {
    border-left: 4px solid #0e3394;
    border-radius: 9px;
}

.bg-btn-login {
    background-color: #0e3394 !important;
}

.formLogin {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.formGate {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.formRight {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#captcha_validate.just-validate-error-field {
    margin-bottom: 12px !important;
    border: 1px solid red !important;
}

.captcha_validatediv .just-validate-error-label {
    bottom: -10px !important;
}

#rightSide {
    display: block;
}

@media (min-width: 320px) and (max-width: 767px) {
    #rightSide {
        display: none;
    }
}

@media (min-width: 0px) and (max-width: 320px) {
    #rightSide {
        display: none;
    }
}

@media (max-width: 1048px) {
    #rightSide {
        display: none;
    }
}

.canvas-captcha {
    max-width: 100%;
}