/* Minification failed. Returning unminified contents.
(341,12): run-time error CSS1038: Expected hex color, found '#2f95c8d'
 */
.login {
    background-color: #364150 !important
}

    .login .logo {
        margin: 60px auto 0;
        padding: 15px;
        text-align: center
    }

    .login .content {
        background-color: #fff;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        border-radius: 7px;
        width: 400px;
        margin: 40px auto 10px;
        padding: 10px 30px 30px;
        overflow: hidden;
        position: relative
    }

        .login .content h3 {
            color: #4db3a5;
            text-align: center;
            font-size: 28px;
            font-weight: 400 !important
        }

        .login .content h4 {
            color: #555
        }

        .login .content .hint {
            color: #999;
            padding: 0;
            margin: 15px 0 7px
        }

        .login .content .forget-form, .login .content .login-form {
            padding: 0;
            margin: 0
        }

        .login .content .form-control {
            background-color: #dde3ec;
            height: 43px;
            color: #8290a3;
            border: 1px solid #dde3ec
        }

            .login .content .form-control:active, .login .content .form-control:focus {
                border: 1px solid #c3ccda
            }

            .login .content .form-control::-moz-placeholder {
                color: #8290a3;
                opacity: 1
            }

            .login .content .form-control:-ms-input-placeholder {
                color: #8290a3
            }

            .login .content .form-control::-webkit-input-placeholder {
                color: #8290a3
            }

        .login .content select.form-control {
            padding-left: 9px;
            padding-right: 9px
        }

        .login .content .forget-form, .login .content .register-form {
            display: none
        }

        .login .content .form-title {
            font-weight: 300;
            margin-bottom: 25px
        }

        .login .content .form-actions {
            clear: both;
            border: 0;
            border-bottom: 1px solid #eee;
            padding: 25px 30px;
            margin-left: -30px;
            margin-right: -30px
        }

            .login .content .form-actions > .btn {
                margin-top: -2px
            }

.login-options {
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden
}

    .login-options h4 {
        float: left;
        font-weight: 600;
        font-size: 15px;
        color: #7d91aa !important
    }

    .login-options .social-icons {
        float: right;
        padding-top: 3px
    }

        .login-options .social-icons li a {
            border-radius: 15px !important;
            -moz-border-radius: 15px !important;
            -webkit-border-radius: 15px !important
        }

.login .content .form-actions .checkbox {
    margin-left: 0;
    padding-left: 0
}

.login .content .forget-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px
}

.login .content .register-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.login .content .form-actions .btn {
    margin-top: 1px;
    font-weight: 600;
    padding: 10px 20px !important
}

.login .content .form-actions .btn-default {
    font-weight: 600;
    padding: 10px 25px !important;
    color: #6c7a8d;
    background-color: #fff;
    border: none
}

    .login .content .form-actions .btn-default:hover {
        background-color: #fafaff;
        color: #45b6af
    }

.login .content .forget-password {
    font-size: 14px;
    float: right;
    display: inline-block;
    margin-top: 10px
}

.login .content .check {
    color: #8290a3
}

.login .content .rememberme {
    margin-left: 8px
}

.login .content .create-account {
    margin: 0 -40px -30px;
    padding: 0px 0 9px;
    text-align: center;
    background-color: #6c7a8d;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -ms-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
}

    .login .content .create-account > p {
        margin: 0
    }

    .login .content .create-account p a {
        font-weight: 600;
        font-size: 14px;
        color: #FFf;
    }

    .login .content .create-account a {
        display: inline-block;
        margin-top: 5px
    }

.login .copyright {
    text-align: center;
    margin: 0 auto 30px 0;
    padding: 10px;
    color: #7a8ca5;
    font-size: 13px
}

@media (max-width:440px) {
    .login .content, .login .logo {
        margin-top: 10px
    }

    .login .content {
        width: 280px
    }

        .login .content h3 {
            font-size: 22px
        }

    .forget-password {
        display: inline-block;
        margin-top: 20px
    }

    .login-options .social-icons {
        float: left;
        padding-top: 3px
    }

    .login .checkbox {
        font-size: 13px
    }
}

