
html.iframe, html.iframe body {
    background-color: transparent;
}

.login-modal-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
}

.login-modal-wrapper .modal-content {
    display: flex;
    flex-direction: row;
    background: #f5f7fd;
    color: #8e9194;
    border: 0;
    overflow: hidden;
    border-radius: 0.3rem;
    width: 100%;
    height: 26.8rem;
}

.login-modal-wrapper .modal-content.flex-row {
    flex-direction: row;
}

.login-modal-wrapper .modal-left {
    width: 14.6667rem;
    height: 26.8rem;
    flex-shrink: 0;
    background-image: url(https://assetscdn.jable.tv/assets/images/auth-bg1.jpg);
    background-size: cover;
}

.login-modal-wrapper .modal-left.signup-bg {
    background-image: url(https://assetscdn.jable.tv/assets/images/auth-bg1.jpg);
}

.login-modal-wrapper .modal-right {
    flex: 1;
    min-width: 0;
    overflow-y: auto;
}

.login-modal-wrapper .modal-header {
    position: relative;
    border-bottom: 0;
    padding: 2.6rem 2.4rem 0 2.4rem;
    flex-direction: column;
    align-items: flex-start;
}

.login-modal-wrapper .modal-header h4 {
    color: #2a2824;
    margin-top: 0.5rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.login-modal-wrapper .modal-header p {
    color: #8e9194;
    font-size: 1.125rem;
    margin: 0.5rem 0 0;
    line-height: 1.5;
}

.login-modal-wrapper .modal-body {
    padding: 0 2.4rem 2.4rem;
}

.login-modal-wrapper .modal-body a {
    color: #8e9194;
    text-decoration: none;
    transition: color 0.2s ease;
}

.login-modal-wrapper .modal-body a:hover {
    color: #ffbc01;
}

.login-modal-wrapper .modal-body .alert-danger {
    background: #fff5f5;
    color: #f5475d;
    border: 0.0667rem solid #ffcdd2;
    border-radius: 0.3rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
    margin-bottom: 1rem;
}

.login-modal-wrapper .form-group-attached {
    margin-bottom: 1rem;
    overflow: hidden;
    border: 0.0667rem solid rgba(0, 0, 0, 0.07);
    border-radius: 0.3333rem;
}

.login-modal-wrapper .form-group-attached .form-group {
    margin-bottom: 0;
    border-radius: 0;
    overflow: hidden;
}

.login-modal-wrapper .form-group-attached .form-group:not(:last-child) {
    border-bottom: 0.0667rem solid rgba(0, 0, 0, 0.07);
}

.login-modal-wrapper .form-group {
    position: relative;
    background: #fff;
    padding: 0.5333rem 0.8rem;
    border-radius: 0.3333rem;
    transition: all 0.2s ease;
}

.login-modal-wrapper .form-group label {
    display: block;
    color: #b8babc;
    font-size: 0.9333rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    transition: all 0.2s ease;
}

.login-modal-wrapper .form-group .form-control {
    background: transparent;
    color: #252525;
    font-size: 0.9333rem;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
}

.login-modal-wrapper .form-group:focus-within {
    background: #f5f9fd;
}

.login-modal-wrapper .form-group:focus-within label {
    color: #8b8d8f;
}

.login-modal-wrapper .switch-group {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    cursor: pointer;
}

.login-modal-wrapper .switch-group .input-switch {
    margin-left: auto;
}

.login-modal-wrapper .input-switch {
    height: 1.7333rem;
}

.login-modal-wrapper .input-switch input {
    display: none;
}

.login-modal-wrapper .input-switch i {
    background: #fff;
    display: inline-block;
    width: 1.4667rem;
    height: 1.4667rem;
    margin-top: 0.1333rem;
    margin-left: 0.1333rem;
    border-radius: 6.6667rem;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
    box-shadow: 0 0.0667rem 0.1333rem 0 rgba(0, 0, 0, 0.2);
}

.login-modal-wrapper .input-switch label {
    background-color: #e6e9ec;
    width: 3.3333rem;
    height: 1.7333rem;
    margin-bottom: 0;
    border-radius: 6.6667rem;
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.login-modal-wrapper .input-switch label:active {
    background-color: #a6b9cb;
}

.login-modal-wrapper .input-switch label:active i {
    width: 1.8667rem;
    box-shadow: 0 0.1333rem 0.2667rem 0 rgba(0, 0, 0, 0.2);
}

.login-modal-wrapper .input-switch label:hover i {
    box-shadow: 0 0.0667rem 0.1333rem 0 rgba(0, 0, 0, 0.2);
    transform: scale(1.01);
}

.login-modal-wrapper .input-switch input:checked + label {
    background-color: #008fff;
}

.login-modal-wrapper .input-switch input:checked + label i {
    margin-left: 1.7333rem;
}

.login-modal-wrapper .input-switch input:checked + label:active i {
    margin-left: 1.3333rem;
}

.login-modal-wrapper .btn-submit {
    background: #ffbc01;
    color: #fff;
    font-weight: 600;
    padding: 1.2rem;
    border: none;
    border-radius: 0.3rem;
    width: 100%;
    cursor: pointer;
    font-size: 1rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.12);
    margin-bottom: 1rem;
    transition: background 0.2s;
}

.login-modal-wrapper .btn-submit:hover {
    background: #1ed760;
}

.login-modal-wrapper .float-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.login-modal-wrapper .pl-1 {
    padding-left: 0.25rem;
}

.login-modal-wrapper .mb-0 {
    margin-bottom: 0;
}

.login-modal-wrapper .w-100 {
    width: 100%;
}

.fancybox-auth .fancybox-bg {
    opacity: 0.3 !important;
}

.fancybox-content .login-modal-wrapper,
.fancybox-content .register-modal-wrapper {
    padding: 0;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fancybox-container .fancybox-slide--html {
    padding: 2rem 1rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.fancybox-container .fancybox-slide--html .fancybox-content {
    max-height: none;
    overflow: visible;
}

@media (max-width: 38.4rem) {
    .login-modal-wrapper .modal-left {
        display: none !important;
    }

    .login-modal-wrapper .modal-content {
        max-width: calc(100vw - 2rem);
        height: auto;
        min-height: 21.3333rem;
    }

    .login-modal-wrapper .modal-header {
        padding: 2rem 1.5rem 0 1.5rem;
    }

    .login-modal-wrapper .modal-body {
        padding: 0 1.5rem 1.5rem;
    }
}
