/* common css start */
:root {
    /* --vl-primary-color: #217BFF; */
    --vl-text-color: #6C6C6C;
    --vl-white-color: #ffffff;
    --vl-title-color: #222222;
    --vl-inputbg-color: #FBFCFF;
    --vl-placeholder-color: #A4A4BB;
    --vl-success: #36B133;
    --vl-error: #FF4057;
    --transition: all 0.3s;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Plus Jakarta Sans", serif;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    font-family: "Plus Jakarta Sans", serif;
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: var(--vl-text-color);
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0px;
    font-family: "Plus Jakarta Sans", serif;
    transition: all .5s ease-in-out;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    word-break: break-word;
}
a,
a:hover,
a:focus,
button,
button:hover {
    color: var(--pxg-primary-color);
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    outline: none;
}

svg,
svg path {
    -webkit-transition: var(--pxg-primary-color);
    -moz-transition: var(--pxg-primary-color);
    -ms-transition: var(--pxg-primary-color);
    -o-transition: var(--pxg-primary-color);
    transition: var(--pxg-primary-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Plus Jakarta Sans", serif;
    word-break: break-word;
    transition: all 0.3s;
}

img {
    max-width: 100%;
}

.d-none {
    display: none !important;
}

ul,
p {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-family: "Plus Jakarta Sans", serif;
    word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    line-height: 1.4;
}

iframe {
    width: 100%;
    border: none;
}

input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 30px #f5f7ff  inset !important;
}
input:-webkit-autofill:focus{
    -webkit-box-shadow: 0 0 0 30px #fff  inset !important;
}
/* common css end */
/* Scrollbar css start */
*::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

*::-webkit-scrollbar-track {
    background-color: #f5f7f9;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--vl-primary-color);
    border-radius: 10px;
}

