﻿@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body {
    font-family: "Outfit", sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    background-image:url('../images/loginPage/holi/bg-holi.png')!important;
    background-repeat:no-repeat;
    background-size:cover;
    color: #31374A
}

.btn-primary {
    background-color: #0097EB !important;
    border: 1px solid #0097EB !important;
}

.btn-light {
    background-color: #C4DCFD !important;
    border: 1px solid #C4DCFD !important;
}

    .btn-light:hover {
        background-color: #0097EB !important;
        border: 1px solid #0097EB !important;
        color: #fff !important;
    }

    .btn-light:active {
        background-color: #0097EB !important;
        border: 1px solid #0097EB !important;
        color: #fff !important;
    }

.image-cont {
    height: 200px;
}

.h-100 {
    height: 100vh !important;
}

.heading-one {
    font-size: 20px;
    font-weight: bold;
}

.label-text {
    font-size: 14px;
    font-weight: bold;
}

.heading-two {
    font-size: 16px;
    font-weight: bold
}

.tab-pane {
   /**background: !important**/ 
}

#pills-tab li {
    margin: 0px 7px;
}

    #pills-tab li button {
        background-color: #E9EDF5;
        color: #31374A;
    }

    #pills-tab li > .active {
        background: #0d6efd !important;
        color: #fff !important;
        position: relative !important;
        transition: all 0.25s ease;
    }

        #pills-tab li > .active:after {
            content: "";
            background: #0d6efd;
            position: absolute;
            width: 12px;
            height: 12px;
            left: 50%;
            bottom: -6px;
            margin-left: -6px;
            transform: rotate(45deg);
        }

.logo-cont {
    position: absolute;
    z-index: 1024;
}

.footer {
    position: fixed;
    z-index: 1024;
    bottom: 0px;
}

#pills-tab2 li button {
    width: 100% !important;
    display: flex !important;
    background-color: #fff !important;
    color: #31374A;
    padding: 6px 12px;
    text-align: center;
    gap: 9px;
    align-items: center;
    justify-content: center;
}

#pills-tab2 li {
    border: 1px solid #dcdcdc;
    width: 50% !important;
    border-radius: 5px;
    display: flex;
    gap: 5px;
}

    #pills-tab2 li > .active {
        background: #C7E8FB !important;
        color: #fff !important;
        position: relative !important;
        color: #31374A !important;
        border-radius: 0px !important
    }

        #pills-tab2 li > .active:before {
            content: "";
            display: inline-block;
            transform: rotate(45deg);
            height: 15px;
            width: 8px;
            border-bottom: 3px solid #0097EB;
            border-right: 3px solid #0097EB;
        }

#pills-tab3 li button {
    width: 100% !important;
    display: block !important;
    background-color: #fff !important;
    color: #31374A;
    padding: 2px 10px 2px 10px;
    text-align: center;
}

#pills-tab3 li {
    border: 1px solid #dcdcdc;
    width: 50% !important;
}

    #pills-tab3 li > .active {
        background: #C7E8FB !important;
        color: #fff !important;
        position: relative !important;
        color: #31374A !important;
        border-radius: 0px !important
    }

        #pills-tab3 li > .active:before {
            content: "";
            display: inline-block;
            transform: rotate(45deg);
            height: 15px;
            width: 8px;
            border-bottom: 3px solid #0097EB;
            border-right: 3px solid #0097EB;
            top: 5px;
            left: 28px;
        }

.tab-container {
    height: 60vh !important;
}

.first-screen {
    /* padding: 0px 15px;*/
}

.second-screen {
    padding: 0px 15px;
}

.thrid-screen {
    padding: 0px 15px;
}

.four-screen {
    padding: 0px 15px;
}

.five-screen {
    padding: 0px 15px;
}

.six-screen {
    padding: 0px 15px;
}
/*mobile view first screen */
.new-form {
    max-width: 400px !important;
    margin: 0px auto !important;
}

.first-screen {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.header-mob {
}

.footer-mob {
}

.cover-image {
    max-width: 200px;
}

.back-btn-ab {
}

.btn-back {
    border: none !important;
    padding: 6px 15px !important;
    width: fit-content;
    border-radius: 5px;
}

.invalid-feedback {
    display: block;
}

.otp-box {
    height: 50px;
}

.screen-mobile {
    height: auto !important;
    display: block;
    flex-direction: column;
    justify-content: space-between;
}

.mobile-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
    gap: 50px;
}

