html, body {
	height: 100%;
	width: 100%;
	/* background: #e2e1e0; */
	margin: 0px;
	background-size: 100% 100%;
	display: table;
}

h1, h2, h3, h4, h5, h6, a {
	margin: 0;
	padding: 0;
}


#headContent {
	height: 100px;
	background: #ffffff;
}

#loginError {
	color: #e81123;
}

.cv-btn {
	height: 40px;
	/* border-radius: 5px; */
	color: white;
	background: #1271ed;/*Buttoncolor*/
	width: 42%;
	max-width: 410px;
	margin: 0.5em 8.3em;
	/* padding-left: 10px; */
	margin-top: 20px;
	margin-bottom: 12px;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.cv-btnCancel {
	height: 40px;
	/* border-radius: 5px; */
	color: white;
	background: #e95949;/*Buttoncolor*/
	width: 42%;
	max-width: 410px;
	margin: 0.5em 8.3em;
	/* padding-left: 10px; */	
	margin-top: 20px;
	margin-bottom: 12px;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.loginBtn {
	background: #0070d2 none repeat scroll 0 0;
	border: 1px solid #0396b7;
	color: white;
	cursor: pointer;
	font-size: 13px;
	font-family: "wf_segoe-ui_normal", "Segoe UI", "Segoe WP", Tahoma, Arial,
		sans-serif;
	text-align: center;
}

.wrapper {
	width: 100%;
	padding: 0 0px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}
/*******************************Modified by Srikanth 31 Aug 2017:::: for responsive login screen*******/
#headLogo img {
	vertical-align: middle;
	width: 324px;
	padding-left: 530px;
	float: centre;
	padding-top: 80px;
}
/*******************************Modified by Srikanth 31 Aug 2017:::: for responsive login screen*******/
.cvModel {
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.4);
	position: absolute;
	z-index: 999999999999;
	display: none;
}

.messageModel {
	min-height: 100px;
	/*     width: 400px; */
	background: #ffffff;
	margin: auto;
	border: 1px solid lightgray;
	border-radius: 4px;
	position: absolute;
	top: 57%;
	left: 47%;
	margin-left: -200px;
	margin-top: -150px;
}

.modelHeader{
	cursor:move !important;
	height: 26px;
	background: #0067b8;
	width: 100%;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.headerText{
	color: #ffffff;
	float: left;
	font-size: 16px;
    padding-left: 10px;
    padding-top: 3px;
}

.close{
	float: right;
    margin-right: 7px;
    cursor: pointer;
}

.modelContainer {
 	text-align: center; 
	border-radius: 4px;
	margin-top: 24px;
	
}

.message {
	padding: 20px 0px 25px 0px;
	margin: 10px;
	line-height: 40px; 
	color: #333;
	text-align: center;
	padding-top: 0px;
    padding-bottom: 0px;
}

.control{
   /*  float: right;
    position: relative;
    margin-bottom: 15px;
     margin-top: 15px;
    right: 11px;
    background: white; */
    position: relative;
    margin-bottom: 15px;
    margin-top: 25px;
    background: white;
    text-align: center;
    /* bottom:4px; */
}

.modalDialogButtons{
	margin: 0 0 0 10px !important;
	min-width: 110px;
	vertical-align: top;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
/* 	box-sizing: border-box; */
	border-width: 0;
/* 	border-style: solid; */
	height: 30px;
	padding-right: 20px;
	padding-left: 20px;
	color: white;
	/* background: #b8bdc2; */
	background: #1271ed;/*Buttoncolor*/
	position: relative;
 	right: 5px;
 	border-radius: 3px;
 	text-transform: uppercase;
 	letter-spacing: 1px;
}
.modalDialogButtonsCancel{
	margin: 0 0 0 10px;
	min-width: 110px;
	vertical-align: top;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
/* 	box-sizing: border-box; */
	border-width: 0;
/* 	border-style: solid; */
	height: 30px;
	padding-right: 20px;
	padding-left: 20px;
	/* background: #b8bdc2; */
	background: #e95949; /*Buttoncolor*/
	position: relative;
 	right: 5px;
 	color: white;
 	border-radius: 3px;
 	text-transform: uppercase;
 	letter-spacing: 1px;
}

#content1 {
	font-family: "wf_segoe-ui_normal", "Segoe UI", "Segoe WP", Tahoma, Arial,
		sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 42px;
	color: #ffffff;
	text-align: center;
}

