﻿.login-container {
    display: flex;
    background-color: white;
    color: #F8F9F4
}

.loginimage {
    width: 70%;
    background: url('https://dupi.com/wp-content/uploads/2024/12/DUPI_SMA_2024_NL_RGB_1080x1920px.svg');
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: center;
}

.loginform {
    background-color: #1e3a6c;
    padding: 60px;
    width: 100%;
    max-width: 550px;
    position: relative;
    text-align: center;
    margin-left: auto;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.form-group {
    padding-bottom: 20px;
}


.k-button, .k-textbox {
    border-radius: 0 !important;
}

.btn-primary {
    background-color: #00833f;
    border-color: #00833f;
}

a {
    color: #00833f;
}


.form-control {
    border-radius: 0 !important;
}

.btn {
    border-radius: 0 !important;
}


.logopos {
    position: fixed;
    bottom: 50px;
    right: 175px;
    width: 200px; /* you can use % */
    height: auto;
    opacity: .8;
}







.otc {
    position: relative;
    width: 320px;
    margin: 0 auto;
}

    .otc fieldset {
        border: 0;
        padding: 10px;
        margin: 0;
    }

        .otc fieldset div {
            display: flex;
            align-items: center;
        }

    .otc legend {
        margin: 0 auto 1em;
        color: #5555FF;
    }

input[type="number"] {
    width: .82em;
    line-height: 1;
    margin: .1em;
    padding: 8px 0 4px;
    font-size: 2.65em;
    text-align: center;
    appearance: textfield;
    -webkit-appearance: textfield;
    border: 2px solid #BBBBFF;
    color: #1B2C3C;
    border-radius: 4px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 2 group of 3 items */
input[type="number"]:nth-child(n+4) {
    order: 2;
}

.otc div::before {
    content: '';
    height: 2px;
    width: 24px;
    margin: 0 .25em;
    order: 1;
    background: #BBBBFF;
}

/* From: https://gist.github.com/ffoodd/000b59f431e3e64e4ce1a24d5bb36034 */
.otc label {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
