﻿@font-face {
    font-family: PoppinsFont;
    src: url(../../../Content/fonts/Poppins/Poppins-Regular.ttf);
}

body {
    /*  content: '';
    position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: linear-gradient(to left,rgba(89, 159, 152, 0.5), rgba(89, 159, 152, 0.5),rgba(43, 62, 102, 0.5)),url(../../MyTheme/Images/u4.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.loginCover,.subCtn {
    min-height: 500px;
    max-height: 500px;
}
.subCtn.col-md-6{
    background-color:white;
}
body, label, span, p, pre, a, em, li, h1, h2, h3, h4, h5, h6, td {
    font-family: PoppinsFont, sans-serif;
    word-wrap: break-word;
}

.clientLogoCtn {
    position: absolute;
    bottom: 2%;
    z-index: 1;
    left: 10%;
}

.civilLogo {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    font-family: PoppinsFont, sans-serif;
}

.civilSub {
    font-size: 20px;
    font-weight: 700;
    color: #83BAB4;
    font-family: PoppinsFont, sans-serif;
}

.logLabel {
    font-family: PoppinsFont, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #999999;
    margin-bottom: 0;
}

.loginLinks .checkbox label {
    padding-left: 0px;
    font-family: PoppinsFont, sans-serif !important;
    color: #333333;
}

.loginCover {
    background-image: linear-gradient(to left,rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8)),url(../../MyTheme/Images/u1022.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
    .loginCover[style*='transparent'] {
        background-image:none;
    }
    .form-control, select, input[type=text] {
    min-height: 40px !important;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    padding: 6px 12px;
    border-radius: 3px;
    /* padding: 3px 0px; */
}

/*#Table6 .mainCtn.row {
    display: table;
}*/

.clientNameCont {
    margin: 35px 0;
}

/*#Table6 .subCtn[class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}*/

.subCtn .form-group {
    margin-bottom: 35px;
}

.loginBtnCont {
    margin-bottom: 55px
}

.loginBtn {
    border: none;
    color: #ffffff;
    background-color: rgba(43, 62, 102, 1);
    cursor: pointer;
    /*font-weight: bold !important;*/
    outline: none;
    line-height: 25px !important;
    position: relative;
    text-shadow: none;
    width: 100%;
    border-radius: 3px;
}

footer#FooterTD {
    background-color: #fff;
    box-shadow: 0 0 25px -6px rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 100%;
    bottom: 0;
    clear: both;
    position: fixed;
    z-index: 10;
    border-top: none;
}

.loginLinks label.pointer.checkboxRadio {
    padding-left: 0;
}

.mainWrapper, .appMainContainer {
    padding-top: 0;
}

body {
    overflow: hidden;
}

.siteHeader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 46px;
    z-index: 80;
    background-color: #133757;
    box-shadow: 0 5px #7accc8,0 10px #ecf0f1;
}

.ForgtPass {
    text-align: center;
    margin-bottom: 16px;
}

.appLogo {
    height: 46px;
    float: left;
    position: relative;
    display: inline-block;
    padding: 5px 0px 0 10px;
}

    .appLogo .csLogo {
        height: 34px;
        position: relative;
        display: inline-block;
    }

#ContentTD {
    width: 100%;
    height: 100%;
}

.loginArea {
    color: #34495e !important;
    min-height: 40vh;
    height: auto;
    position: absolute;
    margin: 0 auto;
    /*background-color: rgba(255, 255, 255, 1);*/
    top: calc(50% - 30vh);
    right: 0;
    left: 0;
    margin-bottom: 50px;
    box-shadow: 0px -10px 90px 0px rgba(0, 0, 0, 0.5);
}

.widgetHeader {
    display: block;
    height: 42px;
    border-bottom: 3px solid #2980b9;
    box-shadow: 0 3px 0 0px #bdc3c7;
    overflow: hidden;
    color: #232935;
}

    .widgetHeader:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 42px;
        background: url('../images/bvg-Refined.jpg') no-repeat;
        background-size: cover;
        background-position: center center;
        -ms-filter: blur(4px);
        -webkit-filter: blur(3px);
        filter: blur(4px);
        overflow: hidden;
        opacity: .5;
        z-index: -1;
    }