#content2 {
	color: #ffffff;
	text-align: center;
	font-family: "wf_segoe-ui_normal", "Segoe UI", "Segoe WP", Tahoma, Arial,
		sans-serif;
	font-size: 30px;
	font-weight: 300;
	line-height: 31px;
	margin-bottom: 25px;
}

p {
	color: #ffffff;
	font-family: "wf_segoe-ui_normal", "Segoe UI", "Segoe WP", Tahoma, Arial,
		sans-serif;
	font-size: 18px;
}

/* a { */
/* 	color: #ffffff; */
/* } */

#loginContent {
	width: 100%;
	height: 600px;
	background: #FFFFFF;
	position: relative;
	margin: auto;
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:55px;
}

.loginBackground{
	background-size: 100% 100% !important;
}
.container {
	margin: 40px auto 0;
	display: block;
	background: #FFF;
	padding: 10px 40px 0px;
}

.inputBox {
	margin-bottom: 15px;
	font-size: 15px;
	display: inline-block;
	/* height: 28px; */
	/* width: 346px; */
	width: 100%;
	/* max-width: 410px; */
	/* margin: .5em 2.5em; */
	/* border-radius: 5px; */
	background: white;
	/* padding-left: 10px; */
	border: none;
	border-bottom: 1px solid #e2e1e0;
	padding: 10px 10px 6px 5px;
	/* margin-top: 18px; */
}

.inputBox1 {
	margin-bottom: 15px;
	font-size: 15px;
	display: inline-block; */
	height: 24px;
	width: 100%;
	/* line-height: 3em; */
	/* max-width: 400px; */
	/* margin: .5em 2.5em; */
	/* border-radius: 5px; */
	/* padding-left: 10px; */
	background: white;
	color: 1px solid #D8DDE6;
	border: none;
	border-bottom: 1px solid #e2e1e0;
	padding: 10px 0px 6px 10px;
}

.login-wrapper {
	height: 100%;
	vertical-align: middle;

	/*IE-10 support*/
	/*  position: absolute;
     		 top : 50%;
    		 left: 50%;
    		 -ms-transform: translate(-50%, -50%);
    		 transform    : translate(-50%, -50%);  */
}

/*******************************Modified by Srikanth 31 Aug 2017:::: for responsive login screen*******/
#loginbox {
	border-radius: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	border: 1px solid lightgray;
	background: white;
	/*  border-radius: 4px; */
	font-family: "wf_segoe-ui_normal", "Segoe UI", "Segoe WP", Tahoma, Arial,
		sans-serif;
	font-size: 12px;
	letter-spacing: 0.4px;
	color: #54698d;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	position: fixed;
	border-bottom-style:hidden;
	top: 10%;
    left: 0;
    right: 0;
	/* right: 140px; */
}
/*******************************Modified by Srikanth 31 Aug 2017:::: for responsive login screen*******/
#labels {
	font-family: "wf_segoe-ui_normal", "Segoe UI", "Segoe WP", Tahoma, Arial,
		sans-serif;
	font-size: 14px;
}

#labels1 {
	display: block;
	padding-left: 112px;
	text-indent: 15px;
}

#check1 {
	width: 13px;
	height: 13px;
	padding: 0px;
	vertical-align: bottom;
	position: relative;
}

#copyrightlbl {
	margin-left: 10%;
}

#copyright {
	text-align: center;
}

#locale {
	text-align: center;
}

#logo {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

img {
	width: 85%;
}

#progressModel img {
	width: 100%;
}
/*********************************/
.loadd {
	margin-left: 5px;
	color: darkslategray;
	/* margin: 310px auto; */
	/* text-transform: uppercase; */
	text-align: center;
	/* font-family: 'Arial', sans-serif !important; */
	/* font-size: 10px !important; */
	/* letter-spacing: 2px; */
}

#full {
	background: #fff;
	height: 100%;
	width: 100%;
	/*       display:block; */
}

#progressLoader {
	height: 100%;
	width: 100%;
}

.preloader {
	margin: 35px auto 0 auto;
	width: 70px;
	height: 17px;
	text-align: center;
	font-size: 10px;
}

.preloader>div {
	background-color: #333;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	display: inline-block;
	-webkit-animation: stretchdelay 0.7s infinite ease-in-out;
	animation: stretchdelay 0.7s infinite ease-in-out;
}

