body {
    min-height: 100vh;
    width: 100%;
}

.mobile-view {
    display: none;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: flex-end;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-space-between {
    justify-content: space-between;
}

.w-100 {
    width: 100%;
}

.font-white {
    color: #ffffff !important;
}

.font-dark-grey {
    color: var(--dl-color-gray-600) !important;
}

.font-black {
    color: #000 !important;
}

.font-bold {
    font-family: Poppins;
    font-weight: 700;
}

.opacity-0 {
    opacity: 0;
}

.login-container {
    display: flex;
    flex-wrap: wrap;
}

.login-left-side {
    width: 45%;
    background-image: url(../../../assets/image/login/bg197-tb7-900w.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -1px;
    padding: 4.5vw 8vw 3vw 8vw;
    min-height: 100vh;
}

.login-top-info {

}

.login-bottom-info {

}

.login-right-side {
    width: 55%;
    padding: 4.5vw 8vw 3vw 6vw;
    min-height: 100vh;
}

.pb-1 {
    padding-bottom: .5rem;
}

.pb-2 {
    padding-bottom: 1rem;
}

.pb-3 {
    padding-bottom: 1.25rem;
}

.pb-4 {
    padding-bottom: 2rem;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.login-logo img {
    width: 75px;
}

.login-title {
    color: var(--dl-color-gray-white);
    height: auto;
    align-self: auto;
    text-align: left;
    line-height: 1.2;
    font-size: 2.3vw;
}

.login-desc {
    color: var(--dl-color-blue-gray-300);
    height: auto;
    align-self: auto;
    text-align: left;
    line-height: 1.5;
    font-size: 1.15vw;
}

.login-sub-title {
    color: #ffffff;
    height: auto;
    font-size: 1.33vw;
    align-self: auto;
    font-style: SemiBold;
    text-align: left;
    font-family: Poppins;
    font-weight: 600;
    line-height: normal;
    font-stretch: normal;
    text-decoration: none;
}

.sosmed-list {
    left: unset;
    top: unset;
    position: relative;
    color: #ffffff;
    column-gap: 2vw;
}

.sosmed-list .fa {
    font-size: 2.3vw;
}

.login-email,
.login-email:hover {
    color: var(--dl-color-blue-gray-300);
}

.frame2-facebook,
.frame2-twitter,
.frame2-instagram,
.frame2-you-tube {
    width: 2vw;
    height: 2vw;
}

.frame2-frame3,
.frame2-button-primary-with-icon {
    position: relative;
    left: unset;
    top: unset;
}

.login-form-control {
    position: relative;
}

@media only screen and (max-width: 768px) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .login-header {
        background-image: url(../../../assets/image/login/bg197-tb7-900w.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: -1px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 15px;
        padding: 6px 0;
    }

    .login-header img {
        width: auto;
        height: 50px;
    }

    .login-right-side {
        width: 100%;
        padding: 30px;
        min-height: unset;
    }

    .login-right-side .opacity-0 {
        display: none;
    }

    .login-title {
        font-size: 6vw;
        text-align: center;
    }

    .login-header .login-title {
        text-align: left;
        font-size: 4.5vw;
    }

    .login-desc {
        font-size: 3.33vw;
        text-align: center;
    }

    .frame2-button-primary-with-icon {
        margin: auto;
    }
}