
html,
body {
    height: 100%;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #636269;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #636269;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #636269;
    }

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: transparent;
    }

    ::-webkit-scrollbar-track:active {
        background: transparent;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}
.scroll-visible {
    overflow-y: auto;
    /*position: fixed;*/
}

/*------scroll bar---------------------*/

body {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-floating:focus-within {
        z-index: 2;
    }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.captcha_1 {
    float: left;
    padding: 6px 12px 0px 0px;
}

    .captcha_1 label, .captcha_4 label {
        font-weight: 500 !important;
        color: #b2b2b2;
    }

.captcha_2 {
   
}

    .captcha_2 label {
        color: #6b6b6b !important;
        font-weight: 600;
        
    }

.captcha_3 {
    color: #2fa4e7;
    font-size: 24px;
    cursor: pointer;
    top: 0px;
    position: relative;
}

.input_capone {
    width: 90px !important;
    text-align: center;
}

.input_capone2 {
    width: 90px !important;
    text-align: center;
}

@media screen and (max-width: 1023px) {
    .login_imglogo, #mainCaptcha, .input_capone2 {
        margin: 0 auto;
    }

    .input_capone2 {
        top: 10px;
        position: relative;
    }
}


.fluid-container.animation::before {
    z-index: -1;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 250vw;
    height: 250vh;
    background: linear-gradient(to right, tomato 0%, seagreen 100%);
    animation: rotate 60s ease-in-out infinite alternate-reverse;
}

.fluid-container.animation::after {
    z-index: -1;
    content: '';
    position: fixed;
    bottom: 0;
    right: 0;
    width: 250vw;
    height: 250vh;
    background: linear-gradient(to right, dodgerblue 0%, tomato 100%);
    animation: rotate 60s linear infinite alternate-reverse;
}

.rounded_cornerstop i {
    border-radius: 0px 0px 0px 150px;
    background: #5f9fff;
    position: fixed;
    right: -60px;
    top: -375px;
    width: 230px;
    height: 480px;
    font-size: 300px;
    z-index: 1;
}

.rounded_cornerstop2 i {
    border-radius: 0px 0px 150px 150px;
    background: #0d6efd;
    width: 230px;
    position: fixed;
    right: 40px;
    top: -365px;
    height: 450px;
    font-size: 230px;
    z-index: 1;
}

.rounded_cornersbottom i {
    border-radius: 150px 0px 0px 0px;
    background-color: #5f9fff;
    position: fixed;
    right: -60px;
    width: 230px;
    bottom: -375px;
    height: 480px;
    font-size: 300px;
    z-index: 1;
    color: #5f9fff;
}

.rounded_cornersbottom2 i {
    border-radius: 150px 150px 0px 0px;
    background-color: #0d6efd;
    position: fixed;
    right: 30px;
    width: 230px;
    bottom: -365px;
    height: 450px;
    font-size: 230px;
    z-index: 1;
    color: #0d6efd;
}



@keyframes rotate {
    from {
        opacity: 0;
        border-radius: 100%;
        transform: rotateZ(0deg)
    }

    to {
        opacity: 0.025;
        border-radius: 0%;
        transform: rotateZ(360deg)
    }
}