﻿@font-face {
    font-family: 'Interstate-Regular';
    src: url('../fonts/Interstate-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Interstate-Regular.otf') format('opentype'), url('../fonts/Interstate-Regular.woff') format('woff'), url('../fonts/Interstate-Regular.ttf') format('truetype'), url('../fonts/Interstate-Regular.svg#Interstate-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Interstate-Bold';
    src: url('../fonts/Interstate-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Interstate-Bold.otf') format('opentype'), url('../fonts/Interstate-Bold.woff') format('woff'), url('../fonts/Interstate-Bold.ttf') format('truetype'), url('../fonts/Interstate-Bold.svg#Interstate-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Interstate-Light';
    src: url('../fonts/Interstate-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Interstate-Light.otf') format('opentype'), url('../fonts/Interstate-Light.woff') format('woff'), url('../fonts/Interstate-Light.ttf') format('truetype'), url('../fonts/Interstate-Light.svg#Interstate-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    margin: 0px;
    padding: 0px;
    font-family: 'Interstate-Regular';
    font-size: 13px;
}

body, html {
    height: 100%;
    font-family: 'Interstate-Regular';
    font-size: 13px;
}


.bg_header {
    background: url("../images/login_bg.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    height: 100%;
    text-align: center;
    width: 100%;
    position: absolute;
}


.logo {
    width: 287px;
    margin: 100px auto 80px;
}


.LoginBoxContainer {
    background: url(../images/LoginBoxBG.png) repeat-x;
    -webkit-box-shadow: rgba(0, 0, 0, .7) 1px 2px 5px 1px;
    box-shadow: rgba(0, 0, 0, .7) 1px 2px 5px 1px;
    margin: 0 auto;
    height: 242px;
    width: 425px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #999999;
}

.LeftStrip {
    height: 242px;
    background: #333;
    width: 50px;
    float: left;
    -webkit-border-radius: 8px 0px 0px 8px;
    -moz-border-radius: 8px 0px 0px 8px;
    border-radius: 8px 0px 0px 8px;
}

.MidStrip {
    height: 222px;
    width: 225px;
    float: left;
    padding: 10px 50px 10px 50px;
}

.RightStrip {
    height: 242px;
    background: #333;
    width: 50px;
    float: left;
    -webkit-border-radius: 0px 8px 8px 0px;
    -moz-border-radius: 0px 8px 8px 0px;
    border-radius: 0px 8px 8px 0px;
}

.LoginLabel {
    font-weight: bold;
    color: #454545;
    font-size: 12px;
    font: arial;
    padding: 8px 0px
}

.box {
    width: 200px;
    border: 1px solid #AAAAAA;
    border-radius: 5px 5px 5px 5px;
    padding: 8px 10px;
    transition: padding 0.25s ease 0s;
    background: url(../images/LoginInputBG.png) repeat-x;
}

.LoginLabel span {
    margin-top: -2px;
    margin-right: 5px;
    float: left;
}

.forgetText {
    color: #4f6703;
    margin: 0px;
    display: block;
    float: right;
    cursor: pointer;
}

.LoginBtn {
    border: 1px solid #4f6703;
    cursor: pointer;
    margin-top: 5px;
    background: url(../images/Btnbg.png) repeat-x;
    padding: 8px 15px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.clr {
    clear: both;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 0px;
    line-height: 0px;
}

/* Login page -2- Style */

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin: 5px 0px 0px 0px !important;
}

.bg-login2 {
    background: #f6f6f6 !important;
}

.form-control {
    height: auto !important;
}

.form-group input[type="text"], .form-group input[type="password"] {
    padding: 9px 8px !important;
    width: 100% !important;
    border-radius: 0;
    font-size: 14px;
    background: #fafafa;
    border: 1px solid #e1e1e1;
    color: #8f8f93;
    border-radius: 3px;
}
    /* placeholder only style */
    .form-group input[type="password"]:-ms-input-placeholder, .form-group input[type="text"]:-ms-input-placeholder {
        color: #8f8f93 !important;
    }

    .form-group input[type="text"]:focus, input[type="password"]:focus {
        outline: none !important;
    }

    .form-group input[type="text"]:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #fafafa inset;
        -webkit-text-fill-color: #8f8f93 !important;
        outline: none !important;
    }

    .form-group input[type="password"]:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #fafafa inset;
        -webkit-text-fill-color: #8f8f93 !important;
        outline: none !important;
    }

.login-page input[type="text"]:focus, input[type="password"]:focus {
    outline: none !important;
}

.logo-login-page {
    margin: 14px auto 15px;
    display: flex;
    text-align: center;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
}

.form-group-pwd {
    position: relative;
}

.logo-login-page img {
    max-width: 100%;
    max-height: 100%;
}

.login-page-image {
    text-align: center;
}

.login-page .login-page-image img {
    max-width: 100%;
    height: 337px;
}

.login-page .login-page-user {
    background: url("../images/user-name-icon.png") no-repeat left center;
    display: block;
    float: left;
    position: absolute;
    width: 36px;
    height: 31px;
    z-index: 9999;
    top: 1px;
    left: 1px;
}

.loginpage-form .form-group .material-icons {
    color: #212529;
    position: absolute;
    z-index: 9;
    display: flex;
    align-items: center;
    align-self: center;
    font-size: 25px;
    padding: 0px 7px;
    height: 100%;
    width: 40px;
    border-right: solid 1px #b5b5b5;
}

.form-group {
    position: relative;
}

.login-page-password {
    background: url("../images/password-icon.png") no-repeat left 2px;
    display: block;
    float: left;
    position: absolute;
    width: 36px;
    height: 34px;
    z-index: 9999;
    top: -2px;
    left: 1px;
}
.button-default {
    background: #215ed9 none repeat scroll 0 0;
    border: 0 none !important;
    color: #fff !important;
    display: block;
    float: right;
    font-size: 20px;
    margin: 2px 0 19px;
    outline: medium none;
    padding: 9px 50px 7px !important;
    transition: all 0.5s ease-in 0s;
    width: 100%;
    border-radius: 4px;
}

    .button-default:hover {
        background: #635e5e none repeat scroll 0 0;
        transition: all 0.5s ease-in 0s;
    }

.login-form-text {
    color: #696969;
    font-size: 13px;
    font-weight: normal;
    float: left;
}
.form-control:focus {
    border-color: #66afe9;
    box-shadow: none;
    outline: 0 none;
}
.footerBG {
    background: rgba(235, 235, 235,.8);
    bottom: 0;
    color: #000;
    position: absolute;
    width: 100%;
    padding: 0;
    /*display: flex;*/ display:none;
    align-items: center;
}
.loginpage-form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}
.footerContainer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 7px 0;
    font-size: 11px;
    display: flex;
    align-items: center;
}
.Copyright > p {
    margin: 0;
}
img {
    border: none;
}

