@import url('styles.css');
.login-wrap {
    background-color: var(--sh-active-bg);
}

.login-section_left {
    width: 41%;
}

.login-section_left img {
    display: block;
    object-fit: cover;
}

.login-section_right {
    padding: 2rem;
}

.login-section {
    background: var(--sh-widget-bg);
    border: 1px solid var(--sh-widget-border);
    border-radius: 0.25rem;
    max-width: 55rem;
    width: 100%;
    box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.3);
    display: flex;
    flex-wrap: wrap;
}

.login-section .common-form-section .form-control,
.login-section .btn {
    height: 2.5rem;
}

#togglePassword {
    position: absolute; 
    right: 0.625rem; 
    top: 50%; 
    transform: translateY(-50%); 
    cursor: pointer; 
    background: none; 
    border: none;
}
