
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: 'latoregular';
}

html {
  position: relative;
  min-height: 100vh;
  
}
body {
font-family: 'latoregular';
  background:#fff!important;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  outline: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-attachment: fixed;
  padding-right:0px!important;
  padding-bottom:0px!important;
  font-weight:normal;
  color: #434344;
  font-size: 1.5em;
  background-color: #c8c8c8;
}	
a:hover{text-decoration:none;}
a:focus {
    outline: none;
    outline-offset: -2px;
}

/*** HEADER START ****/
input{font-family: 'latoregular'!important;}
#header {
  width: 100%;
  height: 54px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: none;
    box-shadow: none;
    border: 0px;
}
#header .logo:after {
   margin-top:-50px;
}
.brandtitle {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    color: #97144d;
    font-size: 24px;
    margin-bottom: 60px;
    font-weight: normal;
}

.logobg{
   background: url(../imgs/axis_logobg1.png) no-repeat 50px top;
    height: 54px;
    width: 100%;
	}
.title{
	position:relative; 
	z-index:9999; 
	text-transform:uppercase; 
	text-align: center;
	color: #97144d;
	}
	
.logo_img {
    z-index: 999;
    position: absolute;
    top: 6px;
    color: #fff;
    font-family: 'latoregular'!important;
    background: #97144d;
    padding: 6px 0px 12px 18px;
}
	.brand_title{font-size:12px;font-family: 'latoregular'!important;vertical-align: text-bottom;}
	.line_sep{padding-right: 5px;
    padding-left: 5px;}
    .font-italic {
    font-style: italic;
}
/*** HEADER END ****/

/*** LOGIN WRAPPER START ****/
.loginwrapper {
  width:100%;
  max-width: 300px;
  background: #fff;
  border-radius: 2px;
  min-height:400px;
  margin: 40px auto;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0px;
  font-family: 'latoregular'!important;
  margin-top:80px;
  
}
.resetpassword{width:100%;
  max-width: 350px;
  background: #fff;
  border-radius: 2px;
 
  margin: 40px auto;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0px;
  font-family: 'latoregular'!important;}
.logo_header{background:#97144d; width:100%; height:23px; margin:0px; padding:0px;position: absolute;}

.loginwrapper p a {
  color: #fff;
}
	
.loginwrapper a{
	font-size:14px;
	}
	.logbtn:focus,.loginwrapper .logbtn span.hover{color:#fff;}
	.loginwrapper .title{width:100%; margin:0px;}
.loginwrapper .title span {
    padding: 6px 20px;
    font-size: 16px;
    color: #97144d;
    margin-bottom:0px;
    background: none;;
    position: relative;
    float: left;
	font-weight:700;
	border-bottom: 2px solid #97144d;
	width:100%;
	font-family: 'latoregular'!important;
}
.title span {
    padding: 6px 20px;
    font-size: 16px;
    color: #97144d;
    margin-bottom:0px;
    background: none;;
    position: relative;
    float: left;
	font-weight:700;
	border-bottom: 2px solid #97144d;
	width:100%;
	font-family: 'latoregular'!important;
}

.noinputborder .inp-field input {
    width: 100%;
    padding: 5px 0px;
    background: transparent;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    border: 0px;
    border-bottom: 1px solid #c8c8c8;
    border-radius:0px;
     -moz-border-radius:0px;
      -webkit-border-radius:0px;
}
.loginwrapper .usrname, .loginwrapper .pwd, .resetpassword .usrname input
 {
  width: 100%;
  position: relative;
    
      margin-bottom:30px!important;
      margin-top: 30px;
}

.loginwrapper .usrname input, 
.loginwrapper .pwd input,.resetpassword .usrname input
 {
    max-width: 100%;
    margin-top: 5px;
    font-size: 16px;
    padding: 5px 10px;
    border: 0px;
    border-bottom: 1px solid #c8c8c8;
	box-shadow: none;
    border-radius: 0px;
	color: #505050;
}


.loginwrapper .errormsg span{margin-bottom:0px;margin-top: 10px;
    text-align: center;}
.loginwrapper .errormsg {
  width: 100%;
}
.red {
		color: red !important;
		border-color: red !important;
	}


.fa-lock,.titleicon{
    background: #97144d;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
	
    line-height: 22px!important;
    font-size: 14px!important;}

 .loginwrapper .logbtn,.logout .logbtn {
  margin: 10px 0px;
  text-align: center;
  overflow: hidden;
  width: 100%;
  background: transparent;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border: 0px;
  position: relative;
  line-height: 40px;
  height: 40px;
 
  vertical-align: middle;
  padding: 0px 20px;
  font-size: 16px;

 font-weight:normal;
  background: #97144d;
  display:block;
  text-decoration:none;
}

.logbtn {
  margin: 10px 0px;
  text-align: center;
  overflow: hidden;
  width: 100%;
  background: transparent;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border: 0px;
  position: relative;
  line-height: 40px;
  height: 40px;
 
  vertical-align: middle;
  padding: 0px 20px;
  font-size: 16px;

 font-weight:normal;
  background: #97144d;
  display:block;
  text-decoration:none;
}
.loginwrapper .logbtn input {
  width: auto;
  padding: 0px 20px;
  background: transparent;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border: 0px;
  font-size: 16px;
  box-shadow: none;
  margin: 0px;
}

.loginwrapper .errors {
    color: red;
    font-size: 14px;
    
}
.loginwrapper input:focus{
    border-bottom: 1px solid #97144d;
    outline: none!important;
    background: none;
    box-shadow: none;
	}

.logout, .logout a{color: #505050;
    margin-top: 100px;
    font-weight: normal; }
 .logout a{text-decoration:underline;}
  .logout h2{font-weight:normal;}
 .logout  .btns{display: inline-block;
    width: 220px; font-weight:normal;}
.loginwrapper .logbtn:hover,.logout .logbtn:hover,
.loginwrapper .logbtn:focus {
  background: #505050;
    color: #fff;
  box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.loginwrapper .btns a{color: rgb(151, 20, 77);}
.canvasimg{float: left;
    width: 80%;
    margin-top: -33px;}

.loginwrapper .btns{margin-top:30px;}
#footer{background:none;color:#505050;text-shadow:none;font-family: 'latoregular';font-weight: normal;
    border-top: 1px solid #e6e6e6; display:block!important; text-align:left;}
/*** LOGIN WRAPPER END ****/

input::placeholder { color: #505050!important; font-size: 16px; }

a{
	color : white;
}

.navigatebtn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #97144d;
  color: white;
  text-decoration: none;
  border-radius: 4px;
 }