.register-left{
    height: 100vh;
    /* background: red; */
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.register-left .top{
    height: 50%;
    background-image: url(../images/admin/lady-doc.webp);
    background-size: cover;
    background-position: center center;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3);
}

.register-left .bottom{
    height: 50%;
    background: url(../images/admin/Frame\ 46.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #C1272D;
    background-position: center center;
}

.card-wrapper{
    width: 90%;
    margin: 30px auto;
}

.register-left .bottom .card{
    width: 60%;
    margin: 20px auto;
    background: rgba(255, 255, 255, 0.1); /* translucent white */
    border-radius: 0.2rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 4px solid #fff;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    color: #fff; /* white text for contrast */
}

.register-wrapper{
    height: 100vh;
    overflow-y: scroll;
}

.admin-subtext{
    width: 70%;
}

.login-wrapper{
    display: flex;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login-form-wrapper{
    width: 450px;
}

.form-card{
  width: 60%;
}


.register-left .content h1{
    font-size: 50px;
}

.register-left .content p{
    font-size: 20px;
}

.log-logo{
    width: 200px;
}



@media (max-width: 768px) {
    .c-font-1 {
        font-size: 3rem;
    }

    .register-left{
        height: 60vh;
        flex-direction: column-reverse;
    }

    .register-left .top{
        height: 30%;
    }

    .register-left .bottom{
        height: 70%;
        display: flex;
        /* justify-content: center; */
        align-items: center;
    }

    .card-wrapper{
        margin: 10px auto;
    }

    .register-left .bottom .card{
        width: 100%;
        margin: 10px auto;
    }

    .form-card {
        width: 90%;
    }

    .login-wrapper{
        height: 50vh;
        justify-content: start;
        padding-top: 20px;
    }
}

.c-font-1 {
    font-size: 3rem;
}

/* @media (min-width:730px) {
    .c-font-1 {
        font-size: 10rem;
    }
} */
