﻿body {
    margin: 0;
    color: #525252;
    background: #636161;
    font-family: 'Roboto', sans-serif;
    background: url(/Images/login-bg.jpg) no-repeat;
    background-size: cover;
}

*, :after, :before {
    box-sizing: border-box;
}

.hidden {
    display: none !important;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
}

::-moz-placeholder {
    color: #a3a3a3;
}

:-ms-input-placeholder {
    color: #a3a3a3;
}

:-moz-placeholder {
    color: #a3a3a3;
}

.clearfix:after, .clearfix:before {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

@media (min-width: 992px) {
    .login-page .container {
        width: 850px;
    }
}
@media (min-width: 1400px) {
    .login-page .container {
        width: 970px;
    }
}
.top-header {
    background-color: #fff;
    background: -webkit-linear-gradient(top, #ecf2f5 0%,#ffffff 100%);
    background: -moz-linear-gradient(top, #ecf2f5 0%,#ffffff 100%);
    padding: 6px 0;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.03);
    box-shadow: 0 1px 5px rgba(0,0,0,0.03);
}

    .top-header .user-img {
        display: inline-block;
        margin-right: 6px;
    }

        .top-header .user-img img {
            display: inline-block;
            padding: 2px;
            line-height: 1.42857143;
            background-color: #fff;
            border: 1px solid #1899d7;
            border-radius: 4px;
            height: 40px;
            width: 40px;
            border-radius: 50%;
        }

    .top-header .test-info {
        padding: 6px 11px 6px 9px;
        line-height: 25px;
        display: inline-block;
        border-radius: 5px;
        color: #1899d7;
        font-size: 14px;
        display: inline-block;
        font-weight: bold;
    }



.loader {
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.75);
    position: fixed;
    display: table;
    width: 100%;
    top: 0;
    height: 100%;
    min-height: 100%;
    z-index: 99999;
    left: 0;
}

.loader-container {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 12;
    text-align: center;
}

    .loader-container img {
        width: 60px;
    }

.loader {
    vertical-align: top;
}
.login-image-section .logo {
    background: #fff;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 22px;
    margin-top: -44px;
    margin-left: -52px;
}

    .login-image-section .logo img {
        margin-top: 14px;
    }
.login-image-section .login-img {
    margin-left: 75px;
    margin-top: 63px;
}
    .login-container {
        margin-top: 60px;
        position: relative;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 0 20px #000;
    }
        .login-container:before {
            content: '';
            position: absolute;
            top: -15px;
            right: -15px;
            left: -15px;
            bottom: -15px;
            /*background: linear-gradient(110deg, #1e53a2, #1b0866);*/
            border-radius: 20px;
            background: linear-gradient(110deg, #2A3388, #2A3388);
        }
.login-wrapper {
    background-color: #fff;
    background: linear-gradient(45deg, #f1f2fb, white);
    position: relative;
    padding: 30px 40px 0 40px;
    padding-bottom: 150px;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.55);
    border-radius:20px;
}
    .login-wrapper h2 {
        COLOR: #1b0a68;
    }

    .login-wrapper form {
        margin: 0;
    }

.login-wrapper .logo-section {
    margin-right: 30px;
    height: 187px;
    background: #ffffff;
    text-align: center;
}

    .login-wrapper .logo-section img {
        height: auto;
        display: inline-block;
        margin-top: 50px;
    }

.login-form {
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin-top:30px;
}

    .login-form .group {
        margin-bottom: 15px;
    }

        .login-form .group .label,
        .login-form .group .input {
            width: 100%;
            display: block;
        }



        .login-form .group .input {
            display: block;
            width: 100%;
            border-radius: 1px;
            letter-spacing: 0.05em;
            background-color: #ffffff;
            font-size: 14px;
            font-family: verdana;
            color: #000000;
            outline: 0;
            height: 50px;
            padding: 0 18px;
            /*border: 1px solid #1899d7;*/
            border: 1px solid transparent;
            /*box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
            border-radius: 6px;
            /*box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);*/
            box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.1);
            -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
            -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        }

            .login-form .group .input:focus,
            .login-form .group .button:focus {
                border: 1px solid #1899d7;
                outline: none;
                box-shadow: 0 3px 20px 5px rgba(0, 0, 0, 0.1);
            }

        .login-form .group input[data-type="password"] {
            text-security: circle;
            -webkit-text-security: circle;
        }

        .login-form .group .label {
            color: #565656;
            font-size: 12px;
            text-align: left;
            font-weight: 600;
            letter-spacing: 0.1em;
        }

        /*.login-form .group .button {
            color: #fff;
            background-color: #337ab7;
            border-color: #2e6da4;
        }


            .login-form .group .button:hover {
                color: #fff;
                background-color: #286090;
                border-color: #204d74;
            }*/
        .login-form .group .button {
            width: 100%;
            border-radius: 4px;
            background: #ff9600;
            border: none;
            color: #FFFFFF;
            text-align: center;
            text-transform: uppercase;
            font-size: 22px;
            padding: 0 20px;
            height: 50px;
            transition: all 0.4s;
            cursor: pointer;
            margin-top: 20px;
            margin-bottom: 20px;
        }

.login-form .group .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.4s;
}

    .login-form .group .button span:after {
        content: '\00bb';
        position: absolute;
        opacity: 0;
        top: 0;
        right: -20px;
        transition: 0.5s;
    }

            .login-form .group .button:hover span {
                padding-right: 25px;
            }

                .login-form .group .button:hover span:after {
                    opacity: 1;
                    right: 0;
                }
                               
        .login-form .group label .icon {
            width: 15px;
            height: 15px;
            border-radius: 2px;
            position: relative;
            display: inline-block;
            background: rgba(255,255,255,.1);
            border: 1px solid #afafaf;
        }

            .login-form .group label .icon:before,
            .login-form .group label .icon:after {
                content: '';
                width: 10px;
                height: 2px;
                background: #fff;
                position: absolute;
                -webkit-transition: all .2s ease-in-out 0s;
                transition: all .2s ease-in-out 0s;
            }

            .login-form .group label .icon:before {
                left: 3px;
                width: 5px;
                bottom: 6px;
                -webkit-transform: scale(0) rotate(0);
                transform: scale(0) rotate(0);
            }

            .login-form .group label .icon:after {
                top: 6px;
                right: 0;
                -webkit-transform: scale(0) rotate(0);
                transform: scale(0) rotate(0);
            }