/* Scrollbar css End */
/* login-page style css start */
.vl-login-wrapper{
    background-color: var(--vl-white-color);
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}
.vl-auth-main-wrapper{
    display: flex;
    align-items: center;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    background-image: url('../images/login-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.vl-auth-main-wrapper::before {
    position: absolute;
    content: '';
    z-index: 0;
    top: 29%;
    left: 43.4%;
    margin: auto;
    height: 241px;
    width: 241px;
    background-color: #FF4040;
    backdrop-filter: blur(339.20001220703125px);
    filter: blur(110px);
    border-radius: 50%;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-name: gradientss;
    background-size: 700%;
    background-position: 0 0;
}
.vl-auth-video-section::after {
    position: absolute;
    content: '';
    z-index: 0;
    bottom: 25px;
    right: -20%;
    margin: auto;
    height: 241px;
    width: 241px;
    background-color: #FF6C6C;
    backdrop-filter: blur(255.39999389648438px);
    filter: blur(100px);
    border-radius: 50%;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-name: gradientss;
    background-size: 600%;
    background-position: 0 0;
}
@keyframes gradientss {
    0%   {background-position: 0 0;}
    25% {background-position: 50% 0;}
    50% {background-position: 90% 0;}
    60% {background-position: 60%;}
    75% {background-position: 40%;}
    100%  {background-position: 0 0;}
}
.vl-auth-left {
    height: 100%;
    z-index: 1;
    display: grid;
    grid-template-columns: 37% 63%;
    height: 100vh;
}

.vl-auth-left-content {
    padding: 60px 52px 0;
    position: relative;
    z-index: 1;
    transition: all .5s ease-in-out;
}

.vl-auth-left-content p{
    font-size: 20px;
    font-weight: 500;
    color: var(--vl-white-color);
    padding: 16px 0 0;
}
.vl-auth-videopara {
    max-width: 743px;
}
.vl-auth-video-section p {
    font-size: 20px;
    font-weight: 600;
    color: var(--vl-title-color);
    max-width: 500px;
    text-align: center;
    padding: 130px 0 0;
    margin: 0 auto;
}
.vl-auth-video{
    position: relative;
    z-index: 1;
}

.vl-auth-video::before {
    position: absolute;
    content: '';
    z-index: -1;
    top: 21px;
    left: 103px;
    margin: auto;
    height: 232px;
    width: 232px;
    border-radius: 50%;
    background-color: #FFA740;
}

.vl-auth-video::after {
    position: absolute;
    content: '';
    height: 187px;
    width: 187px;
    border-radius: 100%;
    background: #FFA740;
    opacity: 30%;
    right: 50px;
    bottom: -46px;
    z-index: -1;
    animation: floating 10s infinite alternate;
}
@keyframes floating {
    from {
      transform: rotate(0deg) translate(-12px) rotate(0deg);
    }
    to {
      transform: rotate(360deg) translate(-12px) rotate(-360deg);
    }
}
.vl-auth-video img {
    max-height: 100%;
    height: auto;
}
.vl-auth-left-shape img{
    position: absolute;
}
.vl-auth-left-shape img:nth-child(1) {
    top: 0;
    left: 31%;
}
.vl-auth-left-shape img:nth-child(2) {
    top: 7.8%;
    right: 45.3%;
    animation: floating 10s infinite alternate;
}
.vl-auth-left-shape img:nth-child(3) {
    right: 29.7%;
    top: 8.7%;
    animation: b_img 3s infinite;
}
.vl-auth-left-shape img:nth-child(4) {
    left: 30.6%;
    /* bottom: 20.7%; */
    bottom: 18.7%;
    animation: vl_hor 3s infinite;
}
.vl-auth-left-shape img:nth-child(5) {
    top: 12.2%;
    left: 25.5%;
    animation: 2.5s rotate linear infinite;
}
.vl-auth-left-shape img:nth-child(6) {
    bottom: 0;
    left: 25%;
}
.vl-auth-left-shape img:nth-child(7) {
    bottom: 65px;
    right: 36.5%;
    animation: 2.5s rotate linear infinite;
}

img.toggle-password{
    cursor: pointer;
}
@keyframes rotate {
	0% {
		transform: rotate(-8deg);
	}
	50% {
		transform: rotate(8deg);
	}			
	75% {
		transform: rotate(0deg);
	}	
	100% {
		transform: rotate(-8deg);
	}	
}
@keyframes b_img{
    0%{
      transform: rotateX(0deg) translateY(0px);
      -webkit-transform: rotateX(0deg) translateY(0px);
      -o-transform: rotateX(0deg) translateY(0px);
    }
    50%{
      transform: rotateX(0deg)translateY(15px);
      -webkit-transform: rotateX(0deg)translateY(15px);
      -o-transform: rotateX(0deg)translateY(15px);
    }
    100%{
      transform: rotateX(0deg) translateY(0px);
      -webkit-transform: rotateX(0deg) translateY(0px);
      -o-transform: rotateX(0deg) translateY(0px);
    }
}
@keyframes vl_hor{
    0%{
        transform: rotateX(0deg) translateX(0px);
        -webkit-transform: rotateX(0deg) translateX(0px);
        -o-transform: rotateX(0deg) translateX(0px);
      }
      50%{
        transform: rotateX(0deg)translateX(15px);
        -webkit-transform: rotateX(0deg)translateX(15px);
        -o-transform: rotateX(0deg)translateX(15px);
      }
      100%{
        transform: rotateX(0deg) translateX(0px);
        -webkit-transform: rotateX(0deg) translateX(0px);
        -o-transform: rotateX(0deg) translateX(0px);
      }
}
.vl-auth-content {
    box-shadow: 0px 60px 120px 0px #2632971A;
    background-color: var(--vl-white-color);
    padding: 50px 70px;
    max-width: 600px;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.vl-auth-details{
    max-width: 600px;
}
.vl-auth-video-section {
    width: 100%;
    position: relative;
    top: 303px;
    z-index: 1;
    overflow: hidden;
}
.vl-auth-logo {
    padding: 0 0 37px;
}
.vl-auth-form-wrap h1{
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--vl-title-color);
}
.vl-auth-form-wrap h1 span{
    color: var(--vl-primary-color);
}
.vl-auth-form-wrap p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--vl-text-color);
    padding: 9px 0 25px;
}
.vl-auth-input {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 0 30px;
    max-width: 440px;
}
.vl-auth-input:nth-child(2){
    margin: 0 0 26px;
}
.vl-auth-input label{
    font-size: 16px;
    font-weight: 500;
    color: var(--vl-title-color);
    padding: 0 0 8px;
}
.vl-auth-input .form-control{
    min-height: 60px;
    
    border-radius: 6px;
    background-color: var(--vl-inputbg-color);
    border: 1px solid #ECF1FF;
    border-radius: 6px;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 500;
}
.vl-auth-input .form-control::placeholder{
    color: var(--vl-placeholder-color);
}
.vl-auth-input .form-control:focus{
    border-color: var(--vl-primary-color);
}
.vl-auth-icon{
    position: absolute;
    right: 20px;
    top: 53px;
}
button.vl-login-btn{
    min-width: 440px;
    max-width: 440px;
    width: 100%;
    background-color: var(--vl-primary-color);
    color: var(--vl-white-color);
    min-height: 60px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    margin: 0 0 29px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all .3s ease-in-out;
}
button.vl-login-btn::before, button.vl-login-btn::after{
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 0;
    bottom: 0;
    background-color: hsla(0, 0%, 100%, .2);
    z-index: -1;
    transition: all .3s ease-in-out;
}
button.vl-login-btn::before{ left: 100%; }
button.vl-login-btn::after{
    right: 100%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
button.vl-login-btn:hover:before{
    left: 0;
}
button.vl-login-btn:hover::after{
    right: 0;
}
.vl-forgot-pwd{
    font-size: 16px;
    font-weight: 600;
    color: var(--vl-primary-color);
    display: inline-block;
    transition: all .5s ease-in-out;
}
.vl-forgot-pwd:hover{
    color: var(--vl-title-color);
}
.vl-forgot-pwd.vl-back-login{
    display: flex;
    align-items: center;
    gap: 10px;
}
.vl-forgot-pwd.vl-back-login svg{
    max-width: 25px;
}
/* login-page style css End */

/* sucess-Message style css Start */
.msg-toaster-alert{
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 999;
}
.vl-success-wrap {
    position: relative;
    right: 16px;
    bottom: 11%;
    z-index: 1;
}
.vl-success-box{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--vl-success);
    background: linear-gradient(90deg, #FFFFFF 9.38%, #FFFFFF 100%);
    border-radius: 14px;
    padding: 10px 16px 8px;
    gap: 7px;
}
.vl-success-box::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 29px;
    border-radius: 60px;
    background-color: var(--vl-success);
    left: 5px;
}
.vl-success-icon {
    height: 49px;
    width: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(54 177 51 / 10%);
    border-radius: 16px;
}
.vl-success-text h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--vl-success);
   
}
.vl-success-text p{
    font-size: 12px;
    font-weight: 500;
    color: var(--vl-title-color);
    max-width: 200px;
    text-align: left;
}
.vl-close-btn {
    height: 21px;
    width: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: var(--vl-success);
    position: absolute;
    right: -4px;
    top: -4px;
    line-height: 0;
}
/* sucess-Message style css End */
/* Error-Message style css End */
.vl-error-wrap {
    position: relative;
    right: 16px;
    top: 15px;
    z-index: 1;
}
.vl-error-box{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--vl-error);
    background: linear-gradient(90deg, #FFFFFF 9.38%, #FFFFFF 100%);
    border-radius: 14px;
    padding: 10px 16px 8px;
    gap: 7px;
}
.vl-error-box::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 29px;
    border-radius: 60px;
    background-color: var(--vl-error);
    left: 5px;
}
.vl-error-icon {
    height: 49px;
    width: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF4F6;
    border-radius: 16px;
}
.vl-error-text h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--vl-error);
}
.vl-error-text p{
    font-size: 12px;
    font-weight: 500;
    color: var(--vl-title-color);
    max-width: 200px;
    text-align: left;
}
.vl-error-wrap .vl-close-btn {
    background-color: var(--vl-error);
    position: absolute;
    right: -4px;
    top: -4px;
}

