*{
	box-sizing: inherit;
}
body{  
   font-family: Open Sans;
   background-color: #f9f9f9;
   margin: 0;
   overflow-x: hidden;
}
.hero-image {
  background: url('/okta-background.png') no-repeat center top;
  background-size: cover;
  height: 250px;
  width: 100%;
  padding: 100px 20px 120px;
  position: relative;
  margin-bottom: -370px;
}
.alert-banner {
	background-color: #C13A34;
	color: white;
	padding: 1px 32px;
	font-family: Open Sans;
	font-size: 16px;
	text-align: left;
	border-top: 0px solid #891f1a;
	width: 100%;
	box-sizing: border-box;
}
.alert-icon{
	 font-size:20px;
	 color:white;
	 margin-top: 2px;
}
.alert-text strong{
	font-weight: bold;
	margin-right: 6px;
}
.alert-text span {
	display: block;
	font-size: 14px;
	margin-top: 4px;
}
.alert-banner strong{
	display: inline-block;
	font-weight: bold;
	margin-right: 8px;
}
.alert-banner span {
	display: block;
	font-size: 14px;
    margin-top: 4px;
	padding: 0px 30px;
}
.env-tag {
  color:#C13A34;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
  text-align: center;  
}
.seal{ 
    display: block;
    margin: 0 auto;
    max-height: 40px;
    max-width: 200px;
}
.login-box{
  background: white;
  width: 400px;
  max-height: 490px;
  margin: -60px auto 30px;
  border: 1px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
  text-align: center;
}
.login-box-header {
  border-bottom-color: #ddd;
  color: #5e5e5e;
  border-bottom: 1px solid #ddd;  
  padding: 30px 20px;
}
.login-box-content {
  padding: 20px 20px;
}	
.avatar{
  width: 100px;
  height: 100px;
  background: url('/avatar-illustration.png') center/cover no-repeat;
  border-radius: 50%;
  margin: 10px auto 32px;
}
.login-button{
  display: inline-block;
  background-color: #2176bd;
  color: white !important;
  border: none;
  padding: 12px 0px;
  font-size: 14px;
  font-family: inherit;
  text-align: center;
  line-height: normal;
  cursor: pointer;
  width: 100%;
  text-decoration: none !important;
  font-weight: 600 !important;
}
.login-box p {
  margin-top: 12px;
  font-size: 14px;
}
.login-box a {
	font-weight:normal;
	text-decoration: none;
	color: #007CC0;
}
.login-box a[href="/evhi/internal"] {
	font-weight: 600;
}
.secondary-link  {
  font-weight: 600 !important;
  text-decoration: none;
  color: #007CC0;
}