﻿@font-face
{
font-family: "Open Sans";
src: url('../fonts/opensans/121185303-OpenSans-Regular.eot' );
src: url('../fonts/opensans/121185303-OpenSans-Regular.eot?#iefix' ) format('embedded-opentype' ), url('../fonts/opensans/121185303-OpenSans-Regular.svg#Open Sans' ) format('svg' ), url('../fonts/opensans/121185303-OpenSans-Regular.woff' ) format('woff' ), url('../fonts/opensans/121185303-OpenSans-Regular.ttf' ) format('truetype' );
font-weight: normal;
font-style: normal;
}
*{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
html{height:100%; width:100%}
body {
    margin: 0px;
    padding: 0px;
    font-family: "Open Sans" ,calibri,arial;
    font-size: 12px;
    min-height: 100%;
    height: 100%;
    width: 100%;
    position: fixed;
    background-image: url(../../login/bg/suvarna.png);
    background-color: #061019;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -258px center;
}
.login-client-logo{
   
height: 50px;
   
float: left;
}
.login-client-logo2{display: none; height: 85px;float: right;}

.versiontext{
    float: right;
    color: red;
    font-size: 28px;
    font-weight: bold;
    margin: 5px 18px;
    display: block;
}
.ipaddr{}
.ipaddr label{}
.ipaddr h3{}

.ipaddr {
    float: right;
    margin-top: 11px;
    margin-right: 31px;
}
.ipaddr label {
    display: block;
    font-size: 11px;
}
.ipaddr h3 {
    margin: 0px;
    padding: 0px;
    color: red;
}
.logheader {
    height: 60px;
    background: #fff;
    box-shadow: 0 0 6px 1px #989595;
    padding: 6px;
    margin: 0px;
}
.login-div    {
               	width: 300px;
    max-height: 351px;
    padding: 0px;
    margin: -175px 0 0 0;
    border-radius: 10px;
    border: 1px solid #65A2D5;
    background: rgba(0, 0, 0, 0.32);
    position: absolute;
    right: 26px;
    top: 50%;
    font-size: 14px;
               	}
      
.logbtn:hover {
    -moz-box-shadow: inset 0px 2px 2px 1px #066f92;
    -webkit-box-shadow: inset 0px 2px 2px 1px #066f92;
    box-shadow: inset 0px 2px 2px 1px #066f92;
}

.logbtn {
    text-transform: none;
    margin: 12px auto 4px auto !important;
    padding: 8px 8px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 0px;
    text-decoration: none;
    color: #FFFFFF;
    border: 0px !important;
    background: #01a2d8;
    -moz-box-shadow: inset -1px 0px 2px 1px #066f92;
    -webkit-box-shadow: inset -1px 0px 2px 1px #066f92;
    box-shadow: inset -1px 0px 2px 1px #066f92;
    border-radius: 4px;
    border-radius: 2px;
    display: block;
    width:25% !important;
}

.logo-div{display:none;}
.uat{display:none;}
.bottomlogo{display:none;}
.clr			{clear:both;}

.login-credential	  {    margin: 15px 20px 15px 20px;}
.login-credential ul  {margin: 0px;padding: 0px;}
.login-credential ul li{list-style-type:none;margin: 0px 0 8px 0;}
.login-credential ul li img{float:left;padding-top: 0px; display:none;}
.login-credential ul li h2 {font-size: 22px;color: #fff;padding: 0px 0 0 0px;text-align: center;text-shadow: 0px 2px 1px #333;font-weight: 400;}
    .login-credential ul li label{    display: block; margin-bottom: 5px;color: #fff;text-shadow: 0px 2px 1px #333;text-align: center;}
.login-credential li input { width:100%;   display: block;margin-bottom: 14px;text-align: center;border: 1px solid #A8A8A8;border-radius: 2px;padding: 9px 5px !important;
    margin: 0px 0px 15px 0px;}

input[type="text"]::-webkit-input-placeholder {color:#d0d0d0;}

input[type="text"]:-moz-placeholder  {color:#d0d0d0;}
input[type="text"]::-moz-placeholder {color:#d0d0d0;}

input[type="text"]:-ms-input-placeholder {color: #d0d0d0;}

.login-credential li input[type="checkbox"] {padding: 0px;margin: 2px;float: left;width: 15px;}

.login-credential li input[type="submit"]:hover {    background-color: #01a2d8;
    color: #ffffff;
    cursor: pointer;}

.Dfooter {
    position: fixed;
    bottom: 0px;
    left: 0px;
    color: #ffffff;
    width: 100%;
    background: rgba(34, 34, 34, 0.7);
}
.foottxt {
    float: left;
    width: auto;
    padding: 17px;
}

.su_brand {
    float: right;
    background: #fff;
    padding: 10px 20px 10px 20px;
}
.su_brand img {
    height: 30px;
}
.foottxt a:hover {
    color: #3DABE4;
}

.foottxt a {
    color: #82CBF0;
    text-decoration: none;
}
                  @-webkit-keyframes masking {
0% { transform: translateX(0px) translateY(0px); transition: opacity 600ms, transform 400ms; opacity:0  }
10% { transform: translateX(0px) translateY(0); transition: opacity 600ms, transform 400ms;opacity:0.5 }
100% { transform: translateX(0px) translateY(0); transition: opacity 600ms, transform 400ms;opacity:0.5}
}

@keyframes masking {
0% { transform: translateX(0px) translateY(0px); transition: opacity 600ms, transform 400ms; opacity:0}
10% { transform: translateX(0px) translateY(0); transition: opacity 600ms, transform 400ms;opacity:0.5 }
100% { transform: translateX(0px) translateY(0); transition: opacity 600ms, transform 400ms;opacity:0.5}
}
    .masking {display: none; z-index: 999999; top:0px; left:0px; height:100%; width:100%;  border-radius: 3px; position: fixed;}
    #cmask
    {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        display: none;
        z-index: 9999;
    }
    .loader1 {z-index: 999999; top: 50%; left: 50%; background: white;margin-left: -25px;margin-top: -25px; height:40px; width:40px; padding: 12px; 
          border-radius: 3px; position: fixed;} 
    .but
    {
        background: #03abd5;
        border: 0;
        color: #fff;
        padding: 4px 8px;
        margin-right: 10px;
        border-radius: 3px;
    }

    .select{    display: block;
    padding: 5px;
    font-size: 13px;}

    .sselect a{
       text-align: center;
    display: block;
    margin-top: 29px;
    font-size: 13px;
    color: #94DAFD;
    text-decoration: none;
    text-shadow: 1px 2px 3px #287486;
}
     .sselect a:hover{}

     .nfc_logo-div{display:none;}
     .rembr-me{    display: flex;
    justify-content: space-between;    white-space: nowrap;}
    .rembr-me a{
    float: right;
    color: #94DAFD;
    text-decoration: none;
    text-shadow: 1px 2px 3px #287486;
}
.mrr-hide .label{display:none;}
                    
                    
                    
                    
                    