.login-container .instruction p {
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #2A3388;
    color: white;
    text-align: center;
}

    footer p {
        margin: 0;
        color:#fff;
    }

.hr {
    height: 2px;
    margin: 60px 0 50px 0;
    background: rgba(255,255,255,.2);
}


@media (max-width:550px) {
    .col-xxs-12, .col-xxs-6 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }

    .col-xxs-6 {
        width: 50%;
    }

    .col-xxs-12 {
        width: 100%;
    }
}

@media (max-width:300px) {
    .col-xxxs-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }

    .col-xxxs-12 {
        width: 100%;
    }
}


/*------------------ui autocomplte design-----------------------------*/

.ui-autocomplete {
    z-index: 2147483647;
}

    .ui-autocomplete.ui-widget-content {
        border: 1px solid #dddddd;
        background: #fff;
        box-shadow: 0 1px 2px #c2c2c2;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 14px;
        padding: 0;
        max-height: 300px;
        overflow: auto;
    }

    .ui-autocomplete.ui-menu .ui-menu-item {
        padding: 8px 5px;
        border: 1px solid transparent;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
    }

    .ui-autocomplete .ui-state-hover, .ui-autocomplete.ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-autocomplete .ui-state-focus, .ui-autocomplete.ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        border: 1px solid #ededed /*{borderColorHover}*/;
        background: #e8e8e8;
        font-weight: normal /*{fwDefault}*/;
        color: #212121 /*{fcHover}*/;
        border-top: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
    }