/* Error-Message style css End */
input.error {
    border-color: #e51c24
}
span.error {
    color: #e51c24
}
textarea.error {
    border-color: #e51c24
}
select.error {
    border-color: #e51c24
}
label.error,span.error {
    color: #e51c24;
    padding: 10px 0 0 0px;
    font-size: 15px;
}
/* Responsive Css Start */
@media(min-width:1571px){
    .vl-auth-main-wrapper {
    background-position: 20%;
    }
}

@media(min-width:1921px){
    .vl-login-wrapper {
        display: block;
    }
    .vl-login-wrapper {
        display: block;
        width: 100%;
    }
    .vl-auth-main-wrapper {
        justify-content: space-between;
        background-position: 20%;
    }
    .vl-auth-left {
        grid-template-columns: 35% 70%;
    }
    .vl-auth-video-section {
        left: 8%;
        top: 420px;
    }
    .vl-auth-left-shape img:nth-child(3) {
        right: 28.7%;
    }
    .vl-auth-left-shape img:nth-child(4) {
        bottom: 23.7%;
    }
    .vl-auth-video::after {
        right: 120px;
    }
}

@media(min-width:2000px){
    .vl-login-wrapper {
        display: block;
    }
    .vl-login-wrapper {
        display: block;
        width: 100%;
       
    }
    .vl-auth-main-wrapper {
        justify-content: space-between;
    }
    .vl-auth-left {
        grid-template-columns: 45% 79%;
    }
    .vl-auth-video img {
        width: 770px;
    }
    .vl-auth-videopara{
        max-width:770px;
    }
    .vl-auth-left-shape img:nth-child(4) {
        bottom: 25.7%;
    }
   .vl-auth-video-section {
        top: 390px;
        left: 1%;
    }
    .vl-auth-left-content p {
        max-width: 400px;
    }
    
    .vl-auth-left-shape img:nth-child(3) {
        right: 28.2%;
    }
    .vl-auth-video::after {
        right: 150px;
        bottom: -36px;
    }
}
@media(min-width:2050px){
    .vl-auth-left-shape img:nth-child(3) {
        right: 27.2%;
    }
}
@media(min-width:2100px){
    .vl-auth-video-section {
        left: 7%;
    }
    .vl-auth-left-shape img:nth-child(4) {
        bottom: 24.7%;
    }
    .vl-auth-left-shape img:nth-child(3) {
        right: 27%;
    }
}
@media(min-width:2150px){
     .vl-auth-left-shape img:nth-child(3) {
        right: 26%;
    }
}
@media(min-width:2200px){
    .vl-auth-left-shape img:nth-child(3) {
        right: 25.8%;
    }
    .vl-auth-video-section {
        left: 17%;
    }
    .vl-auth-left-shape img:nth-child(4) {
        bottom: 25.7%;
    }
}
@media(min-width:2250px){
    .vl-auth-left-shape img:nth-child(3) {
        right: 24.4%;
    }
}
@media(min-width:2300px){
    .vl-auth-left-shape img:nth-child(3) {
        right: 26.4%;
    }
     .vl-auth-video img {
        width: 800px;
    }
    .vl-auth-videopara{
        max-width: 800px;
    }
    .vl-auth-video-section {
        left: 18%;
    }
    .vl-auth-left-shape img:nth-child(4) {
        bottom: 23.7%;
    }
}
@media(min-width:2350px){
    .vl-auth-left-shape img:nth-child(3) {
        right: 24.4%;
    }
}
@media(min-width:2400px){
    .vl-auth-left-shape img:nth-child(3) {
        right: 23.8%;
    }
    .vl-auth-video-section {
       left: 24%;
    }
    .vl-auth-video img {
        width: 800px;
    }
    .vl-auth-videopara{
        max-width: 800px;
    }
    .vl-auth-left-shape img:nth-child(4) {
        bottom: 22.7%;
    }
}
@media(min-width:2450px){
    .vl-auth-video img {
        width: 900px;
    }
    .vl-auth-videopara{
        max-width: 900px;
    }
   .vl-auth-left-shape img:nth-child(3) {
        right: 22.8%;
    }
    .vl-auth-left-shape img:nth-child(4) {
        bottom: 18.7%;
    }
    .vl-auth-video-section {
        left: 15%;
    }
}
@media(min-width:2500px){
    .vl-login-wrapper {
        display: block;
    }
    .vl-login-wrapper {
        display: block;
        width: 100%;
       
    }
    .vl-auth-main-wrapper {
        justify-content: space-between;
    }
    .vl-auth-left {
        grid-template-columns: 39% 79%;
    }
    .vl-auth-video img {
        width: 950px;
    }
    .vl-auth-videopara{
        max-width: 950px;
    }
   .vl-auth-video-section {
        top: 350px;
        left: 21%;
    }
    .vl-auth-left-content p {
        max-width: 400px;
    }
    .vl-auth-left-shape img:nth-child(3) {
        right: 22.3%;
    }
    .vl-auth-video::after {
        right: 150px;
        bottom: -36px;
    }
    .vl-auth-left-shape img:nth-child(7) {
        right: 29.5%;
    }
    .vl-auth-left-shape img:nth-child(4) {
        bottom: 21.7%;
    }
}
@media(min-width:2550px){
    .vl-auth-video-section {
        left: 25%;
    }
    .vl-auth-left-shape img:nth-child(4) {
        bottom: 19.7%;
    }
}
@media(min-width:2600px){
    .vl-auth-video-section {
        left: 26%;
    }
    .vl-auth-video img {
        width: 990px;
    }
    .vl-auth-left-shape img:nth-child(4) {
        bottom: 17.7%;
    }
    .vl-auth-left-shape img:nth-child(3) {
        right: 21.4%;
    }
    .vl-auth-videopara {
        max-width: 950px;
    }
}

