﻿/*.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: 492px;
    margin: 40px auto 10px;
    padding: 10px 5px 30px;
    overflow: hidden;
    position: relative;
}

    .login .content .form-actions {
        clear: both;
        border: 0;
        border-bottom: 1px solid #eee;
        padding: 25px 30px;
        margin-left: -5px;
        margin-right: -5px;
    }

    .login .content .create-account {
        margin: 0px -6px -30px;
        padding: 15px 0 17px;
        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;
    }*/

/*.control-label {
    margin-top: 9px;
    font-weight: 400;
}*/

.login .content {
    background-color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    opacity: 0.9;
    border-radius: 7px;
    width: 534px;
    margin: 80px auto 0px;
    padding: 10px 30px 30px;
    overflow: hidden;
    position: relative;
}

    .login .content .form-actions .btn {
        margin-top: 1px;
        font-weight: 600;
        padding: 10px 52px !important;
    }

.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 {
    background-color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    width: 449px;
    margin: 40px auto 10px;
    padding: 10px 30px 30px;
    overflow: hidden;
    position: relative;
}*/

.login .content .form-actions {
    clear: both;
    border: 0;
    border-bottom: 1px solid #eee;
    padding: 14px 30px;
    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*/
.imgCaptcha {
    vertical-align: middle;
    height: 57px;
    width: 265px;
}


/*Image Logo Login*/
.ImgLogoLogin {
    margin: 20px 0px 36px 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: white;
}

    a:focus {
        color: white;
        text-decoration: underline;
    }



/* Modal*/
.modal .modal-header {
    background-color: #00529c;
    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: white !important;
    height: 43px;
    color: #484b4f !important;
    border: 1px solid #9E9E9E;
}
