﻿/**Login Page css**/
.login-area {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    background: #181B4E;
    background-size: cover;
    position: relative;
}

    .login-area:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 40%;
        height: 100%;
        display: block;
       /* background: url(/SBTLogin/image/login-bg.png)no-repeat 0 0;*/
        background-size: cover;
        background:white;
    }

    .login-area header {
        padding: 15px 0;
        width: 100%;
        display: block;
        position: inherit
    }

        .login-area header .logo {
            max-width: 180px;
            height: auto;
            display: inline-block;
        }

        .login-area header .rbt-cliq-logo {
            max-width: 250px;
            height: auto;
            display: inline-block;
            float: right
        }

.login-content {
    width: 85%;
    height: 100%;
    display: block;
    text-align: center;
    position: relative;
    padding: 0 0 15px 0;
}

    .login-content h1 {
        text-align: center;
        color: #fff;
        font-size: 30px;
        display: block;
        margin: 0 auto 15px;
    }

        .login-content h1 span {
            color: #fff;
            display: block;
        }

    .login-content p {
        color: #fff;
    }

.login-desk {
    display: block;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    background: url("/SBTLogin/image/footer-map-bg.png")no-repeat center;
    background-size: contain
}

    .login-desk li {
        width: 120px;
        height: 120px;
        display: inline-block;
        margin: 0 auto;
    }

        .login-desk li .log-icons {
            width: 115px;
            height: 115px;
            padding: 15px;
            text-align: center;
            display: inline-block;
            box-shadow: 0px 3px 10px #00000061;
            border: 2px solid #2092AB;
            border-radius: 5px;
        }

.login-device {
    display: none
}

.login-form {
    width: 100%;
    max-width: 475px;
    height: auto;
    display: block;
    float: right;
    padding: 25px;
}

    .login-form h2 {
        text-align: center;
        margin: 0 auto 15px;
    }

        .login-form h2:after {
            display: none
        }

    .login-form p {
        text-align: center
    }

    .login-form label {
        margin: 0 0 5px
    }

    .login-form .form-group {
        /*padding: 0 0 0 30px;*/
        position: relative;
        display: block;
        width: 100%;
        border: 1px solid #e1e1e1;
        background: #ebeff2;
    }

        .login-form .form-group:after {
            content: "";
            width: 15px;
            height: 15px;
            display: inline-block;
            position: absolute;
            left: 10px;
            top: 12px;
            z-index: 1;
            background: url("../images/login-icon.png")no-repeat 0 0;
        }

        .login-form .form-group.lock-icon:after {
            background: url("../images/login-icon.png")no-repeat 0 -34px;
        }

        .login-form .form-group .form-control {
            border: 0;
            background: none;
        }

    .login-form .form-control {
        height: auto;
        padding: 10px 10px 10px 5px !important;
    }

    .login-form .btn {
        width: 100%;
        margin: 0 auto;
    }

    .login-form a {
        font-weight: 500;
        text-align: center;
        width: 100%;
        display: block;
        margin: 30px auto 0;
        color: #082c4e;
        text-decoration: underline;
    }

.login-area footer {
    width: 100%;
    padding: 15px 0;
    font-size: 12px;
    background: none;
}

    .login-area footer p {
        color: #fff;
    }

        .login-area footer p.powerby {
            color: #2D2D2D;
            text-align: right;
        }

.powerby span {
    display: inline-block;
    width: 50px;
}

.forgot-title {
    font-size: 20px;
}

.login-area .form-control {
    border: 0;
}

.captcha-box {
    max-width: 200px;
    margin: 0 auto;
    display: block
}
/***********~Media Query~***********/
@media only screen and (min-width:1600px) {
    .login-area {
        height: 100vh
    }

        .login-area:before {
            height: 100vh;
            width: 32%;
        }

        .login-area footer {
            position: fixed;
            bottom: 0;
        }
}

@media only screen and (max-width: 1279px) {
    .login-desk {
        max-width: 450px;
    }

        .login-desk li {
            width: 85px;
            height: 85px;
        }

            .login-desk li .log-icons {
                width: 80px;
                height: 80px;
                padding: 10px;
            }
}

@media only screen and (max-width: 991px) {
    .login-desk {
        max-width: 420px;
    }

        .login-desk li {
            width: 75px;
            height: 75px;
        }

            .login-desk li .log-icons {
                width: 70px;
                height: 70px;
                padding: 10px;
            }
}