/* @media(max-width:2671px){
    .vl-auth-video-section {
    left: 31%;
    }
} */
@media(max-width:1900px){
    .vl-auth-video-section{
        top: 245px;
    }
    .vl-auth-video-section::after{
        right: -26%;
    }
    .vl-auth-video::after{
        right: 0;
    }
    .vl-auth-left-shape img:nth-child(4) {
        bottom: 14.7%;
    }
    .vl-auth-video-section p{
        padding: 95px 0 0;
    }
}
@media(max-width:1896px){
    .vl-auth-video-section {
        top: 365px;
    }
    .vl-auth-left-shape img:nth-child(4) {
        bottom: 24.7%;
    }
}
@media(max-width:1895px){
    .vl-auth-video-section {
        top: 315px;
    }
}
@media(max-width:1894px){
    .vl-auth-video-section {
        top: 165px;
    }
}
@media(max-width:1892px){
    .vl-auth-video-section {
        top: 365px;
    }
}
@media(max-width:1891px){
    .vl-auth-video-section {
        top: 175px;
    }
}
@media(max-width:1870px){
    .vl-auth-left-shape img:nth-child(7) {
        bottom: 20px;
    }
    .vl-auth-left-shape img:nth-child(3) {
        right: 30%;
    }
    .vl-auth-left-shape img:nth-child(2) {
        right: 47.3%;
    }
    .vl-auth-left-shape img:nth-child(4) {
        bottom: 17.7%;
    }
    .vl-auth-video-section p {
        padding: 110px 0 0;
    }
    .vl-auth-video-section {
        top: 220px;
    }
}
@media(max-width:1840px){
    .vl-auth-left-shape img:nth-child(3) {
        right: 31%;
    }
}
@media(max-width:1799px){
    .vl-auth-content {
        width: fit-content;
        padding: 50px 50px;
    }
    .vl-auth-left-content {
        padding: 60px 40px 0;
    }
    .vl-auth-video-section::after {
        right: -31%;
    }   
    .vl-auth-video{
        padding: 0 7px 0 0;
    }
}