.login .content {
    background-color: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    width: 65%;
    margin: 0px auto 0px;
    padding: 0px 0px;
    overflow: hidden;
    position: relative;
}

    .login .content .login-action .btn {
        margin-top: 1px;
        font-weight: 600;
        padding: 10px 52px !important;
    }
    .login .content .forget-form, .login .content .forgetStep2-form, .login .content .ChangePass-form {
        padding: 10px;
        margin: 10px 30% 10px;
    }
.has-error .form-control {
    background-color: #efeced !important;
    border-color: #e73d4a !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.login .content .login-action {
    clear: both;
    border: 0;
    border-bottom: 1px solid #eee;
    padding: 14px 0px;
    /*margin-left: -30px;
    margin-right: -30px;*/
}
.uppercase {
    text-transform: capitalize !important;
}
.select2-container {
    width: 100% !important;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
/*Count OTP*/
.Count-item {
    position: relative;
}
    .Count-item h4 {
        text-align: center;
        position: absolute;
        line-height: 58px;
        width: 100%;
    }
.SvgVerfy {
    transform: rotate(-90deg);
}
.circle_animation {
    stroke-dasharray: 125; /* this value is the pixel circumference of the circle */
    stroke-dashoffset: 125;
    transition: all 1s linear;
}
/*Image Captcha*/
.text-left .imgCaptcha {
    vertical-align: middle;
    height: 57px;
    width: 265px;
    width: 100% !important;
    position: relative;
    top: 0;
    left: 0;
}
.text-left .reloadCapathcha {
    position: absolute;
    margin-top: 15px;
    right: 30px;
}
.text-left .reloadCapathchaForgetForm {
    position: absolute;
    margin-top: 15px;
    right: 315px;
}
/*Image Logo Login*/
.ImgLogoLogin {
    margin: 20px 0px 20px 0px;
}
.uppercase {
    text-transform: capitalize !important;
}
/*Icon Textbox*/
[class*=" fa-"]:not(.fa-stack), [class*=" glyphicon-"], [class*=" icon-"], [class^=fa-]:not(.fa-stack), [class^=glyphicon-], [class^=icon-] {
    display: inline-block;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
}
.alert {
    padding: 16px !important;
    border: 1px solid transparent;
    border-radius: 4px;
}
a {
    text-shadow: none;
    color: #2f95c8d;
}
    a:focus {
        color: white;
        text-decoration: underline;
    }
/* Modal*/
.modal .modal-header {
    background-color: #005ba6 !important;
    color: white;
}
.modal-dialog {
    overflow-y: initial !important
}
.modal-body {
    height: 250px;
    overflow-y: auto;
}
/*select2 Arrow*/
/*.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}*/
.Links {
    padding-right: 15px;
}
/* caret "after" content visible outside of keyboard popup */
.ui-keyboard-preview-wrapper {
    overflow: visible;
}
/* add caret character preview popup */
.ui-keyboard-caret:after {
    display: none !important;
    content: attr(data-character);
    background: red;
    color: white;
    font-family: Verdana, Tahoma, Segoe, sans-serif;
    font-size: 1.1em;
    min-width: 1em;
    position: absolute;
    z-index: 100;
    top: -1.4em;
    left: -.5em;
}

#wrap {
    display: block;
    margin: 0 auto;
    width: 200px;
}

.spacer {
    height: 20px;
}

.input-group .form-control:focus {
    z-index: 1;
}

.input-group-addon > i {
    color: #70767f;
}

.login .content .form-control {
    background-color: #F9F9F9 !important;
    height: 43px;
    color: #9CA1A5 !important;
    border: 1px solid #C0C8CD;
}
.callCenter {
    padding-top: 10px;
}
    .callCenter .CallCenterImage{
        padding:0px;
    }
    .callCenterInfo, .callCenterInfo h2 {
        margin: 0;
        padding: 0px 15px;
        color: #666666;
    }
    .callCenterInfo .callcenterTitle {
        font-size: 16px;
        font-weight: normal !important;
    }
    .callCenterInfo .callCenterNumber {
        font-size: 30px;
        font-weight: bold !important;
    }
