﻿.nd2-mini-logo-con {
    position: absolute;
    top: 4px;
    background-color: #ffff;
    border-radius: 100%;
    padding: 8px;
    filter: drop-shadow(#cdcdcd 2px 2px 2px);
    z-index: 1;
}

.login-header {
    font-size: x-large;
    font-weight: 600;
    color: var(--main-p-blue);
}

.login-container label {
    margin-top: 13px;
}

.login-login-button {
    display: flex;
    margin-top: 0;
    padding: 8px;
    width: 100%;
    border-radius: 10px;
    background-color: #edf2f9;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    color: #212529;
    align-items: center;
    justify-content: center;
}

.login-footer {
    display: block;
    width: 365px;
}

    .login-footer a {
        text-decoration: none;
    }

.login-container {
    display: block;
    background: #fff;
    height: 80vh;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
    border-radius: 15px;
    width: 80vw;
    background: no-repeat url(/Design/Nd2_2024/images/shutterstock_2504200807_20_tiny.png) 0 0;
    background-color: #fff;
    background-image: url(/Design/Nd2_2024/images/shutterstock_2504200807_20_tiny.png);
    background-position: 0 0;
    background-size: 75%;
    background-repeat: no-repeat;
    background-size: contain;
}
.login-wrapper {
    display: block;
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 61px;
}

.login-container input:not([type='radio'],[type='checkbox']) {
    min-width: 365px;
    display: block;
    border-radius: 10px;
    border: #ececec 2px solid;
    padding: 6px;
}

.nd2-login-screen.nd2-login-screen-2 img {
    max-width: 100%;
}

.nd2-login-screen {
    width: 100%;
}

.nd2-login-screen-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}

#divRecaptchaContainerParent {
    position: static !important;
}

.nd2-otp-row {
    margin-top: 13px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .nd2-otp-row input[type='radio'] {
        margin-left: 5px;
    }



/*login animation*/

.nd-css-loading {
    border: 2px solid rgba(0, 0, 0, 0);
    border-top: 2px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: block;
    animation: spin 0.2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.nd-css-login-loading {
    /* background-color: red; */
    width: 30px;
    height: 30px;
    top: 4px;
    display: none;
    left: Calc(50% - 15px);
    /* position: absolute; */
    border-top-width: 6px;
    animation-duration: 0.8s;
    animation-timing-function: ease;
    border-top-color: #edf2f9;
}

[data-disabled='true'] .nd-css-login-loading {
    display: block;
}

#nd-js-login-btn[data-disabled='true'] .login-login-button {
    color: rgba(0,0,0,0);
    background-color: var(--cyan);
}

#nd-js-login-btn[data-disabled='true'] .login-login-button {
    color: rgba(0, 0, 0, 0);
    background-color: #000;
}

#nd-js-login-btn[data-disabled='true'] #btn-login-text {
    display: none;
}

@media (max-width: 992px) {
    .nd2-login-screen.nd2-login-screen-2 {
        display: none
    }

    .login-container {
        background-image: none;
        width: 91vw;
        min-height:80vh;
        height:auto;
    }

    .nd2-mini-logo-con {
        top: 4px;
    }

    .nd2-login-screen {
        width: 100%;
        margin-top: 37px;
    }

    .login-footer {
        width: 100%;
        margin-top: 38px;
    }

    .nd2-inputs {
        width: 100%;
    }

    .login-container input:not([type='radio'],[type='checkbox']) {
        width: 100%;
        min-width: unset;
    }
}