@media(min-width:1725px) and (max-width:1780px){
    .vl-auth-left-shape img:nth-child(3) {
        right: 32%;
    }
}
@media(max-width:1724px){
    .vl-auth-left-shape img:nth-child(3) {
        right: 33%;
    }
}
@media(max-width:1699px){
    .vl-auth-left-shape img:nth-child(3) {
        right: 30%;
    }
    .vl-auth-content {
        max-width: 550px;
    }
    .vl-auth-left-shape img:nth-child(7) {
        bottom: 31px;
        right: 35%;
    }
    .vl-auth-left-content {
        padding: 60px 0px 0 15px;
    }
    .vl-auth-left{
        grid-template-columns: 35% 65%;
    }
    .vl-auth-video-section p{
        padding: 110px 0 0;
    }
}
@media(max-width:1670px){
    .vl-auth-left-shape img:nth-child(3) {
        right: 31%;
    }
    .vl-auth-video-section::after {
        right: -37%;
    }
    /* .vl-auth-left-shape img:nth-child(4) {
        bottom: 18.7%;
    } */
}
@media(max-width:1610px){
    .vl-auth-left-shape img:nth-child(3) {
        right: 32%;
    }
    .vl-auth-left-shape img:nth-child(4) {
        bottom: 16.7%;
    }
    .vl-auth-left-content {
        padding: 60px 0px 0 12px;
    }
    .vl-auth-video-section p{
        padding: 95px 0 0;
    }
    .vl-auth-left-content p{
        max-width: 350px;
        font-size: 18px;
    }
    .vl-auth-left-shape img:nth-child(4) {
        bottom: 17.7%;
    }
}
@media(max-width:1599px){
    .vl-auth-left-shape img:nth-child(4) {
        bottom: 21.7%;
    }
}
@media(max-width:1570px){
    .vl-auth-content {
        max-width: -webkit-fill-available;
        padding: 50px 30px;
    }
    .vl-auth-left-shape img:nth-child(3) {
        right: 31%;
    }
    .vl-auth-video-section::after {
        right: -43%;
    }
    .vl-auth-main-wrapper{
        background-position: left;
    }
    .vl-auth-left {
        grid-template-columns: 43% 57%;
    }
    .vl-auth-left {
        max-width: 1050px;
        width: 100%;
    }
    .vl-auth-left-shape img:nth-child(7) {
        bottom: 10px;
        right: 34%;
    }
    .vl-auth-left-shape img:nth-child(4) {
        bottom: 27.7%;
    }
    .vl-auth-left-content {
        padding: 60px 0px 0 20px;
    }
}
@media(max-width:1560px){
    .vl-auth-left-shape img:nth-child(3) {
        right: 30%;
    }
}
@media(max-width:1540px){
    .vl-auth-left {
        max-width: 1020px;
    }
    .vl-auth-left-shape img:nth-child(3) {
        right: 31%;
    }
}
@media(max-width:1520px){
    .vl-auth-left-shape img:nth-child(3) {
        right: 30%;
    }
}
@media(max-width:1499px){
    .vl-auth-left-shape img:nth-child(1) {
        left: 32%;
    }
    .vl-auth-left-shape img:nth-child(5) {
        top: 14.2%;
        left: 28.5%;
    }
    .vl-auth-left-shape img:nth-child(4) {
        bottom: 22.7%;
    }
    .vl-auth-video-section {
        top: 275px;
    }
    .vl-auth-left {
        max-width: 1000px;
    }
    .vl-auth-left-shape img:nth-child(6) {
        left: 27%;
    }
    .vl-auth-left-shape img:nth-child(7) {
        bottom: 6px;
        right: 36%;
    }
    .vl-auth-left-shape img:nth-child(3) {
        right: 32.6%;
    }
    .vl-auth-left-shape img:nth-child(3) {
        right: 31%;
    }
}
@media(max-width:1470px){
    .vl-auth-left-shape img:nth-child(3) {
        right: 30%;
    }
    .vl-auth-left-shape img:nth-child(2) {
        right: 49.3%;
        top: 10%;
    }
    .vl-auth-left-shape img:nth-child(5) {
        top: 15%;
        left: 29%;
    }
    .vl-auth-left-shape img:nth-child(4) {
        /* bottom: 25.7%; */
        left: 31%;
    }
    .vl-auth-left-shape img:nth-child(7) {
        /* bottom: 50px; */
        right: 36%;
    }
    .vl-auth-left-shape img:nth-child(6) {
        left: 30%;
    }
    .vl-auth-video-section::after {
        right: -45%;
    }
    .vl-auth-input{
        max-width: 400px;
    }
    button.vl-login-btn{
        min-width: 400px;
    }
}
@media(max-width:1460px){
    .vl-auth-left-shape img:nth-child(3) {
        right: 29%;
    }
}
@media(max-width:1399px){
    .vl-auth-left-shape img:nth-child(3), .vl-auth-left-shape img:nth-child(7),.vl-auth-video::after{
        display: none;
    }
    .vl-auth-left-shape img:nth-child(4) {
        bottom: 25.7%;
        left: 32%;
    }
    .vl-auth-left-shape img:nth-child(1) {
        left: 37%;
    }
    .vl-auth-left-shape img:nth-child(2) {
        right: 43.3%;
    }
    .vl-auth-left-shape img:nth-child(5) {
        left: 32%;
    }
    .vl-auth-left-content {
        padding: 60px 0px 0 20px;
    }
    .vl-auth-video-section p{
        max-width: 470px;
        padding: 110px 0 0;
    }
    .vl-auth-left {
        max-width: 910px;
    }
}
@media(max-width:1350px){
    .vl-auth-video::before{
        top: 9px;
    }
}
@media(max-width:1299px){
    .vl-auth-left-shape img:nth-child(4) {
        bottom: 33.7%;
        left: 45%;
    }
    .vl-auth-left-shape img:nth-child(1) {
        left: 42%;
    }
    .vl-auth-left-shape img:nth-child(2){
        display: none;
    }
    .vl-auth-video::before {
        top: 0px;
        height: 200px;
        width: 200px;
    }
    .vl-auth-left{
        flex-wrap: wrap;
        justify-content: flex-start;
        display: block;
        max-width: 800px;
    }
    .vl-auth-left-content p {
        max-width: 350px;
    }
    .vl-auth-video-section {
        top: 80px;
        height: 100%;
        width: auto;
    }
    .vl-auth-video-section p {
        padding: 50px 0 0;
        text-align: center;
        margin: 0 auto;
    }
    .vl-auth-video {
        margin: 0 auto;
        text-align: center;
    }
}

