﻿/* login page internal css start here */

.login-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    background: #ffffff;
    height: 100vh;
}

    .login-page > .inx-login-bg {
        width: calc(100% - 560px);
        background-image: url(../img/loginimage/default_bg.jpg);
        z-index: 620;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        transition: opacity 0.5s ease-in-out;
    }

    .login-page > .inx-login-form-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        grid-gap: 20px;
        align-items: stretch;
        position: relative;
        width: 560px;
        height: 100vh;
        background: #ffffff;
        padding: 5rem;
        overflow: hidden;
        overflow-y: auto;
        color: #4e4e4e;
    }

        .login-page > .inx-login-form-wrapper > .inx-login-form {
            display: grid;
            grid-template-columns: 1fr;
            grid-auto-flow: row;
            grid-gap: 20px;
            place-content: baseline;
            position: relative;
        }

            .login-page > .inx-login-form-wrapper > .inx-login-form > .inx-wrap-inp {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                align-items: flex-end;
                width: 100%;
                height: 80px;
                position: relative;
                border: 1px solid #dddddd;
                border-radius: 10px;
                margin-bottom: 10px;
                /* When input is not focused and is empty */
                /* When input has a value (even if not focused) */
            }

                .login-page > .inx-login-form-wrapper > .inx-login-form > .inx-wrap-inp > .inx-lbl-inp {
                    display: block;
                    position: absolute;
                    pointer-events: none;
                    width: 100%;
                    padding-left: 24px;
                    left: 0;
                    top: 10px;
                    transition: all 0.4s;
                }

                .login-page > .inx-login-form-wrapper > .inx-login-form > .inx-wrap-inp .input100 {
                    display: block;
                    width: 100%;
                    background: transparent;
                    padding: 10px 26px;
                    border: none;
                    transition: all 0.4s;
                }

                .login-page > .inx-login-form-wrapper > .inx-login-form > .inx-wrap-inp .focus-input100 {
                    position: absolute;
                    display: block;
                    width: calc(100% + 2px);
                    height: calc(100% + 2px);
                    top: -1px;
                    left: -1px;
                    pointer-events: none;
                    border: 1px solid #009df8;
                    border-radius: 10px;
                    visibility: hidden;
                    opacity: 0;
                    transition: all 0.4s;
                    transform: scaleX(1.1) scaleY(1.3);
                }

                .login-page > .inx-login-form-wrapper > .inx-login-form > .inx-wrap-inp .input100:focus,
                .login-page > .inx-login-form-wrapper > .inx-login-form > .inx-wrap-inp .input100:focus-visible {
                    outline: none;
                    height: 77px;
                }

                    .login-page > .inx-login-form-wrapper > .inx-login-form > .inx-wrap-inp .input100:focus + .focus-input100,
                    .login-page > .inx-login-form-wrapper > .inx-login-form > .inx-wrap-inp .input100:focus-visible + .focus-input100 {
                        visibility: visible;
                        opacity: 1;
                        transform: scale(1);
                    }

                        .login-page > .inx-login-form-wrapper > .inx-login-form > .inx-wrap-inp .input100:focus + .focus-input100 + .inx-lbl-inp,
                        .login-page > .inx-login-form-wrapper > .inx-login-form > .inx-wrap-inp .input100:focus-visible + .focus-input100 + .inx-lbl-inp {
                            top: 14px;
                            font-size: 13px;
                        }

                .login-page > .inx-login-form-wrapper > .inx-login-form > .inx-wrap-inp .input100:not(:focus):-moz-placeholder + .inx-lbl-inp {
                    top: 10px;
                    /* Reset label position */
                }

                .login-page > .inx-login-form-wrapper > .inx-login-form > .inx-wrap-inp .input100:not(:focus):placeholder-shown + .inx-lbl-inp {
                    top: 10px;
                    /* Reset label position */
                }

                .login-page > .inx-login-form-wrapper > .inx-login-form > .inx-wrap-inp .input100:not(:-moz-placeholder) + .inx-lbl-inp {
                    top: 14px;
                    font-size: 13px;
                }

                .login-page > .inx-login-form-wrapper > .inx-login-form > .inx-wrap-inp .input100:not(:placeholder-shown) + .inx-lbl-inp {
                    top: 14px;
                    font-size: 13px;
                }

                .login-page > .inx-login-form-wrapper > .inx-login-form > .inx-wrap-inp .has-val {
                    height: 77px !important;
                }

                    .login-page > .inx-login-form-wrapper > .inx-login-form > .inx-wrap-inp .has-val + .focus-input100 + .inx-lbl-inp {
                        top: 14px;
                        font-size: 13px;
                    }

            .login-page > .inx-login-form-wrapper > .inx-login-form > .contact100-form-checkbox {
                display: flex;
            }

            .login-page > .inx-login-form-wrapper > .inx-login-form .download_link {
                cursor: pointer;
            }

        .login-page > .inx-login-form-wrapper > .login-footer {
            padding-top: 5rem;
            background-color: #ffffff;
            display: grid;
            grid-template-columns: 1fr auto;
            grid-auto-flow: row;
            grid-gap: 10px;
            place-content: end;
            color: #4e4e4e;
        }

            .login-page > .inx-login-form-wrapper > .login-footer p {
                font-size: 1rem;
                color: #4e4e4e;
            }

            .login-page > .inx-login-form-wrapper > .login-footer > .f_width {
                grid-column: 1/-1;
                border-top: 1px solid #dddddd;
                padding-top: 1rem;
            }

