html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
        
.full-height {
    height: 100vh;
}
        
.left-section {
    background-color: #f8f9fa;
    /* padding: 2rem; */
    overflow-y: auto;
    position: relative;
}
        
.right-section {
    background-color: #ffffff;
    height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}
        
.right-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 2rem;
    overflow-y: auto;
    max-height: 100%;
    background-repeat: no-repeat;
    background-size: 5rem;
    background-position: left 18%;
}

.right-content form,
.right-content .form-response-result {
    width: 23rem;
    margin: 0 auto;
}

.right-content form .form-top-subtitle {
    font-size: .85rem;
    color: #4A4B46;
    max-width: 18rem;
    margin: 0 auto;
}

.form-response-result .icon-main {
    max-width: 11rem;
    margin: 0 auto;
}

.right-copy {
    color: #808080;
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
    left: 0;
    bottom: 1rem;
    font-size: .8rem;
}

.right-back {
    position: absolute;
    top: 2rem;
    left: 1.5rem;
    width: 34px;
}

.left-background-cover {
  object-fit: cover;
  object-position: left center;
}

.left-logo {
    max-width: 450px;
    position: absolute;
    padding: 2rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: 2rem;
}

.right-logo {
    max-width: 450px;
    width: 86%;
    margin: 0 auto;
    margin-bottom: 3rem;
}

.left-bottom-content {
    position: absolute;
    bottom: 9%;
    left: 12%;
    color: white;
    max-width: 270px;
}
        
/* Custom scrollbar styling */
.right-content::-webkit-scrollbar {
    width: 8px;
}
        
.right-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}
        
.right-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}
        
.right-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}
        
@media (max-width: 992px) {
    .full-height {
        height: auto;
    }
            
    .right-section {
        height: auto;
    }
            
    .right-content {
        position: static;
        transform: none;
        max-height: none;
    }
}

@media (min-width: 576px) {
    html, body {
        overflow: hidden;
    }   

    .right-content {
        background-image: url(../img/auth-lazo.png);
    }
}

@media (min-width: 992px) {
    .right-copy {
        position: absolute;
    }
}
/*.wrap-auth {
    position: fixed;
    width: 100%;
}

.wrap-auth .left-background-cover {
    object-fit: cover; 
    object-position: left;
}

.wrap-auth .form-box {
    height: 100%;
}

.wrap-auth .form-box form {
    margin: 0 auto;
    width: 23rem;
}

.wrap-auth .form-box form .title-form {
    letter-spacing: 1px;
}
*/

/*.bg-image-vertical {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

@media (min-width: 1025px) {
    .h-custom-2 {
        height: 100%;
    }
}
*/