@media only screen and (max-width: 767px) {
    .login-area header {
        padding: 15px 0 15px;
    }

    .login-area:before {
        display: none
    }

    .login-form {
        background: #fff;
        margin: 0 auto 30px;
        border-radius: 10px;
    }

    .login-desk {
        display: none
    }

    .login-device {
        display: none;
        /*width: 100%;
        max-width: 700px;
        margin: 0 auto;
        padding: 25px 0;
        text-align: center;
        background: url("../images/footer-map-bg.png")no-repeat center;
        background-size: contain*/
    }

        .login-device li {
            width: 120px;
            height: 120px;
            display: inline-block;
            margin: 0 auto;
        }

            .login-device li .log-icons {
                width: 115px;
                height: 115px;
                padding: 15px;
                text-align: center;
                display: inline-block;
                box-shadow: 0px 3px 10px #00000061;
                border: 2px solid #2092AB;
                border-radius: 5px;
            }

    .login-area footer, .login-area footer p.powerby {
        text-align: center;
        width: 100%;
        color: #fff;
    }

    .login-area header .rbt-cliq-logo {
        background: #f4f7fb;
        border-radius: 4px;
    }

    .login-area header .logo, .login-area header .rbt-cliq-logo {
        max-width: 165px !important;
    }

    .login-content p {
        margin-bottom: 10px;
    }

    .login-area {
        height: 100vh;
    }

    #login svg.svg-inline--fa.fa-angle-right.fa-w-8 {
        right: 38% !important;
        top: 37% !important;
    }
}


.holderCircle {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    margin: 10px auto;
    position: relative;
}


.dotCircle {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    z-index: 20;
}

    .dotCircle .itemDot {
        display: block;
        width: 80px;
        height: 80px;
        position: absolute;
        background: #ffffff;
        color: #a20606;
        border-radius: 20px;
        text-align: center;
        line-height: 80px;
        font-size: 30px;
        z-index: 3;
        cursor: pointer;
        border: 2px solid #e6e6e6;
    }

        .dotCircle .itemDot .forActive {
            width: 56px;
            height: 56px;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: none;
        }

            .dotCircle .itemDot .forActive::after {
                content: '';
                width: 5px;
                height: 5px;
                border: 3px solid #fff;
                bottom: -31px;
                left: -14px;
                filter: blur(1px);
                position: absolute;
                border-radius: 100%;
            }

            .dotCircle .itemDot .forActive::before {
                content: '';
                width: 6px;
                height: 6px;
                filter: blur(5px);
                top: -15px;
                position: absolute;
                transform: rotate(-45deg);
                border: 6px solid #fff;
                right: -39px;
            }

        .dotCircle .itemDot.active .forActive {
            display: block;
        }

.round {
    position: absolute;
    left: 40px;
    top: 45px;
    width: 410px;
    height: 410px;
    border: 2px dotted #a20606;
    border-radius: 100%;
    -webkit-animation: rotation 100s infinite linear;
}

.dotCircle .itemDot:hover, .dotCircle .itemDot.active {
    color: #ffffff;
    transition: 0.5s; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d4ac7+0,a733bb+100 */
    background: #7d4ac7; /* Old browsers */
    background: -moz-linear-gradient(left, #a20606 0%, #082c4e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #a20606 0%, #082c4e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #a20606 0%, #082c4e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d4ac7', endColorstr='#a733bb', GradientType=1);*/ /* IE6-9 */
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
}

.dotCircle .itemDot {
    font-size: 40px;
}

.contentCircle {
    width: 250px;
    border-radius: 100%;
    color: #222222;
    position: relative;
    top: 150px;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .contentCircle .CirItem {
        border-radius: 100%;
        color: #222222;
        position: absolute;
        text-align: center;
        bottom: 0;
        left: 0;
        opacity: 0;
        transform: scale(0);
        transition: 0.5s;
        font-size: 15px;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        margin: auto;
        line-height: 250px;
    }

.CirItem.active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    transition: 0.5s;
}

.contentCircle .CirItem i {
    font-size: 180px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
    color: #000000;
    opacity: 0.1;
}

@media only screen and (min-width:300px) and (max-width:599px) {
    .holderCircle { /* width: 300px; height: 300px;*/
        margin: 110px auto;
    }

        .holderCircle::after {
            width: 100%;
            height: 100%;
        }

    .dotCircle {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
}

@media only screen and (min-width:600px) and (max-width:767px) {
}

@media only screen and (min-width:768px) and (max-width:991px) {
}

@media only screen and (min-width:992px) and (max-width:1199px) {
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
}

.title-box .title {
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    z-index: -1;
}

.title-box span {
    text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
    font-weight: 800;
    color: #fff;
}

.title-box p {
    font-size: 17px;
    line-height: 2em;
}