h2
{
    font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	color:#343434;
	font-size: 1.6em;
	font-weight: 300;
	margin-bottom: 1.3em;
    margin-top: 2em;
	text-align:center;
}
* {
  margin: 0;
 }
 h4{
  font-size: 20px;
 }
 p{
	 text-align: center;
	 font-size: 12px;
	 color: red;
	 white-space: pre-line;
 }
 .pageLevel {
	 display: block;
	position: relative;
	width: 184%;
	margin-left: -128px;
}
/* html, body {
  height: 100%;
} */ 
.page-wrap {
  min-height: 100%;
   /* equal to footer height  */
  margin-bottom: -90px;
}
.page-wrap .page-wrap {
    margin-bottom:0;
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {

  /*position: absolute;*/
  bottom:0px;
  width:100%;

}  
.site-footer {
  background: #61b2b9;
}

.footerText
{
    /*display:inline-block;*/
	width:100%;
    color: White;
    font-size: 11px;
    text-transform:uppercase;
    text-align: center;
    font-weight: 600;
    letter-spacing: .1rem;
    padding: 20px 0px 0px 0px;
}





/* after calling the APi */
#signInName{
  height: 38px;
  padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    font-size: .8em;
    box-sizing: border-box;
    font-size: 1em;
    width: 99%;
    margin-bottom: 10px;
}
#password{
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    font-size: .8em;
    box-sizing: border-box;
    font-size: 1em;
    width: 99%;
}


#rememberMe{
  margin-left: 10px;
    margin-top: 10px;
    
}

#next{
  margin-bottom: 5px;
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid;
    cursor: pointer;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    background-color: #f78e1d;
}

#forgotPassword{
  display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 11px;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid;
    cursor: pointer;
    box-sizing: border-box;
    /* padding-left: 14px; */
    margin-left: 5px;
}

#AzureADContosoExchange{
  display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 11px;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid;
    cursor: pointer;
    box-sizing: border-box;
    /* padding-left: 14px; */
    margin-left: 70px;
    margin-bottom: 30px;
		visibility: hidden;
}

.new-class h2{
    visibility: hidden;
}

#passwordtoggler{
		position: relative;   
		bottom: 28px;
		left: 328px;
		font-size:18px;
	}
			
	.fa {
	  display: inline-block;
	  font: normal normal normal 14px/1 FontAwesome;
	  font-size: inherit;
	  text-rendering: auto;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	}

	.fa-eye:before {
		content: "\f06e";
	}

	.fa-eye-slash:before {
		content: "\f070";
	}

	.fa-info-circle:before {
		content:"\f05a";
	}
		
		