[type=checkbox].fancy-check {
    position: absolute;
    left: -9999px;
}

    [type=checkbox].fancy-check + label {
        cursor: pointer;
        display: table;
    }

        [type=checkbox].fancy-check + label:before {
            font-family: "FontAwesome";
            display: inline-block;
            box-sizing: border-box;
            border: 1px solid transparent;
            font-size: 22px;
            min-width: 28px;
            padding: 2px 0 0 3px;
        }

    [type=checkbox].fancy-check:checked + label:before {
        content: "\f046";
    }

    [type=checkbox].fancy-check:not(:checked) + label:before {
        content: "\f096";
    }

    [type=checkbox].fancy-check:focus + label:before {
        border: 1px dashed #dddddd;
    }

    [type=checkbox].fancy-check:hover + label:before {
        color: #3792cb;
    }

/* Modal and accordian Login page start here */
.ui-draggable {
    z-index: 9999;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /*background-color: rgb(0, 0, 0);*/
    background-color: rgb(0, 0, 0);
    background-color: rgba(169, 169, 169, 0.4);
    /* background-color: rgb(169 169 169 / 40%);*/
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
}

.modal-content {
    background-color: #ffffff;
    width: 90vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 10%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    border-radius: 10px;
}

.close {
    color: #3792cb;
    font-weight: bold;
    position: absolute;
    right: 10px;
    transition: transform 0.2s;
}

    .close:hover,
    .close:focus {
        transform: scale(1.5);
        cursor: pointer;
    }

.inx-modal-header {
    background-color: #3792cb;
    color: #ffffff;
    border-radius: 0.5rem 0.5rem 0 0;
    padding: 0.5rem 1rem;
    position: relative;
}

.modal-body {
    padding: 1rem;
}

#check1,
#check2,
#check3 {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.accordion-wrapper {
    border-radius: 0.5rem;
    overflow: hidden;
    width: 100%;
}

.accordion {
    width: 100%;
    color: #ffffff;
    overflow: hidden;
    margin-bottom: 1rem;
}

    .accordion:last-child {
        margin-bottom: 0;
    }

.accordion-label {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    background: rgba(55, 146, 203, 0.8);
    font-weight: bold;
    cursor: pointer;
}

    .accordion-label:hover {
        background: #3792cb;
        color: #ffffff;
    }

    .accordion-label::after {
        content: "❯";
        width: 16px;
        height: 16px;
        text-align: center;
        transition: all 0.3s;
    }

.accordion-content {
    max-height: 0;
    padding: 0 1rem;
    color: #3792cb;
    background: #ffffff;
    transition: all 0.3s;
}

    .accordion-content p {
        margin: 0;
        color: #4e4e4e;
        font-size: 1.5rem;
        padding: 1rem;
    }

input:checked + .accordion-label {
    background: #3792cb;
    color: #ffffff;
}

    input:checked + .accordion-label::after {
        transform: rotate(90deg);
    }

input:checked ~ .accordion-content {
    max-height: 60vh;
    padding: 1rem;
    overflow-y: scroll;
}

.offline-ui {
    z-index: 999 !important;
}

.login_btn {
    border: 1px solid #3792cb;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    padding: 0.8rem 1.6rem;
    border-radius: 0.5rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    outline: none;
    background-color: #3792cb;
}

    .login_btn:hover {
        background-color: #009df8;
        color: #ffffff;
        border-color: #009df8;
    }

/* login page internal css end here */