.preloader .circ2 {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.preloader .circ3 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.preloader .circ4 {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.preloader .circ5 {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

@
-webkit-keyframes stretchdelay { 0%, 40%, 100% {
	-webkit-transform: translateY(-10px)
}

20%
{
-webkit-transform
:
 
translateY
(-20px)
 
}
}
@
keyframes stretchdelay { 0%, 40%, 100% {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}

20%
{
transform
:
 
translateY
(-20px);

        
-webkit-transform
:
 
translateY
(-20px);

      
}
}
/*********************************/
.BootSpinner {
	margin-top: -25px;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	position: relative;
	display: flex;
	width: 50px;
	height: 50px;
	border: 2px solid #d9d9d9;
	border-top-color: #2b579a;
	z-index: 1051;
	border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	animation-delay: 0s;
	-ms-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
	animation-duration: 1.3s;
	-ms-animation-duration: 1.3s;
	-webkit-animation-duration: 1.3s;
	-moz-animation-duration: 1.3s;
	animation-fill-mode: none;
	-ms-animation-fill-mode: none;
	-webkit-animation-fill-mode: none;
	-moz-animation-fill-mode: none;
	animation-name: ms-Spinner-spin;
	-ms-animation-name: ms-Spinner-spin;
	-webkit-animation-name: ms-Spinner-spin;
	-moz-animation-name: ms-Spinner-spin;
	animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(.53, .21, .29, .67);
	-ms-animation-timing-function: cubic-bezier(.53, .21, .29, .67);
	-webkit-animation-timing-function: cubic-bezier(.53, .21, .29, .67);
	-moz-animation-timing-function: cubic-bezier(.53, .21, .29, .67);
}

@
keyframes ms-Spinner-spin { 0% {
	transform: rotate(0);
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
}

100%
{
transform
:
 
rotate
(360deg);

    
-ms-transform
:
 
rotate
(360deg);

    
-webkit-transform
:
 
rotate
(360deg);

    
-moz-transform
:
 
rotate
(360deg);

  
}
}
span {
	display: table;
	margin: 0 auto;
}

#submitid {
	margin-top: 23px;
	margin-bottom: 7px;
	font-size: 13px;
}

@media ( max-width : 500px) {
	body {
		background: none !important;
	}
}

@media ( max-width : 460px) {
	.container {
		margin: 20px auto 0;
		display: block;
		background: #FFF;
		padding: 10px 40px 0px;
	}
}

#loginBrwsrModal1{
	    width: 674px;
        height: 249px;
	    background: white;
	    margin: 0 auto;
	    border-radius: 5px;
	    display: block;
	    top: 35%;
	    left: 35%;
	    margin-left: -255px;
	    margin-top: -195px;
	    position: absolute;
}

.cvModelIpErr {
	height: 162%;
	width: 126%;
	background: rgba(255, 255, 255, 0.4);
	position: absolute;
	z-index: 999999999999;
	display: none;
}

input::-ms-reveal{
  display:none;
}

.cvModelForgetPassword {
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.4);
	position: absolute;
	z-index: 99999999999999;
	display: none;
}
.forgotpasswordclass{
	border:none;
	color:#1271ed;
	background-color:white;
	font-weight: bold;
}
#forgotPassword:active{
	border:none;
}

.forgotpasswordmessageModel{
	min-height: 100px;
	   width: 505px; 
	background: #ffffff;
	margin: auto;
	border: 1px solid lightgray;
	border-radius: 4px;
	position: absolute;
	top: 37%;
	left: 47%;
	margin-left: -200px;
	margin-top: -150px;
}

.forgotpasswordmessageModel1{
	min-height: 100px;
	   width: 505px; 
	background: #ffffff;
	margin: auto;
	border: 1px solid lightgray;
	border-radius: 4px;
	position: absolute;
	top: 37%;
	left: 47%;
	margin-left: -200px;
	margin-top: -150px;
}

.forgotpasswordmessageModel2{
	min-height: 100px;
	   width: 505px; 
	background: #ffffff;
	margin: auto;
	border: 1px solid lightgray;
	border-radius: 4px;
	position: absolute;
	top: 43%;
	left: 47%;
	margin-left: -200px;
	margin-top: -150px;
}

.cvModelValidationForgetPass {
    height: 100%;
    width: 100%;
    background: rgba(211, 216, 232, 0.55);
    position: absolute;
    z-index: 9999999999999999;
    display: none;
}

.messageBoxForgetPass {
    /* min-height: 110px; */
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 140px;
    width: 505px;
    background: white;
    /* margin: auto; */
    /* margin-top: 200px; */
    border-radius: 4px;
    border: 1px solid #cac0c0;
    display: block;
    position: relative;
    z-index: 999999999999999999;
}