@media(max-width:1250px){
    .vl-auth-left{
        max-width: 770px;
    }
}
@media(max-width:1199px){
    .vl-auth-left-shape img:nth-child(1) {
        left: 44%;
    }
    .vl-auth-left-shape img:nth-child(5) {
        left: 36%;
    }
    .vl-auth-left-shape img:nth-child(4){
        display: none;
    }
    .vl-auth-left-shape img:nth-child(6) {
        left: 40%;
    }
    .vl-auth-left{
        max-width: 740px;
    }
    .vl-auth-video img{
        width: 90%;
    }
    button.vl-login-btn {
        min-width: auto;
    }
}
@media(max-width:1130px){
    .vl-auth-left {
        max-width: 680px;
    }
}
@media(max-width:1080px){
   .vl-auth-left {
        max-width: 620px;
    }
}
@media(max-width:1024px){
    .vl-auth-left-shape img:nth-child(5) {
        left: 38%;
    }
    .vl-auth-left {
        max-width: 570px;
    }
}
@media(max-width:991px){
    .vl-auth-left {
        min-height: auto;
        gap: 20px;
        justify-content: center;
    }
    .vl-auth-left-shape img:nth-child(1){
        left: auto;
        right: 0;
    }
    .vl-auth-main-wrapper {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .vl-auth-content {
        min-height: auto;
    }
    .vl-auth-left-content p {
        text-align: center;
        margin: 0 auto;
    }
    .vl-auth-left-content {
        padding: 30px 0px 0 0px;
        margin: 0 auto;
        text-align: center;
    }
    .vl-auth-left-shape img:nth-child(5) {
        left: auto;
        right: 18%;
    }
    .vl-auth-content {
        margin: 40px auto 10px;
        padding: 50px 50px;
    }
    button.vl-login-btn {
        min-width: fit-content;
    }
    .vl-auth-left {
        height: auto;
        justify-content: flex-start;
        display: grid;
        max-width: -webkit-fill-available;
        gap: 0;
    }
    .vl-login-wrapper{
        justify-content: flex-start;
    }
    .vl-auth-video-section {
        top: 25px;
    }
    .vl-auth-main-wrapper::before {
        left: auto;
        right: 0;
        top: 41%;
    }
    .vl-auth-video-section p {
        padding: 30px 0 0;
    }

}
@media(max-width:790px){
    .vl-auth-main-wrapper::before{
        display: none;
    }
    .vl-auth-video-section::after {
        right: -48%;
    }
}
@media(max-width:767px){
    .vl-auth-left-content {
        padding: 30px 0px 0 20px;
    }
    .vl-auth-content {
        padding: 30px 30px;
    }
    .vl-auth-left::before{
        background-size: cover;
    }
    .vl-auth-video-section p{
        font-size: 18px;
    }
    .vl-auth-video-section::after {
        right: -55%;
    } 
}
@media(max-width:675px){
    .vl-auth-left-shape img:nth-child(1), .vl-auth-left-shape img:nth-child(5){
        display: none;
    }
    .vl-auth-left-content {
        padding: 30px 0px 0 10px;
    }
    .vl-auth-video-section::after, .vl-auth-main-wrapper::before, .vl-auth-video::before{
        display: none;
    }
}
@media(max-width:575px){
    .vl-auth-content{
        display: inline-block;
        margin: 20px auto;
    }
    .vl-auth-left {
        min-height: unset;
        display: inline-block;
        height: 100%;
        padding: 0 0 30px;
    }
    .vl-login-wrapper{
        display: block;
    }
    .vl-authleft-logo img {
        max-width: 200px;
    }
    .vl-auth-logo img {
        max-width: 200px;
        height: auto;
    }
}
@media(max-width:480px){
    .vl-auth-content {
        padding: 20px 20px;
        margin: 0;
    }
    .vl-auth-left-content p{
        font-size: 16px;
    }
    .vl-auth-video-section p {
        font-size: 16px;
        padding: 20px 0 0 0;
    }
    .vl-auth-logo {
        padding: 0 0 10px;
    }
    .vl-auth-form-wrap h1 {
        font-size: 18px;
    }
    .vl-auth-form-wrap p, .vl-auth-input label{
        font-size: 15px;
    }
     .vl-auth-form-wrap p{
        padding: 9px 0 15px;
     }
    .vl-auth-input .form-control{
        min-height: 50px;
    }
    .vl-auth-icon{
        top: 48px;
    }
    button.vl-login-btn{
        margin: 0 0 15px;
        min-height: 50px;
    }
    .vl-auth-left-content {
        padding: 15px 0px 0 0;
    }
    .vl-auth-video-section {
        top: 10px;
    }
    .vl-auth-input {
        margin: 0 0 20px;
    }
}
/* Responsive Css End */