.login-blade-php .overlay {
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1099;
}

.login-blade-php .loaderCustom {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-blade-php .loaderCustom {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    /* animation: spin 1s linear infinite; */
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.login-blade-php .ring:nth-child(1) {
    border-bottom-width: 10px;
    border-color: #ca2c92;
    animation: login-blade-php-rotate1 1.5s linear infinite;
}
.login-blade-php .ring:nth-child(2) {
    border-right-width: 10px;
    border-color: #00ffff;
    animation: login-blade-php-rotate2 1.5s linear infinite;
}

.login-blade-php .ring:nth-child(3) {
    border-top-width: 10px;
    border-color: #E0E722;
    animation: login-blade-php-rotate3 1.5s linear infinite;
}
.login-blade-php .ring {
    position: absolute;
    height: 200px;
    width: 200px;
    border: 0px solid #272727;
    border-radius: 50%;
}
@keyframes login-blade-php-rotate1 {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg)
    }

    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
    }
}

@keyframes login-blade-php-rotate2 {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg)
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
    }
}

@keyframes login-blade-php-rotate3 {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg)
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
    }
}

.register-blade-php .overlay {
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1099;
}

.register-blade-php .loaderCustom {
    display: flex;
    justify-content: center;
    align-items: center;
}

.register-blade-php .loaderCustom {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    /* animation: spin 1s linear infinite; */
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.register-blade-php .ring:nth-child(1) {
    border-bottom-width: 10px;
    border-color: #ca2c92;
    animation: register-blade-php-rotate1 1.5s linear infinite;
}
.register-blade-php .ring:nth-child(2) {
    border-right-width: 10px;
    border-color: #00ffff;
    animation: register-blade-php-rotate2 1.5s linear infinite;
}

.register-blade-php .ring:nth-child(3) {
    border-top-width: 10px;
    border-color: #E0E722;
    animation: register-blade-php-rotate3 1.5s linear infinite;
}
.register-blade-php .ring {
    position: absolute;
    height: 200px;
    width: 200px;
    border: 0px solid #272727;
    border-radius: 50%;
}
@keyframes register-blade-php-rotate1 {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg)
    }

    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
    }
}

@keyframes register-blade-php-rotate2 {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg)
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
    }
}

@keyframes register-blade-php-rotate3 {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg)
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
    }
}


.reset-password-blade-php .overlay {
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1099;
}

.reset-password-blade-php .loaderCustom {
    display: flex;
    justify-content: center;
    align-items: center;
}

.reset-password-blade-php .loaderCustom {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    /* animation: spin 1s linear infinite; */
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.reset-password-blade-php .ring:nth-child(1) {
    border-bottom-width: 10px;
    border-color: #ca2c92;
    animation: reset-password-blade-php-rotate1 1.5s linear infinite;
}
.reset-password-blade-php .ring:nth-child(2) {
    border-right-width: 10px;
    border-color: #00ffff;
    animation: reset-password-blade-php-rotate2 1.5s linear infinite;
}

.reset-password-blade-php .ring:nth-child(3) {
    border-top-width: 10px;
    border-color: #E0E722;
    animation: reset-password-blade-php-rotate3 1.5s linear infinite;
}
.reset-password-blade-php .ring {
    position: absolute;
    height: 200px;
    width: 200px;
    border: 0px solid #272727;
    border-radius: 50%;
}
@keyframes reset-password-blade-php-rotate1 {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg)
    }

    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
    }
}

@keyframes reset-password-blade-php-rotate2 {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg)
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
    }
}

@keyframes reset-password-blade-php-rotate3 {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg)
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
    }
}

.forget-password-blade-php .overlay {
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1099;
}

.forget-password-blade-php .loaderCustom {
    display: flex;
    justify-content: center;
    align-items: center;
}

