html,
body {
    height: 100% !important;
    width: 100% !important;
    overflow: hidden;
}

.hellolk-container {
    height: 100vh;
}

.hellolk-row {
    clear: both;
    overflow: hidden;
    height: 100vh;
}

.hellolk-row .left {
    background: url("/frontend/images/lk-hello-bg.jpg");
    float: left;
    width: 50%;
    height: 100vh;
    position: relative;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}


.hellolk-row .left:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-background-image: linear-gradient(-20deg, #fc6076 0%, #ff9a44 100%);
    -moz-background-image: linear-gradient(-20deg, #fc6076 0%, #ff9a44 100%);
    -ms-background-image: linear-gradient(-20deg, #fc6076 0%, #ff9a44 100%);
    -o-background-image: linear-gradient(-20deg, #fc6076 0%, #ff9a44 100%);
    background-image: linear-gradient(-20deg, #fc6076 0%, #ff9a44 100%);
    opacity: .7;
}

.hellolk-row .right {
    height: 100vh;
    float: left;
    width: 50%;
    background: #fff;
    overflow-y: auto;
}

.slider-parent {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.slider-parent img {
    margin: 0 auto;
    display: table;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.slider-parent .app-icons img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin: 0;
    width: 220px !important;
}

.slider-parent .desc p {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
    max-width: 500px;
    margin: 30px auto 20px;
    font-family: 'Quicksand', sans-serif;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff9a00;
}

.select2-container .select2-selection {
    border: 0 !important;
}

.hellolk-row .right .form-group-default {
    min-height: 70px !important;
}

.hellolk-row .right label {
    color: #424242 !important;
}

.select2-container {
    display: block !important;
    width: 100% !important;
}

.right .controls {
    position: relative;
}

.right .upload {
    position: absolute;
    top: 5px;
}

.controls input[type=file] {
    opacity: 0;
    z-index: 999999;
    width: 117px;
    height: 44px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.upload-btn-wrapper .btn {
    background: #ff9a00;
    color: #ffffff;
}

.right .app-icons {
    display: none;
}








@media (max-width: 1366px) {
    img.logo-img {
        width: 250px !important;
    }

    .slider-parent img {
        width: 200px !important;
    }

}

@media (max-width: 1365px) {

    html,
    body {
        overflow: auto;
    }

}

@media (max-width: 1023px) {
    .hellolk-row .left {
        display: none !important;
    }

    .hellolk-row .right {
        float: none;
        width: 100%;
    }

    .hellolk-container {
        height: auto !important;
    }

    .hellolk-row {
        height: auto !important;
    }

    .hellolk-row .left {
        height: auto !important;
    }

    .hellolk-row .right {
        height: auto !important;
    }

    .slider-parent {
        height: auto !important;
    }

    .right .app-icons {
        display: block;
        margin-top: 15px;
    }

    .app-icons img {
        width: 100% !important;
    }


}