@charset "ISO-8859-1";

.emailBtn button{width: 95%;}
.mobileBtn button{width: 95%;}

.imgLeft {
	left:0;
	right:0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

 .outer{
    top: 0;
    bottom: 0;
    margin: auto;
} 


.tab-content .imglogo{
	
  margin: auto;
  text-align: center;
}
.heading_container{
border-bottom: 1px solid lightgray;
padding: 0px 0px 0px 0px;
width:40%;
margin-bottom: 10px;
}
.text-alignc{text-align: center;}
.helpDesk{color:red;vertical-align: text-bottom;}
#invalid_credentials{
margin-top:0px;

}



.loginForm input[type=email]{max-height: 27px;}

.loginForm input[type=password]{max-height: 27px;}

.heading_container h2 {
    /* font-size: 32px; */
    line-height: 1.5;
    font-weight: 400;
    font-family: PrecisionSans_W_Lt,Helvetica Neue,Arial,sans-serif;
    color: #cf0989;
     margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

.loginForm input[type=number]{
	max-height: 27px;

-moz-appearance: textfield;}

.loginForm input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance: none;}
#loader{
	
}


#myLoaderBtn ,#myLoaderClose{
	display: none;
}
#myLoader .modal-dialog,#myLoader .modal-content,#myLoader .modal-body{
background-color: rgba(0,0,0,.00001) !important;
top: 40%;
margin: auto;
box-shadow: none;
border: 0px !important
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background:#a6a6a6; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: gray; 
}


