.into-contaienr {
    width          : 100%;
    height         : 100%;
    display        : flex;
    justify-content: space-between;
}

.left-slider {
    height          : 100%;
    background-color: #2e2266;
    display         : flex;
    align-items     : center;
    width           : 70%;
}

.left-img {
    width   : 100%;
    position: relative;
}

.main-bg {
    width: 100%;
}

.right-slider {
    width           : 30%;
    background-color: #fff;
}

.img-box-1 {
    width   : 33%;
    position: absolute;
    left    : 11%;
    top     : -20%;
}

.img-box-4 {
    width   : 23%;
    position: absolute;
    left    : 59%;
    top     : 30%;
}

.img-box-5 {
    width   : 30%;
    position: absolute;
    left    : 31%;
    top     : 39%;
}

.right-slider .login-main .login-top {
    border-radius: 0;
}

.right-slider .login-main {
    width: 100%;
}

.right-slider .login-main .login-bottom {
    width: 100%;
}

.navbar-header {
    background-color: #393D49;
    width           : 100%;
    height          : 60px
}