/**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(../images/login-bg.png)no-repeat 0 0;
    background-size: cover;
}
.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: 100%;
    height: 100%;
    display: block;
    text-align: center;
    position: relative;
    padding: 0 0 15px 0;
}
.login-content h1 {
    text-align: center;
    color: #fff;
    font-size: 36px;
    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: 25px 0;
    text-align: center;
    background: url("../images/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: #008BC7;
    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: 130px!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;
     }
}