:root{
    --primary-color:rgb(13, 116, 13);
    --primary-background: linear-gradient(135deg, #6cc402, #1b5500);
    --secondary-background: linear-gradient(135deg, #FFDD00, #FF8800, #FF4500);
    --bg-dark:linear-gradient(135deg, #202020, #000000);
}
body,html{
    overflow-x: hidden;
}
.auth-left img{
    height: 100vh;
    object-fit: cover;
}
.btm-footer{
    height: 330px;
    background: var(--primary-background);
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    width: 102vw;
    margin-bottom: -150px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;

}
.auth-left{
    position:relative;
}.auth-right{
    background: #ffffff;
}
.auth-right .auth-main .top-header{
    height:200px;
    background: var(--primary-background);
}
.z-10{
    z-index: 10;
}
.auth-right .auth-main .main-body{
    margin: 10px;
    height: 70vh;
    background: #fff;
    width: 90%;
    margin-top: -120px;
    z-index: 100;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 10px 10px rgba(128, 128, 128, 0.603);
}
.auth-right .auth-main .main-body .header-title{
    padding: 20px;
    text-align: center;
}
.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-group input {
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding-left: 40px;
    height: 45px;
}

.form-group label {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    color: #6c757d;
    pointer-events: none;
}

.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label {
    top: -10px;
    left: 40px;
    font-size: 12px;
    color: #0d6efd;
}

.form-group .mdi {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #6c757d;
}
h4.main-title{
    padding-top: 20px;
}
.btn-primary-cst{
    background: var(--primary-background) !important;
    color: #fff;
    border: none;
}
.no-radius{
    border-radius: 0px !important;
}
.auth-right .card{
    border: none !important;
    box-shadow: 0px 0px 2px rgba(128, 128, 128, 0.915);
}
.btn-dark-cst{
    background: var(--bg-dark);
}
.overlay-main{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.699);
    color: #fff;
}
.text-success-cst{
    color: #8cff00;
}
.auth-left h1{
    font-weight: 100 !important;
}
.right-sphere{
    width: 50px;
    height: 50px;
    position: absolute;
    background: var(--primary-background);
    top: 0;
    right:0;
    margin-top: 20px;
    margin-right: 120px;
    border-radius: 50%;

}
.right-outer-sphere{
    width: 80px;
    height: 80px;
    position: absolute;
    background: var(--primary-background);
    top: 0;
    opacity: .2;
    right:0;
    margin-top: 100px;
    margin-right: -20px;
    border-radius: 50%;
}
.auth-right{
    position: relative;
}
.left-sphere{
    position: absolute;
    left: 0;
    top: 0;
    opacity: .4;
    background: var(--secondary-background);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-top: -50px;
    margin-left: 30px;
}
.right-bottom-sphere{
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--secondary-background);
    width:  50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 170px;
    margin-right: 50px;
}


.left-center-sphere{
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--secondary-background);
    width:  50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 4vh;
    margin-left: 50px;
}


.blob {
    position: absolute;
    top: 0;
    left: 0;
    fill: #d0ffcb;
    width: 60vmax;
    z-index: -2;
    animation: move 70s ease-in-out infinite;
    transform-origin: 50% 50%;
  }
  
  @keyframes move {
    0%   { transform: scale(1)   translate(10px, -30px); }
    38%  { transform: scale(0.8, 1) translate(20vw, 30vh) rotate(160deg); }
    40%  { transform: scale(0.8, 1) translate(20vw, 30vh) rotate(160deg); }
    78%  { transform: scale(1.3) translate(0vw, 50vh) rotate(-20deg); }
    80%  { transform: scale(1.3) translate(0vw, 50vh) rotate(-20deg); }
    100% { transform: scale(1)   translate(10px, -30px); }
  }

  
.auth-right{
    z-index: 100;
    position: relative;
    overflow: hidden;
}
.main-holder{
    z-index: 100;
}
.auth-left{
    z-index: 1000;
    position: relative;
}
.text-light-cst{
    color: rgb(0, 0, 0);
}
.font-12{
    font-size: 12px;
}
.space-1{
    letter-spacing: 1px;
}
.reg-text{
    text-decoration: none;
}
.reg-main-text{
    font-size: 17px !important;
    color: #000;
}
.auth-content h1:first-child{
    padding-top: 20px;
}
.auth-content h1:nth-child(2){
    padding-top: -20px !important;
}
.great-vibes-regular {
    font-family: "Great Vibes", serif;
    font-weight: 400;
    font-style: normal;
  }
  
@media(max-width:768px){
    .auth-left,.auth-left img{
        height: 30vh !important;
    }
    .auth-right{
        margin-top:-100px !important;
        height: 80vh !important;
    }
    .auth-right .main-body{
        height:100% !important;
    }
    .reg-text{
        color:#fff;
    }
    .form-holder{
        border-top-left-radius: 60px !important;
        border-top-right-radius: 60px !important;
        z-index: 999;
    }
    .btm-footer{
        display: block;
    }
}