@media (max-width:1400px) {
    .ui-autocomplete.ui-widget-content {
        font-size: 13px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
---------------------------------------------------------radio and checkbox style---------------------------------------  
------------------------------------------------------------------------------------------------------------*/
.form-style .radio, .form-style .checkbox {
    outline: none;
    border: none;
    margin-bottom: 4px;
    padding-left: 27px;
    /*font-size: 13px;*/
    line-height: 27px;
    color: #555555;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: normal;
    margin-top: 0;
    position: relative;
    display: block;
    padding-top: 0;
}

.form-style.text-right .radio, .form-style.text-right .checkbox {
    padding-left: 0;
    padding-right: 30px;
}

.form-style.font-white .radio, .form-style.font-white .checkbox {
    color: #fff;
}

.form-style .radio.radio-sm {
    line-height: 13px;
    font-size: 12px;
}

.form-style .radio.text-white {
    color: #fff;
}

.form-style .radio {
    text-transform: none;
}

    .form-style .radio:last-child,
    .form-style .checkbox:last-child {
        margin-bottom: 0;
        padding-top: 0;
    }

    .form-style .radio input,
    .form-style .checkbox input {
        position: absolute;
        left: -9999px;
    }

    .form-style .radio i,
    .form-style .checkbox i {
        position: absolute;
        top: 5px;
        left: 0;
        display: block;
        width: 17px;
        height: 17px;
        outline: none;
        border-width: 2px;
        border-style: solid;
        background: #fff;
    }

.form-style.text-right .radio i,
.form-style.text-right .checkbox i {
    top: 5px;
    left: auto;
    right: 0;
}

.form-style .radio i {
    border-radius: 50%;
}

.form-style .radio input + i:after,
.form-style .checkbox input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

.form-style .radio input + i:after {
    content: '';
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.form-style .checkbox input + i:after {
    content: '';
    top: 3px;
    left: 2px;
    width: 10px;
    height: 7px;
    background: url('../Images/tick.png') no-repeat;
    text-align: center;
}

.form-style .radio input:checked + i:after,
.form-style .checkbox input:checked + i:after {
    opacity: 1;
}

.form-style .inline-group {
    margin: 0 -30px -4px 0;
}

    .form-style .inline-group:after {
        content: '';
        display: table;
        clear: both;
    }

    .form-style .inline-group .radio,
    .form-style .inline-group .checkbox {
        float: left;
        margin-right: 30px;
    }

        .form-style .inline-group .radio:last-child,
        .form-style .inline-group .checkbox:last-child {
            margin-bottom: 4px;
        }
/* icons */

.form-style [class^="icon-"] {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
/* normal state */
.form-style .radio i,
.form-style .checkbox i {
    /*border-color: #E5A43B;*/
    border-color: #d8d8d8;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}

.checkRadio-white.form-style .radio i, .checkRadio-white.form-style .checkbox i {
    border-color: #fff;
}
/* hover state */
.form-style .radio:hover i,
.form-style .checkbox:hover i {
    border-color: #E5A43B;
    box-shadow: 0 0 9px #adadad;
}

.checkRadio-white.form-style .radio:hover i, .checkRadio-white.form-style .checkbox:hover i {
    border-color: #fafafa;
}

.form-style .button:hover {
    opacity: 1;
}
/* focus state */
.form-style .radio input:focus + i,
.form-style .checkbox input:focus + i {
    border-color: #E5A43B;
}
/* checked state */
.form-style .radio input + i:after {
    background-color: #E5A43B;
}

.checkRadio-white.form-style .radio input + i:after {
    background-color: #01c3c4;
}

.form-style .checkbox input + i:after {
    color: #E5A43B;
}

.form-style .radio input:checked + i,
.form-style .checkbox input:checked + i {
    border-color: #E5A43B;
}

.checkRadio-white.form-style .radio input:checked + i, .checkRadio-white.form-style .checkbox input:checked + i {
    border-color: #fafafa;
}

.curPointer {
    cursor: pointer;
}
/*------------------------------------------------------end--radio and checkbox style-------------------------------------*/

.forgetPassword {
    color: #7d7c7c;
    font-weight: 100;
    font-size: 15px;
    text-decoration: none;
}

.btn-forget {
    background: none !important;
    border: none;
    color: #7d7c7c;
    padding: 0 !important;
    /*optional*/
    font-family: arial,sans-serif; /*input has OS specific font-family*/
    color: #069;
    cursor: pointer;
}

.marT10 {
    margin-top: 10px;
}

.text-Red {
    color: red;
}

.errorMsg {
    /*font-size: 13px;
    margin: 0 0 35px 0;*/
    font-weight: bold;
}

.homebtn {
    margin: 10px auto;
    display: table;
    font-size: 12px;
    color: #006699;
}

.error-msg {
    color: #ffcbcb;
    font-weight: 500;
    margin-bottom: 5px;
    border-radius: 2px;
    font-size: 16px;
}
.noTMar {
    margin-top:0;
}

@media (max-width:1400px) {
    .login-wrapper {
        padding: 20px 30px 0 30px;
        padding-bottom: 140px;
    }
    .login-form {
        margin-top: 15px;
    }
        .login-form .group .input, .login-form .group .button {
            height: 40px;
        }
        .login-form .group .button {
            margin-bottom: 12px;
        }
        .login-form .group {
            margin-bottom: 10px;
        }
    .login-wrapper h2 {
        font-size: 20px;
    }
    .login-container .instruction p {
        font-size: 11px;
    }
    .login-image-section .login-img {
        margin-top: -33px;
    }
  
}

.capcha {
    background: url(../Images/capcha-bg.png) !important;
    width: 150px;
    height: 44px;
    border: 1px solid #c2d9e1 !important;
    border-radius: 0 !important;
    text-align: center;
    font-size: 21px !important;
    letter-spacing: 10px;
    color: #2c9ec5;
}

.capchaRefresh {
    background: url(../Images/refresh.png) no-repeat !important;
    background-size: auto;
    height: 22px;
    width: 22px;
    border: 0;
    vertical-align: middle;
    cursor: pointer;
    background-size: 22px 22px !important;
}

