.login-v2-wrapper {
    background: #F9FDFF !important;
    width: 100%;
    height: 100vh;
    padding: 3rem 4rem;
    /* margin- */
}

.login-v2-wrapper .content {
    background: white;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    width: 70%;
    height: 70vh;
    overflow: hidden;

}

.centered-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none; /* Prevent the image from being resized */
    height: auto;
    width: auto;
}

.login-v2-wrapper .content-left {
    width: 50%;
    overflow: hidden;
}

.login-v2-wrapper .content-right {
    width: 50%;
    padding: 1.5rem 3rem;
}

.login-v2-wrapper .input-custom {
    position: relative;
}
.pr-c-4{
    padding-right: 1.5rem !important;
}
.h-c-100{
    height: 100% !important;
}
@media only screen and (max-width: 576px) {
    .login-v2-wrapper .content {
        height: 100%;
        width: 100%;
    }
    .pr-c-4{
        padding-right: 0.5rem !important;
    }
    .h-c-100{
        height: auto !important;
    }
}