/* CSS Document */
body {margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif;}
.full {width:100%; float:left;}

/*  #wrapper {width:1004px; float:none; margin:0px auto;}*/

.mr-tp1 {margin-top:15px;}

.admin-logo {width:220px; float:left; padding:25px 0px 140px 5px;}

.admin-details {width:573px; float:none; margin:0px auto;}
.loginbg {width:573px; height:170px; float:left; background:url(../image/login-bg.jpg) no-repeat 0px 0px; padding:45px 0px 0px 0px;}
.login-lt {width:100px; float:left; font-size:12px; font-weight:bold; color:#3E3D3D; padding:5px 0px 0px 130px;}
.login-rt {width:310px; float:left;}

input.login {margin:0px; padding:0px 0px 0px 0px; width:300px; height:22px; border:1px solid #909090; background:#FFFFFF; font-size:11px; color:#999999; line-height:20px;}


.errorMessage{
  color:red;
  padding:0;
}
.mandatory{
 color:red;
}

.error_login{
    
    font-family: 'Nunito-ExtraLight';
    font-size: 16px;
    line-height: 22px;
    color: red;

    /*padding-right: min(30px, 5%) !important;
    padding-left: min(50px, 5%) !important;*/
}



/* NEW code added ck 2021  */


@font-face {
  font-family: 'Nunito-Regular';
  src: url('/css/font/Nunito-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Nunito-ExtraLight';
  src: url('/css/font/Nunito-ExtraLight.ttf') format('truetype');
}

@font-face {
  font-family: 'Nunito-Bold';
  src: url('/css/font/Nunito-Bold.ttf') format('truetype');
}

.allScreen{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;  


}

.login-2{
    width: 100%;
   
}

.input-area{
    display: flex;
    justify-content: center;
    padding: 0;
}

.inputArea{

    width: 416px;
}

.image-area{
    
    
    padding: 0 ;

}



.textArea{
    font-family: 'Nunito-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #98A6AD;
    padding-left: 0 !important;
    padding-right: 0 !important;
    
    /*padding: 0 !important;max-width: 416px;
    
    padding-right: min(30px, 5%);
    padding-left: min(50px, 5%);
    padding-left: 100px;width: 100%;
    */
    
}



/*   IMAGES   */

.loginImage{
    background: url(/image/indexImage.jpg) no-repeat ;
    background-size: cover;
}

.loginImage_essential{
    background: url(/image/essential_header.webp) no-repeat ;
    background-size: cover;
}

.loginImage_ig6{
    background: url(/image/ig6_graphite.png) no-repeat ;
    background-size: cover;
}

.loginImage_ipt{
    background: url(/image/ipt_banner_new.jpeg) no-repeat ;
    background-size: cover;
}

.resetImage{
    background: url(/image/digger.jpg) no-repeat ;
    background-size: cover;
}

.newPassword{
    background: url(/image/coal.jpg) no-repeat ;
    background-size: cover;
}

.success{
    background: url(/image/truck_clouds_dust.jpg) no-repeat ;
    background-size: cover;
}

.logout{
    background: url(/image/coal.jpg) no-repeat ;
    background-size: cover;
}





.heading{
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #6C757D;
    padding-top: 50px;
}

.logoInput{
    
    /*
    padding: 50px 0 50px 100px;
    */
    padding-top: 50px;
    width: 150px;
    
}

.login-new{
    width: 100%;
    
    height: 49px;
    
    background: #FFFFFF !important;
    border: 1px solid #DEE2E6 !important;
    box-sizing: border-box !important;
    border-radius: 4px !important;
    font-size: 18px;
    padding-left: 15px !important;
    
    /*
    padding-left: 15px;max-width: 416px;padding-left: min(50px, 5%);
    width: 100%;
    */
}

.smallText{
    font-family: 'Nunito-ExtraLight';
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #98A6AD;
    
}

.hyperlink{
    
    color:#98A6AD;
}

.hyperlink:hover{
    text-decoration: none; 
    color: #6C757D;
}









.whiteTextContainer{
    height: 100%;
    margin: 0;
}
.WhitetextWrapper {
  min-height: 100%;

  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -300px;
}
.footer,
.push {
  height: 300px;
}

.whiteText1, .whiteText2, .whiteText3{
    color: white;
    text-align:center;
    padding: 0 150px 0 150px;

}

.whiteText1{
    font-family: 'Nunito-Bold';
    font-size: 36px;
    line-height: 49px;
    /*margin-top:540px;  
    position: absolute;bottom:90px;*/
    
    
}

.whiteText2{
    font-family: 'Nunito-Regular';
    font-size: 22px;
    line-height: 32px;
    /*position: absolute;bottom:60px;*/
    
}

.whiteText3{
    
    font-family: 'Nunito-ExtraLight';
    font-size: 18px;
    line-height: 27px;
    /*position: absolute;bottom:20px;*/
    
    
}

.btn {
    font-family: 'Nunito-ExtraLight';
    background-color: #536DE6 !important;
    height: 49px;
    
    width: 100%;
    color: white !important;    /* White text max-width: 416px;padding-left: min(50px, 5%) !important;
                                    padding-right: min(30px, 5%);*/
    font-size: 16px;              /* Set a font size */
    cursor: pointer;              /* Mouse pointer on hover */
    border: none;                   /*1px solid #DEE2E6 !important;*/
    box-sizing: border-box !important;
    border-radius: 4px !important;
    
}

/* Darker background on mouse-over */
.btn:hover {
    background-color: #798DEB !important;
}

.fa-sign-in-alt{

    color: white;
}


.checkboxArea{

  display: table;
  clear: both;
}

.checkboxArea label:after{
  content: '';
  display: table;
  clear: both;
}

.child{
      display: table-cell;
  vertical-align: middle;
}

.checkboxArea .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  background-color: #536DE6;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
}


.checkboxArea .cr .cr-icon{
  position: absolute;
  font-size: .8em;
  color: white;
  line-height: 0;
  top: 50%;
  left: 15%;
}

.radio .cr .cr-icon {
  margin-left: 0.04em;
}


.checkboxArea label input[type="checkbox"] {
  display: none;

}

.checkboxArea label input[type="checkbox"]+.cr>.cr-icon{
  opacity: 0;
}

.checkboxArea label input[type="checkbox"]:checked+.cr>.cr-icon{
  opacity: 1;
}



/* this is for the view password icon   */
.field-icon {
  float: right;
  margin-left: -37px;
  margin-top: 14px;
  position: absolute;
  z-index: 5;
}


.clickHere {
    color: #98A6AD;
}

.clickHere:hover {
    color: #6C757D;
}




/*
input[type=checkbox] {
		opacity: 0;
		position: absolute;
		z-index: 12;
		width: 18px;
		height: 18px;
}



input[type=checkbox]+.lbl::before {
		font-family: fontAwesome;
		font-weight: normal;
		font-size: 15px;
		padding: 5px;
		color: white;
		content: "\a0";
		background-color: #536DE6;
		border: 1px solid #536DE6;	
		border-radius: 5px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		height: 15px;
		line-height: 15px;
		min-width: 13px;
		margin-right: 1px;
		margin-top: -5px;
}

input[type=checkbox]:checked+.lbl::before {
		display: inline-block;
		content: '\f00c';
	    background-color: #536DE6;
	    border: 1px solid #536DE6;	
	    border-radius: 5px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}

input[type=checkbox]:hover+.lbl::before
{
		border-color: gray;
}

*/











