body {
    background: linear-gradient( 135deg, #f8fbff 0%, #dbeafe 30%, #93c5fd 65%, #3b82f6 100% );
}

.login-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    max-width: 456px;
    width: 100%;
    height: 500px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.15);
    border-radius: 20px;
    padding: 15px;
}

.login-section {
  
    background:#fff;

}

/*
.left {
    background: linear-gradient(135deg, #06BBCC, #0078AA, #000);
    padding: 50px 30px;
    text-align: center;
    border-top-right-radius: 25%;
    border-bottom-right-radius: 25%;
}*/

.right {
    width: 410px;
    height: 400px;
    border-radius: 10px;
    background-color: #fff;
    border: none;
    margin: -157px -270px -106px -270px;
}
.logo-img {
   width: 180px;
  
}

.btn-save {
    background: #06BBCC !important;
    color: #fff !important;
    border-radius: 6px;
    padding-top: 8px;
}

@media (max-width: 767px) {

    .login-box {
        flex-direction: column; 
        margin-top:2px!important;
        
    }

    .left {
        border-radius: 20px 20px 0 0; 
        padding: 30px 20px;
        
    }

    .right {
        border-radius: 0 0 20px 20px; 
        padding: 25px 20px;
    }
}
