﻿*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}


.hero-container {
    min-height: 100vh;
    font-family: "Baloo Tammudu 2", sans-serif;
    position: relative;
}

.logo-container {
    font-family: sans-serif;
    color: #000;
    width: 100%;
    font-weight: 200;
    padding: 1% 8%;
    margin-bottom: 2%;
 }

.logo-container h1{
    color: #242424;
    font-size: 2.4rem;
}

.logo-img {
    width: 18rem;
    cursor:pointer;
}

.left-section{
    padding: 5% 8%;
    min-height: 100vh;
    margin: auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.background-shadow-1 {
    box-shadow: 700px 140px 320px 78px #0094ff;
    width: 40%;
    position: absolute;
    top: -100px;
    left: -160px;
}




.right-section {
    min-height: 100vh;
    background-image: url('../images/logo/vishub-png-images/vishub pack.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}


.list-items {
    position: absolute;
    right: 3%;
    width: 60%;
}


.list-item{
    display: flex;
    flex-direction:row;
    gap: 0.9rem;
}

  .number {
        text-align: center;
        background-color: #fff;
        color: #007bff;
        font-size: 1.8rem;
        border-radius: 50%;
        margin: 6px 0;
        margin-top: 3%;
        height: 40px;
        width: 40px;
        margin-left: 0.9%;
        padding-top: 14px;
        box-shadow: 0px 0px 4px 2px #c1bfbf;
    }


.right-section-text {
    font-size: 2.4rem;
    color: #E6E6E6;
    font-weight: 200;
    letter-spacing: 1.2px;
    padding-top: 4%;
    margin-top: 1.2%;
    margin-left: 3%;
}

.vertical-line {
   height: 30px;
   border-left: 3px solid #fff;
   margin-left: 22px;
}

.footer {
    position: absolute;
    bottom: 8%;
    padding: 0 2%;
    font-size: 1rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.qr-img{
    width: 10%;
}

.validation-input {
    margin-right: 10px;
    margin-top: 0;
    width: 80%;
}

.e-input-group:not(.e-success):not(.e-warning):not(.e-error) {
    margin-right: 10px;
    margin-top: 0;
}

#txtValidationKey {
    height: 40px;
}

@media screen and (min-height: 740px) {
.footer{
    bottom: 5% !important;
 }
}

@media screen and (min-width: 768px) {
    .right-section {
        padding: 0;
    }

    .footer {
        padding: 0 10%;
        font-size: 1.6rem;
        display: flex;
        justify-content: space-between;
    }

    .error-msg {
        width: 80% !important;
        font-size: 0.8rem !important;
    }

    .qr-img {
        width: 15% !important;
    }

    .left-section {
        justify-content: center;
        align-items: center;
    }
}

@media screen and (min-width: 1000px){
    .right-section{
        padding: 0;
        display: flex;
    }
    .form {
        margin-top: 10%;
    }
    .footer {
        bottom: 4% !important;
        padding: 0 5%;
        font-size: 1.6rem;
        color: #fff;
        display: flex;
        justify-content: space-between;
    }

    .qr-img {
        width: 16% !important;
    }

    .validate-logo-img {
        width: 3.4rem;
        height: 100%;
    }
}


@media screen and (min-width: 1280px ) and (max-width: 1440px) {
  .footer{
      bottom: 4% !important;
      padding: 0 4%;
  }

}

@media screen and (min-width: 1000px ) and (max-width: 1280px) {
    .footer {
        bottom: 8% !important;
        padding: 0 2%;
    }
}


@media screen and (min-width: 1440px) {
    .e-btn {
        margin: 5% 0 !important;
        padding: 2% 0 !important;
    }

    .trial {
        font-size: 2rem !important;
    }

    .logo-container {
        margin-bottom: 5%;
    }

        .logo-container h1 {
            font-size: 3.5rem !important;
        }

    .logo-img {
        width: 22rem;
        margin-bottom: 1%;
    }

    .trial {
        padding: 16px 0;
    }

    .footer {
        bottom: 8% !important;
        padding: 0 6%;
        font-size: 1.6rem;
        color: #fff;
        display: flex;
        justify-content: space-between;
    }

    .background-shadow-2 {
        left: 400px;
        bottom: 200px;
        box-shadow: 100px 300px 600px 800px #0094ff;
    }

    .qr-img {
        width: 25% !important;
    }

    .logo-container {
        margin-left: 2%;
    }
}


/*media queries for macbook*/

@media only screen and (min-width: 2304px) {
    .validate-input{
       padding-top: 0;
       margin-top: 3px;
       }
}


