.left.cortexfx {
    background: url(/login/css/assets/cortex.png) no-repeat 100%/cover;
    display: none;
    position: relative;
}

.cortexfx.left .cortex_awards{
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
}

/* change label order for the "how to receive otp" radio buttons */
#verify-otp-form .form-group {
    display: flex;
    flex-direction: column;
}

#verify-otp-form .form-group > label.form-check:nth-child(1) { order: 3; margin-bottom: 0; }
#verify-otp-form .form-group > label.form-check:nth-child(2) { order: 2; }
#verify-otp-form .form-group > label.form-check:nth-child(3) { order: 1; margin-bottom: 1.5rem; }

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .left.cortexfx {
        background-image: url(/login/css/assets/cortex.png)
    }
}

@media (min-width: 1200px) {
    .left.cortexfx {
        display: block;
        flex: 0 0 55%;
        max-width: 55%
    }
}