.forget-password-blade-php .loaderCustom {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    /* animation: spin 1s linear infinite; */
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.forget-password-blade-php .ring:nth-child(1) {
    border-bottom-width: 10px;
    border-color: #ca2c92;
    animation: reset-password-blade-php-rotate1 1.5s linear infinite;
}

.forget-password-blade-php .ring:nth-child(2) {
    border-right-width: 10px;
    border-color: #00ffff;
    animation: reset-password-blade-php-rotate2 1.5s linear infinite;
}

.forget-password-blade-php .ring:nth-child(3) {
    border-top-width: 10px;
    border-color: #E0E722;
    animation: reset-password-blade-php-rotate3 1.5s linear infinite;
}

.forget-password-blade-php .ring {
    position: absolute;
    height: 200px;
    width: 200px;
    border: 0px solid #272727;
    border-radius: 50%;
}

@keyframes forget-password-blade-php-rotate1 {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg)
    }

    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
    }
}

@keyframes forget-password-blade-php-rotate2 {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg)
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
    }
}

@keyframes forget-password-blade-php-rotate3 {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg)
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
    }
}

.borderBottom {
    border-radius: 4px;
    border: 1px solid var(--light-grey, #DFE1E3);
    display: flex;
    height: 36px;
    padding: 6px 12px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.authLabel {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: var(--black, #000);
}

.welcomeText {
    color: var(--grey, #80868F);
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.Btndesign {
    background-color: #0080ff;
    border-color: #0080ff;
    color: #fff;
}

.Btndesign:hover {
    background-color: #0080ff;
    border-color: #0080ff;
    color: #fff;
}

/* .card {
    box-shadow: 0px 3px 16px -3px rgba(0, 128, 255, 1);
    border-radius: 8px;
} */

#loginBtn {
    background-color: #2977FF;
    border-color: #2977FF;
    color: #fff;
}

#loginBtn:hover {
    background-color: #1D5AC3;
    border-color: #1D5AC3;
    color: #fff;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #0080ff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* css by abhishek  start */

h2 {
    color: #000;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.2;
    -webkit-text-stroke: 1px black;
}

.page_tool_wrap {
    gap: 10px;
    margin: 20px 0;
}

.para {
    color: #000;
    font-size: 15px;
    text-align: left;
    margin-bottom: 30px;
    padding-left: 30px;
    line-height: 20px;

}

.welcome_back {
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    color: #000;
}

.greycard {
    padding: 4px;
    background: white;
}

.auth-box-right,
.greycard {
    width: 70%;
}

.card_parent {
    display: flex;
    align-items: center;
}

.rightcrad_parent {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.auth-box>.row {
    padding: 0;
}

.row {
    --bs-gutter-x: 0;

}

@media (max-width:991px) {

    .auth-box-right,
    .greycard {
        width: 80% !important;
    }
}


@media (max-width:768px) {
    .rightcrad_parent {

        display: none !important;
    }

    .auth-box-right {
        width: 60% !important;
    }
}

.rightCard {
    background-image: url("./admin_assets/images/dashboard/LoginImage.svg");
}

.btn:first-child:active {
    background-color: #0080ff;
    border-color: #0080ff;
    color: #fff;
}

.btn:focus-visible {
    background-color: #0080ff;
    border-color: #0080ff;
    color: #fff;
}

/* css by abhishek end */

.login-blade-php .login-box-main-div {
    background-color: #ffffff;
}

.login-blade-php .login-display-none {
    display: none;
}

.login-blade-php .pass-div-custom {
    position: relative;
}

.login-blade-php .pass-toggle-icon {
    position: absolute;
    top: 35px;
    right: 10px;
}

.forget-password-div {
    gap: 8px;
}

.register-blade-php #pass_valid_message {
    display: none;
    font-weight: 600;
    color: #80868F;
    font-size: 10px;
}

.register-blade-php .valid {
    color: #2977FF;
}

.register-blade-php .invalid {
    color: red;
}
.register-blade-php .register-display-none {
    display: none;
}
.register-blade-php .register-box-main-div {
    background-color: #ffffff;
}
.register-blade-php .pass-div-custom {
    position: relative;
}
.register-blade-php .pass-toggle-icon {
    position: absolute;
    top: 35px;
    right: 10px;
}