﻿html, body {
    width: 100%;
    height: 100%;
    clip: auto;
    position: absolute;
    overflow: hidden;
}

.btnLogin, btnReset {
    border-radius: 20px;
}

.btnLogin {
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    position: relative;
    background: linear-gradient(45deg, #29323c 10%, #2196F3 90%);
    background-size: 200% 100%;
    padding: 1rem 1.5rem;
    color: white;
    border-radius: 100px;
    font-size: 1.3rem;
    transition: .8s;
}

.bsk-btn-default {
    color: #333;
    background-color: #eee;
    border-color: #eee;
}

.bsk-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

.btnReset {
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    position: relative;
    background: linear-gradient(45deg, dimgrey 10%, #cccccc 90%);
    background-size: 200% 100%;
    padding: 1rem 1.5rem;
    color: white;
    border-radius: 100px;
    font-size: 1.3rem;
    transition: .5s;
}

    .btnLogin:hover, .btnReset:hover {
        animation: bruh 3s linear infinite;
    }

@keyframes bruh {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 100% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.btnLogin span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.8s;
}

.btnLogin span {
    display: none;
}

    .btnLogin span:before {
        display: none;
    }

    .btnLogin span:after {
        content: '\f0a9';
        position: absolute;
        opacity: 0;
        top: -8px;
        right: -20px;
        transition: 0.8s;
    }

.btnLogin:hover span {
    padding-right: 25px;
    display: inline-block;
}

.btnLogin:hover span {
    padding-right: 2px;
    display: inline-block;
    transition: 0.8s;
}

    .btnLogin:hover span:after, .btnLogin:hover i:after {
        opacity: 1;
        right: -20px;
        top: -12px;
    }

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .fa-user-alt, .fa-key {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

/* align icon */
.right-addon .fa-user-alt {
    right: 0px;
    margin-top: 10px;
}

.right-addon .fa-key {
    right: 0px;
    margin-top: 10px;
}

.fa-user-alt {
    color: #0866ba;
}

.fa-key {
    color: #0866ba;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}


.flex-container {
    display: flex;
}

/*.flex-container > div {
      margin: 10px;
      padding: 20px;
      font-size: 30px;
    }*/
.res-horizontalText {
    width: 400px;
    height: 350px;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid grey;
    padding: 20px;
    box-shadow: 0 -3px 3px 3px #999;
}

.res-verticalText {
    font-size: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #EE3031;
    color: #fff;
    outline: 0;
    padding: 20px;
    height: 60px;
    transform-origin: 78% 223%; /*80% 217%;*/
    /*height: 20px;
            transform-origin: 80% 328%;*/
}

.res-verticalText {
    transform: rotate(-90deg);
    box-shadow: 0 4px 3px #999;
}

.res-fixedButton .res-fixedButton-g {
    position: absolute;
    /*left: -345px;*/
    left: -405px;
    transition: 0.5s;
    opacity: 0.85;
    top: 25%;
    z-index: 99999;
}

    .res-fixedButton .res-fixedButton-g:hover {
        left: 0;
        opacity: 1;
    }

/*.owl-dots .owl-dot span:before {
            font-family: 'icomoon';
            content: "\ec68";
            position: relative;
            top: -5px;
            font-size: 22px;
            color: #000;
            opacity: 0.2;
        }
        .owl-dots .owl-dot:hover span:before {
            font-family: 'icomoon';
            content: "\ee6e";
            opacity: 1;
            color: #00377B;
            text-shadow: 0 0 0.1875rem rgba(255,255,255,0.5);
        }*/
.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

    .owl-nav button.owl-prev {
        left: 0;
    }

    .owl-nav button.owl-next {
        right: 0;
    }

.owl-dots {
    text-align: center;
    /*padding-top: 15px;*/
}

    .owl-dots button.owl-dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: inline-block;
        background: #ccc;
        margin: 0 3px;
    }

        .owl-dots button.owl-dot.active {
            background-color: #000;
        }

        .owl-dots button.owl-dot:focus {
            outline: none;
        }

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
    /*span {
        font-size: 70px;
        position: relative;
        top: -5px;
    }*/
    .owl-nav button:focus {
        outline: none;
    }

/*custom scrollbar*/

@media (min-width: 769px) {
    ::-webkit-scrollbar {
        width: 15px;
    }

    ::-webkit-scrollbar {
        width: 0px;
    }
    /* Track */
    ::-webkit-scrollbar-track {
        /*box-shadow: inset 0 0 5px grey;*/
        border-radius: 20px;
        /*background-color: #003990;*/
    }
    /* Handle */
    ::-webkit-scrollbar-thumb {
        /*background-color: rebeccapurple green;*/
        border-radius: 20px;
        /*border: 6px solid transparent;*/
        background-clip: content-box;
    }
        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
            background-color: #c8c8c8;
        }
}

.carousel-inner .item a img, .carousel-inner .item img, .img-responsive, .thumbnail a img, .thumbnail img {
    display: block;
    max-width: 100%;
    height: auto
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner .item a img, .carousel-inner .item img {
            line-height: 1;
        }

    .carousel-inner .active, .carousel-inner .next, .carousel-inner .prev {
        display: block
    }

    .carousel-inner .active {
        left: 0
    }

    .carousel-inner .next, .carousel-inner .prev {
        position: absolute;
        top: 0;
        width: 100%
    }

    .carousel-inner .next {
        left: 100%
    }

    .carousel-inner .prev {
        left: -100%
    }

        .carousel-inner .next.left, .carousel-inner .prev.right {
            left: 0
        }

    .carousel-inner .active.left {
        left: -100%
    }

    .carousel-inner .active.right {
        left: 100%
    }

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x
    }

    .carousel-control:focus, .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        font-family: serif;
        line-height: 1
    }

        .carousel-control .icon-prev:before {
            content: '\2039'
        }

        .carousel-control .icon-next:before {
            content: '\203a'
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    display: inline-block;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000\9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #fff;
        border-radius: 10px
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff
    }

/* Security Alert */
.carousel-inner-SA {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 5px;
}

    .carousel-inner-SA .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

    .carousel-inner-SA .active, .carousel-inner-SA .next, .carousel-inner-SA .prev {
        display: block
    }

    .carousel-inner-SA .active {
        left: 0
    }

    .carousel-inner-SA .next, .carousel-inner-SA .prev {
        position: absolute;
        top: 0;
        width: 100%
    }

    .carousel-inner-SA .next {
        left: 100%
    }

    .carousel-inner-SA .prev {
        left: -100%
    }

        .carousel-inner-SA .next.left, .carousel-inner-SA .prev.right {
            left: 0
        }

    .carousel-inner-SA .active.left {
        left: -100%
    }

    .carousel-inner-SA .active.right {
        left: 100%
    }

.carousel-indicators-SA {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    display: inline-block;
}

    .carousel-indicators-SA li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000\9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #000000;
        border-radius: 10px;
    }

    .carousel-indicators-SA .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #000000
    }