.floatR {
    float: right;
}

.marginR30 {
    margin-right: 30px;
}

.footerContainer .Social-Links {
    color: #ffffff;
    display: flex;
    width: 100%;
    align-items: center;
}
    .footerContainer .Social-Links img {
        height: 15px;
        width: 16px;
    }

.Copyright {
    text-align: center;
    color: #56565A;
    float: left;
    width: 100%;
    FONT-FAMILY: 'Interstate-Regular';
    font-size: 12px;
}

.md-checkbox {
    position: relative;
    margin: 10px 0 25px 0;
    text-align: left;
}

.md-checkbox.md-checkbox-inline {
  display: inline-block;
}

.md-checkbox label {
    cursor: pointer;
    display: inline;
    line-height: 1.25em;
    vertical-align: top;
    clear: both;
    padding-left: 1px;
    font-size: 15px;
}
.md-checkbox label:not(:empty) {
    padding-left: 25px;
}
.md-checkbox label:before, .md-checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.md-checkbox label:before {
  width: 1.25em;
  height: 1.25em;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 0.125em;
  cursor: pointer;
  transition: background .3s;
}
.md-checkbox input[type="checkbox"] {
  outline: 0;
  visibility: hidden;
  width: 1.25em;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
    .md-checkbox input[type="checkbox"]:checked + label:before {
        background: #215ed9;
        border: none;
    }
.md-checkbox input[type="checkbox"]:checked + label:after {
  transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
  width: 0.75em;
  height: 0.375em;
  border: 0.125em solid #fff;
  border-top-style: none;
  border-right-style: none;
}
.md-checkbox input[type="checkbox"]:disabled + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}
.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
  background: rgba(0, 0, 0, 0.26);
}
.footerContainer a {
    text-decoration: none;
    display: flex;
}
#preloaderBox {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../images/Preloader_2.gif") center no-repeat #fff;
    background-size: 55px;
}
.Login_box {
    background: #fff;
    max-width: 420px;
    max-height: 370px;
    POSITION: relative;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Login_box_area_2 {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px;
}
.content {
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
form#form2 {
    height: 100%;
    width:100%;
}
.col-centered.login_2 {
    height: 100%;
}
h1.LoginHeadings {
    font-size: 21px;
    text-align: center;
    margin: 0;
    padding-bottom: 20px;
    color: #4c4c4c;
}
.form-group {
    position: relative;
    margin-bottom: 24px;
    box-shadow: none;
}
.log_siq_dash {
    width: 100%;
    margin-top: 15px;
}
    .log_siq_dash > input {
        margin-bottom: 20px;
    }
.versionCtrl {
    color: #215ed9;
    font-family: 'Interstate-Bold';
    font-size: 40px;
    margin-left: 5px;
    display: flex;
    align-items: flex-end;
    line-height: 31px;
}
.switch-wrapper .switch-button-label.on {
    color: #215ed9;
    font-weight: normal;
}