.loadingCircle,
.loadingContainer,
.splashScreen,
body {
    overflow: auto;
}

    body.visibleSplash {
        overflow: visible !important;
    }

.splashScreen {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: 5px solid #b3dd06;
    z-index: 1;
}

.circleOuter,
.loadingContainer {
    top: 50%;
    transform: translate(-50%, -50%);
}

.loadingContainer {
    width: 400px;
    position: absolute;
    left: 50%;
    text-align: center;
}

.loadingBox {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.splashLogo {
    width: 50%;
    margin: 0 0 50px;
}

.loadingBarContainer {
    width: 100%;
    background: #eee;
    height: 10px;
    display: block;
    margin: 50px 0 0;
    overflow: hidden;
}

@keyframes rotateLoader {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.half, .half .container > .row {
    height: 100vh;
    /*min-height: 900px;*/
    overflow: auto;
}

.scrollbar-half {
    /*height: 100vh;
    min-height: 900px;
    overflow: auto;*/
}

@media only screen and (min-width: 1200px) {
    .carousel-indicators {
        position: fixed;
        right: -450px;
    }
}

@media only screen and (min-width: 1600px) {
    .half, .half .container > .row {
        height: 100vh;
        min-height: auto;
        overflow: auto;
    }

    .carousel-indicators {
        position: fixed;
        right: -630px;
    }
}

.scrollbar-half::-webkit-scrollbar {
    width: 12px; /* width of the entire scrollbar */
    scrollbar-width: thin;
    scrollbar-color: rgb(70, 70, 70) auto;
}

.scrollbar-half::-webkit-scrollbar-track {
    background: #b3dd06; /* color of the tracking area */
}

.scrollbar-half::-webkit-scrollbar-thumb {
    background-color: #b3dd06; /* color of the scroll thumb */
    border-radius: 20px; /* roundness of the scroll thumb */
    border: 3px solid #b3dd06; /* creates padding around scroll thumb */
}

@media (max-width: 991.98px) {

    .half .container > .row {
        overflow: hidden;
        /*height: auto;*/
        min-height: fit-content;
    }

    .half {
        /*padding: 20px 0;*/
        min-height: 100vh;
    }

        .half .bg {
            height: 200px;
        }

    .scrollbar-half .container > .row {
        overflow: hidden;
        height: auto;
        min-height: fit-content;
    }
}

/*.half .contents {
  background: #f6f7fc; }*/

/*.half .contents {
    width: 40%;
}

.half .bg {
    width: 60%;
}*/

@media (max-width: 1199.98px) {
    .half .contents, .half .bg {
        width: 100%;
    }

    .scrollbar-half .contents {
        width: 100%;
        max-height: 900px;
    }
}

.half .contents .form-control, .half .bg .form-control {
    background: transparent;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #333;
    padding: 0 30px 0 0;
    border-radius: 0;
    height: 40px;
    color: #27173E;
    font-size: 15px;
}

.half .card .form-group label {
    font-size: 11px;
    margin: 0;
    font-weight: 500;
    color: #27173E;
    display: block;
    line-height: 1.2em;
    text-align: left;
    padding-bottom: 2px;
}

.half .contents .form-control:active, .half .contents .form-control:focus, .half .bg .form-control:active, .half .bg .form-control:focus {
    outline: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.half .bg {
    height: 100vh;
    background-image: url('../img/splash-img/bg.svg');
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    /*background-size: cover;
    background-position: center;
    background-color: #1E1E20;*/
}

.half a {
    color: #888;
}

    .half a:hover {
        color: #b3dd06;
    }

.half .btn2 {
    height: 54px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border: 1px solid #b3dd06;
    font-size: 1.2em;
    background: #b3dd06;
    color: #183437;
}

    .half .btn2:hover {
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        background: #fff;
        color: #183437;
        border: 1px solid #183437;
    }

.half .forgot-pass {
    position: relative;
    top: 2px;
    font-size: 13px;
}

.half h2 {
    font-size: 26px;
}

.control {
    display: block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 13px;
}

    .control .caption {
        position: relative;
        top: .2rem;
        color: #888;
    }

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator {
    position: absolute;
    top: 8px;
    left: 0;
    height: 18px;
    width: 18px;
    background: #d0d0d0;
    border-radius: 4px;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

.control input:checked ~ .control__indicator {
    background: #b3dd06;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #b3dd06;
    ;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.9;
    pointer-events: none;
}

.control__indicator:after {
    font-family: 'FontAwesome';
    content: '\f00c';
    position: absolute;
    display: none;
    font-size: 13px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.control input:checked ~ .control__indicator:after {
    display: block;
    color: #fff;
}

.control--checkbox .control__indicator:after {
    top: 50%;
    left: 50%;
    margin-top: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked ~ .control__indicator {
    background-color: #b3dd06;
    opacity: .2;
}