.form-align {
    line-height: 34px;
}

.paddSides0 {
    padding-left: 0;
    padding-right: 0;
}

.float-none {
    float: none;
}

.loginLinks {
    width: 80%;
    margin: 0 auto;
}

    .loginLinks .clearfix {
        margin-bottom: 10px;
    }

    .loginLinks .checkbox label {
        /*padding-left: 10px;*/
    }

.form-control {
    /*border: 2px solid #e8dfb2;*/
    border-radius: 0;
}

.padding5 {
    padding: 5px;
}

.loginBtn select {
    margin: 0px;
    background-color: rgba(228, 228, 228, 0.90);
    width: 100%;
}

.forgotLink a {
    color: #34495e;
    text-decoration: underline;
}

.loginBtn {
    /*border: none;
    color: #ffffff;
    background-color: #34495e;
    cursor: pointer;
    border-radius: 0;
    font-weight: bold !important;
    outline: none;
    line-height: 25px !important;
    margin: 10px 10px 0;
    padding: 6px 12px !important;
    position: relative;
    text-shadow: none;
    width: 120px;*/
}

    .loginBtn:hover, .loginBtn:focus, .loginBtn:active, .loginBtn.active {
        color: #fcfefe;
        background-color: #2f3a46;
        border-color: transparent;
    }

.tglLang.form-align {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    padding: 0;
    line-height: 40px;
    margin: 0 15px;
}

.button {
    border-top: 1px solid #CFD5D9;
}

.forgotLink {
    position: absolute;
    right: 15px;
    top: 22%;
    text-align: right;
}

[dir='rtl'] .radio input[type="radio"], [dir='rtl'] .radio-inline input[type="radio"], [dir='rtl'] .checkbox input[type="checkbox"], [dir='rtl'] .checkbox-inline input[type="checkbox"] {
    margin-right: -20px;
}

.clientLogoCtn {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('/Images/cs-large-logo.png') no-repeat;
    width: 210px;
    height: 110px;
    background-size: contain !important;
}

@-webkit-keyframes spinEarth {
    from {
        background-position: 0% 50%;
    }

    to {
        background-position: -600% 50%;
    }
}

@-moz-keyframes spinEarth {
    from {
        background-position: 0% 50%;
    }

    to {
        background-position: -600% 50%;
    }
}

@keyframes spinEarth {
    from {
        background-position: 0% 50%;
    }

    to {
        background-position: -600% 50%;
    }
}

@media only screen and (device-width: 414px) and (device-height: 736px) and (-webkit-min-device-pixel-ratio: 2) {

    .loginArea {
        top: 80px;
        /*box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.5);*/
    }
}

@media only screen and (max-width:991px) {
    .loginCover {
        min-height: 100px !important;
        text-align: center;
        background-image: unset;
        background-color: #fff;
    }

    .clientLogoCtn {
        position: unset
    }
}