@media (min-width:768px) {
    .tab-container {
        height: auto !important;
    }

    .screen-mobile {
        height: 100vh !important;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .p-4 {
        padding: 1.5rem !important
    }
}

@media (max-width:767px) {
    #pills-tab li button {
        font-size: 14px;
    }

    #pills-tab li {
        margin: 0px 6px;
    }

    .screen-mobile {
        height: 100vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .p-4 {
        padding: 1.5rem !important
    }
}

@media (max-width:640px) {
    .desktop-view {
        display: block;
    }

    .mobile-view {
        display: block;
    }

    .p-4 {
        padding: 0px !important
    }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .desktop-view {
        display: block;
    }

    .mobile-view {
        display: block;
    }

    .screen-mobile {
        height: 100vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .mobile-screen {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        flex-direction: column;
        gap: 17px !important;
    }

    .p-4 {
        padding: 0px !important
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
    .desktop-view {
        display: block;
    }

    .mobile-view {
        display: block;
        margin: 0px auto;
    }

    .screen-mobile {
        height: 100vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .p-4 {
        padding: 0px !important
    }
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
    .desktop-view {
        display: block;
    }

    .mobile-view {
        display: block;
    }

    .screen-mobile {
        height: 100vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .p-4 {
        padding: 0px !important
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .desktop-view {
        display: block;
    }

    .mobile-view {
        display: block;
    }

    .screen-mobile {
        height: 100vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .p-4 {
        padding: 1.5rem !important
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .desktop-view {
        display: block;
    }

    .mobile-view {
        display: block;
    }

    .screen-mobile {
        height: auto !important;
        display: block;
        flex-direction: column;
        justify-content: center;
    }

    .p-4 {
        padding: 1.5rem !important
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: none !important;
    }

    .screen-mobile {
        height: 100vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .p-4 {
        padding: 1.5rem !important
    }
}
/**********
iPad Air
**********/
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .desktop-view {
        display: block;
    }

    .mobile-view {
        display: block;
    }

    #pills-tab2 li > .active:before {
        content: "";
        position: absolute;
        display: inline-block;
        transform: rotate(45deg);
        height: 15px;
        width: 8px;
        border-bottom: 3px solid #0097EB;
        border-right: 3px solid #0097EB;
        top: 5px;
        left: 21px;
    }

    .screen-mobile {
        height: 100vh !important;
        display: block;
        flex-direction: column;
        justify-content: center;
        display: flex;
    }

    .p-4 {
        padding: 1.5rem !important
    }
}

@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .desktop-view {
        display: block;
    }

    .mobile-view {
        display: block;
    }

    .screen-mobile {
        height: 100vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .p-4 {
        padding: 1.5rem !important
    }
}
/**********
iPad 3
**********/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .desktop-view {
        display: block;
    }

    .mobile-view {
        display: block;
    }

    .screen-mobile {
        height: auto !important;
        display: block;
        flex-direction: column;
        justify-content: center;
    }

    .p-4 {
        padding: 1.5rem !important
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .desktop-view {
        display: block;
    }

    .mobile-view {
        display: block;
    }

    .screen-mobile {
        height: 100vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .p-4 {
        padding: 1.5rem !important
    }
}
/* Desktops and laptops ----------- */
/* Media query for smaller screens (like 150 DPI) */
@media (max-width:1200px) {
    body {
        font-size: 14px !important;
    }
}

@media (-webkit-device-pixel-ratio:1.5) {
    body {
        zoom: 0.8;
    }
}

@media only screen and (min-width: 1224px) {

    .desktop-view {
        display: block;
    }

    .mobile-view {
        display: none;
    }

    .screen-mobile {
        height: auto !important;
        display: block;
        flex-direction: column;
        justify-content: center;
    }

    .p-4 {
        padding: 1.5rem !important
    }
}

/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
    .desktop-view {
        display: block;
    }

    .mobile-view {
        display: none;
    }

    .screen-mobile {
        height: auto !important;
        display: block;
        flex-direction: column;
        justify-content: center;
    }

    .p-4 {
        padding: 1.5rem !important
    }
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .desktop-view {
        display: block;
    }

    .mobile-view {
        display: block;
    }

    .screen-mobile {
        height: 100vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .p-4 {
        padding: 0px !important
    }

    .border {
        border: none !important
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .desktop-view {
        display: block;
    }

    .mobile-view {
        display: block;
    }

    .screen-mobile {
        height: 100vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .p-4 {
        padding: 0px !important
    }

    .border {
        border: none !important
    }
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .desktop-view {
        display: block;
    }

    .mobile-view {
        display: block;
    }

    .screen-mobile {
        height: 100vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .p-4 {
        padding: 0px !important
    }

    .border {
        border: none !important
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .desktop-view {
        display: block;
    }

    .mobile-view {
        display: block;
    }

    .screen-mobile {
        height: 100vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .p-4 {
        padding: 0px !important
    }

    .border {
        border: none !important
    }
}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .desktop-view {
        display: block;
    }

    .mobile-view {
        display: block;
    }

    .screen-mobile {
        height: 100vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .p-4 {
        padding: 0px !important
    }

    .border {
        border: none !important
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .screen-mobile {
        height: 100vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .p-4 {
        padding: 0px !important
    }

    .border {
        border: none !important
    }
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .screen-mobile {
        height: 100vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .p-4 {
        padding: 0px !important
    }

    .border {
        border: none !important
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .screen-mobile {
        height: 100vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .p-4 {
        padding: 0px !important
    }

    .border {
        border: none !important
    }
}

/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .screen-mobile {
        height: 100vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .p-4 {
        padding: 1.5rem !important
    }

    .border {
        border: none !important
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .screen-mobile {
        height: 100vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .p-4 {
        padding: 0px !important
    }

    .border {
        border: none !important
    }
}

/* iPhone XS Max, XR ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .screen-mobile {
        height: 100vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .p-4 {
        padding: 1.5rem !important
    }

    .border {
        border: none !important
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    .desktop-view {
        display: none !important;
    }

    .mobile-view {
        display: block;
    }

    .screen-mobile {
        height: 100vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .p-4 {
        padding: 0px !important
    }

    .border {
        border: none !important
    }
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .screen-mobile {
        height: 100vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .mobile-screen {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        flex-direction: column;
        gap: 17px !important;
    }

    .p-4 {
        padding: 0px !important
    }

    .border {
        border: none !important
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .screen-mobile {
        height: 100vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .mobile-screen {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        flex-direction: column;
        gap: 17px !important;
    }

    .p-4 {
        padding: 0px !important
    }

    .border {
        border: none !important
    }
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .screen-mobile {
        height: 100vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .mobile-screen {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        flex-direction: column;
        gap: 17px !important;
    }

    .p-4 {
        padding: 0px !important
    }

    .border {
        border: none !important
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .mobile-screen {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        flex-direction: column;
        gap: 17px !important;
    }

    .screen-mobile {
        height: 100vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .p-4 {
        padding: 0px !important
    }

    .border {
        border: none !important
    }
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .screen-mobile {
        height: 100vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .mobile-screen {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        flex-direction: column;
        gap: 17px !important;
    }

    .p-4 {
        padding: 0px !important
    }

    .border {
        border: none !important
    }
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    .desktop-view {
        display: none;
    }

    .mobile-screen {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        flex-direction: column;
        gap: 17px !important;
    }

    .mobile-view {
        display: block;
    }

    .screen-mobile {
        height: 100vh !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .p-4 {
        padding: 0px !important
    }

    .border {
        border: none !important
    }
}

.edit-btn {
    border: none;
    background-color: #c1e0fb;
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 5px;
}

.logo-container {
    margin-top: 0px;
}

    .logo-container img {
        max-width: 150px;
        max-height: 150px;
    }

.form-control::placeholder {
    color: #dee2e6 !important;
}

.googleAndMicro_btn {
    width: 50%;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.link_web {
    color: #31374A;
    font-weight: 600
}

    .link_web:hover {
        color: #0d6efd !important;
    }

.top-img {
    position: absolute;
    top: 0px;
    left:0%;
    width:100%; 
}

.left-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 8%;
}
.right-bottom {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 8%;
}