.login .content h3 {
    color: #AA1F2E;
    /*text-align: left;*/
    font-size: 18px;
    font-weight: bold !important;
}
/*BEGIN  BUTTON*/
.btn.default:not(.btn-outline) {
    background-color: #AA1F2E !important;
    color: #fff !important;
    border-color: #AA1F2E !important;
}

    .btn.default:not(.btn-outline).active, .btn.default:not(.btn-outline):active, .btn.default:not(.btn-outline):hover, .open > .btn.default:not(.btn-outline).dropdown-toggle {
        color: #fff !important;
        background-color: #AA1F2E !important;
        border-color: #AA1F2E !important;
    }
/*BEGIN OUTLINE BUTTON*/
.btn.btn-outline.default {
    border-color: #005ba6 !important;
    color: #005ba6 !important;
    background: 0 0;
}
 

    .btn.btn-outline.default.active, .btn.btn-outline.default:active, .btn.btn-outline.default:active:focus, .btn.btn-outline.default:active:hover, .btn.btn-outline.default:focus, .btn.btn-outline.default:hover {
        border-color: #005ba6 !important;
        color: #fff !important;
        background-color: #005ba6 !important;
    }

.imgLogo {
    background: url('../Images/Logo.png');
}

.mt-element-step .step-line .done .mt-step-number {
    color: #AA1F2E !important;
    border-color: #AA1F2E !important;
}

.mt-element-step .step-line .done .mt-step-content, .mt-element-step .step-line .done .mt-step-title {
    color: #AA1F2E !important;
}

    .mt-element-step .step-line .done .mt-step-title:after, .mt-element-step .step-line .done .mt-step-title:before {
        background-color: #AA1F2E  !important;
    }

    .mt-element-step .step-line .done .mt-step-title:after, .mt-element-step .step-line .done .mt-step-title:before {
        background-color: #AA1F2E !important;
    }

    .mt-element-step .step-line .done .mt-step-title:after, .mt-element-step .step-line .done .mt-step-title:before {
        background-color: #AA1F2E !important;
    }

.login {
    /*background-image: url('../images/Background@2x.png');*/
    background-image: url('Custom/CHAM/Images/BackGround.png');
    background-repeat: no-repeat;
    background-color: inherit !important;
    background-size: cover;
    background-position: center;
	height: 501.39px;
    /* overflow: hidden; */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
}
    .login .col-lg-7 {
        padding-left: 0 !important;
        padding-right: 0px !important;
	    max-width:auto ;
    
    }
    .login .loginForm {
        padding: 0px 30px 0px 30px !important;
        /*margin: 0px 30px 0px 30px !important;*/
    }
    .login .topDiv {
        color: #555;
        text-align: center;
        padding: 8px 0px 8px 0px;
        position: center;
    }
    .login .topDiv h3 {
        color: #555;
        font-size: 18px;
        font-weight: bold !important;
    }
    .login .copyright {
    text-align: center;
    margin: 0 auto 30px 0;
    padding: 10px;
    color: white;
    font-size: 13px;
}
    .login .topLine {
        height: 10px;
        background-color: #AA1F2E;
        margin: 0;
        padding: 0;
    }
    .lang {
        color: #808285;
        font-size: 20px;
    }
.alignSection {
    text-align: right;
    padding-top: 5px;
}
    .alignSection #forget-password {
        font-size: 14px !important;
        text-decoration: underline;
    }
.login-form .col-lg-5 {
    padding-left: 15px !important;
    margin-left: 0;
    padding-right: 15px !important;
}
.login-form {
    /*-moz-box-shadow: 0px 1px 10px #000000;
    -webkit-box-shadow: 0px 1px 10px #000000;
    box-shadow: 0px 0px 5px 0px #000000;*/
    -moz-box-shadow: inset 2px 2px 15px 0px #E0E0E0;
    -webkit-box-shadow: inset 2px 2px 15px 0px #E0E0E0;
    box-shadow: inset 2px 2px 15px 0px #E0E0E0;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
   /* height: 561.39px;*/
    max-height: 100%;
    width: 100%;
    max-width:100%;
}