/* Background animation */
@keyframes animationBackground {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.clsBackground {
    background: linear-gradient(-45deg, rgba(76, 157, 202, 0.8),#0071BC,#0768B3,#055C9D,#004C98,#003060,#000C66);
    background-size: 500% 500%;
    animation: animationBackground 15s ease infinite;
    height: 100vh;
}

/* Bubbles animation */

.circles {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;
    overflow: hidden;
    margin-top: 50px;
}

    .circles li {
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background: rgba(255, 255, 255, 0.2);
        animation: animate 25s linear infinite;
        bottom: -150px;
    }

        .circles li:nth-child(1) {
            width: 80px;
            height: 80px;
            animation-delay: 0s;
        }


        .circles li:nth-child(2) {
            left: 10%;
            width: 20px;
            height: 20px;
            animation-delay: 2s;
            animation-duration: 12s;
        }

        .circles li:nth-child(3) {
            left: 70%;
            width: 20px;
            height: 20px;
            animation-delay: 4s;
        }

        .circles li:nth-child(4) {
            left: 40%;
            width: 60px;
            height: 60px;
            animation-delay: 0s;
            animation-duration: 18s;
        }

        .circles li:nth-child(5) {
            left: 65%;
            width: 20px;
            height: 20px;
            animation-delay: 0s;
        }

        .circles li:nth-child(6) {
            left: 75%;
            width: 110px;
            height: 110px;
            animation-delay: 3s;
        }

        .circles li:nth-child(7) {
            left: 35%;
            width: 150px;
            height: 150px;
            animation-delay: 7s;
        }

        .circles li:nth-child(8) {
            left: 50%;
            width: 25px;
            height: 25px;
            animation-delay: 15s;
            animation-duration: 45s;
        }

        .circles li:nth-child(9) {
            left: 20%;
            width: 15px;
            height: 15px;
            animation-delay: 2s;
            animation-duration: 35s;
        }

        .circles li:nth-child(10) {
            left: 85%;
            width: 150px;
            height: 150px;
            animation-delay: 0s;
            animation-duration: 23s;
        }

        .circles li:nth-child(11) {
            left: 10%;
            width: 70px;
            height: 70px;
            animation-delay: 2s;
            animation-duration: 35s;
        }

@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}



@media (min-width:300px) {
    /*.clsReCaptcha {
        margin-left: 35px !important;
    }*/

    .clsForgotPW {
        margin-left: 160px;
    }
}

@media (min-width:1366.05px) {
    /*.clsReCaptcha {
        margin-left: 60px !important;
    }*/

    .clsForgotPW {
        margin-left: 235px;
    }
}

@media only screen and (max-width: 600px) {
    .clsReCaptcha {
        padding-top: 0.5rem;
        margin-bottom: 0.25rem;
    }

        .clsReCaptcha span.text-danger {
            display: block;
            margin-top: 0.5rem;
        }
}

.modal-title {
    color: white;
}