@media only screen and (max-width: 450px) and (max-height: 736px) {
    body {
        overflow: hidden;
    }

    #lblSubHeader {
        font-size: 14px;
    }

    .mainWrapper {
        display: block;
    }

    footer {
        position: fixed;
        bottom: 0;
    }

    .loginArea {
        top: 50px;
        box-shadow: none;
    }

    /*body::before {
        background: none;
    }*/

    .loginLinks {
        width: 58.33333333%;
    }

        .loginLinks .checkbox label {
            padding-left: 0;
        }

    .widgetHeader {
        border-bottom: none;
        box-shadow: none;
    }

    .divid {
        height: 3px;
        float: left;
        display: inline-block;
        width: 100%;
    }

    .dividerFrst {
        background: rgba(41,128,185,0);
        background: -moz-linear-gradient(left, rgba(41,128,185,0) 0%, rgba(41,128,185,1) 26%, rgba(41,128,185,1) 54%, rgba(41,128,185,1) 82%, rgba(41,128,185,0) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,128,185,0)), color-stop(26%, rgba(41,128,185,1)), color-stop(54%, rgba(41,128,185,1)), color-stop(82%, rgba(41,128,185,1)), color-stop(100%, rgba(41,128,185,0)));
        background: -webkit-linear-gradient(left, rgba(41,128,185,0) 0%, rgba(41,128,185,1) 26%, rgba(41,128,185,1) 54%, rgba(41,128,185,1) 82%, rgba(41,128,185,0) 100%);
        background: -o-linear-gradient(left, rgba(41,128,185,0) 0%, rgba(41,128,185,1) 26%, rgba(41,128,185,1) 54%, rgba(41,128,185,1) 82%, rgba(41,128,185,0) 100%);
        background: -ms-linear-gradient(left, rgba(41,128,185,0) 0%, rgba(41,128,185,1) 26%, rgba(41,128,185,1) 54%, rgba(41,128,185,1) 82%, rgba(41,128,185,0) 100%);
        background: linear-gradient(to right, rgba(41,128,185,0) 0%, rgba(41,128,185,1) 26%, rgba(41,128,185,1) 54%, rgba(41,128,185,1) 82%, rgba(41,128,185,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2980b9', endColorstr='#2980b9', GradientType=1 );
    }

    .dividerScnd {
        background: rgba(189,195,199,0);
        background: -moz-linear-gradient(left, rgba(189,195,199,0) 0%, rgba(189,195,199,1) 26%, rgba(189,195,199,1) 54%, rgba(189,195,199,1) 82%, rgba(189,195,199,0) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(189,195,199,0)), color-stop(26%, rgba(189,195,199,1)), color-stop(54%, rgba(189,195,199,1)), color-stop(82%, rgba(189,195,199,1)), color-stop(100%, rgba(189,195,199,0)));
        background: -webkit-linear-gradient(left, rgba(189,195,199,0) 0%, rgba(189,195,199,1) 26%, rgba(189,195,199,1) 54%, rgba(189,195,199,1) 82%, rgba(189,195,199,0) 100%);
        background: -o-linear-gradient(left, rgba(189,195,199,0) 0%, rgba(189,195,199,1) 26%, rgba(189,195,199,1) 54%, rgba(189,195,199,1) 82%, rgba(189,195,199,0) 100%);
        background: -ms-linear-gradient(left, rgba(189,195,199,0) 0%, rgba(189,195,199,1) 26%, rgba(189,195,199,1) 54%, rgba(189,195,199,1) 82%, rgba(189,195,199,0) 100%);
        background: linear-gradient(to right, rgba(189,195,199,0) 0%, rgba(189,195,199,1) 26%, rgba(189,195,199,1) 54%, rgba(189,195,199,1) 82%, rgba(189,195,199,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdc3c7', endColorstr='#bdc3c7', GradientType=1 );
    }

    .widgetHeader:before {
        background: none;
    }

    .header-hNum {
        text-align: center;
        font-weight: bold;
    }

    footer {
        margin-top: 0;
    }
}

.msgBrowser {
    top: calc(50% - 36vh);
    position: absolute;
    margin: 0 auto;
    height: auto;
    right: 0;
    left: 0;
    background-color: #000000;
    color: white;
    padding: 8px 15px;
    z-index: 10000000;
}

@media all and (max-width:1280px) {
    .col-xs-12.text-center.btn-row.loginBtnCont {
        margin: 0px !important;
        margin-bottom: 14px !important;
    }

    .loginCover, .subCtn {
        min-height: 400px;
        max-height:400px;
    }
}

@media only screen and (max-height: 720px) and (max-width: 1280px), (max-height: 768px) and (max-width: 1366px) and (min-width: 1024px) {
    .loginArea {
        top: calc(50% - 35vh);
    }

    .msgBrowser {
        top: calc(40% - 34vh);
    }

    .loginCover {
        /*min-height: 440px;*/
    }
}

@media all and (max-width:1152px) {
    .col-xs-12.text-center.btn-row.loginBtnCont {
        margin: 20px 0px !important;
    }

    .loginCover, .subCtn {
        min-height: 450px;
        max-height: 450px;
    }
}

::-webkit-input-placeholder {
    color: #e7ebee;
    font-size: 12px;
}

:-ms-input-placeholder {
    color: #e7ebee;
    font-size: 12px;
}

::placeholder {
    color: #e7ebee;
    font-size: 12px;
}

.field-icon {
    z-index: 2;
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
}

.passInputCont {
    position: relative;
}
