.login-bg {
    background: url("../img/login.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.btn-login {
    background: linear-gradient(45deg, #097fd4, #0154a1) !important;
    color: #fff;
}

.box-area {
    max-width: 1000px;
    margin: 10px;
    border-radius: 2px solid #f1f1f1;
    background: #fff;
    padding: 0.9375rem !important;
}

.left-box {
    padding: 40px 30px 40px 40px;
    border-right: 1px solid #e6e6e6;
}

.right-box {
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    display: flex !important;
}

.owl-carousel {
    position: relative;
    height: 100%;
}

.owl-carousel .owl-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.owl-carousel .owl-controls {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.owl-carousel .owl-dots .owl-dot span {
    background: #d1ebff;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #0d99ff !important;
}

@media only screen and (max-width: 768px) {
    .box-area {
        margin: 0 10px;
    }

    .left-box {
        padding: 20px;
    }

    .right-box {
        height: auto;
        overflow: hidden;
        padding: 20px;
    }

    .left-box,
    .right-box {
        border: none;
    }

    .no-js .owl-carousel,
    .owl-carousel.owl-loaded {
        display: none !important;
    }

    .owl-carousel,
    .owl-carousel.owl-loaded {
        display: none;
    }
}
