@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Sans'), local('DroidSans'), url(fonts/DroidSans400.woff) format('woff');
}

html, body { padding: 0; border: 0px none;   font-family: 'Droid Sans', Verdana; font-size: 11px; }

input[type="text"],
input[type="password"] {
  -moz-border-radius: 2px;
  background-color: white;
  border: 1px solid #cdcdcd;
  float: left;
  margin: 5px;
  padding: 0px;
  width:110px;
}
.account-login-dropdown:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

select { color:red; margin: 5px; padding: 0px; float: left; border: 1px solid #cdcdcd; background-color: white; -moz-border-radius: 2px; }

br { clear: left; }  

.textbox { border: 1px solid #999999;  border-top-color: #CCCCCC;  border-left-color: #CCCCCC; color: #333333;  font: 90% Verdana, Helvetica, Arial, sans-serif; font-size: 11px; }

h1 { font-size: 17px; }

div { font-family: 'Droid Sans', Verdana; font-size: 11px; }

/* 'Login/reset' Buttons */
#submitbutton,#submit_reset,#cancel { 
  padding: 12px 12px;
  margin: .3em 0 0 5px;
  width: 30%;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #428bca;
  background:0;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.15s ease;
}

#submitbutton:hover,#submit_reset:hover,#cancel:hover{
	background-color: rgba(158, 158, 158, 0.2);
}

#submitbutton:focus,#submit_reset:hover,#cancel:hover{
	background-color: rgba(158, 158, 158, 0.2);
}

#notification_error,#notice { color: red; height: auto; padding-right: 44px; text-align: center; }

#login_response { overflow: auto; }
 
#ajax_loading { display: none; font-size: 12px; font-family: Tahoma; }

#logged_in { padding: 5px; margin: 46px 0 0 46px; text-align: center; width: 400px; }

#status { margin-top: 20px; width: 310px; }

#login_div { margin-top: 20px; width: 250px; }

#loginlogo { width:300px ; margin-left:-50px;}

.infotext {
  position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right:0;
    margin: auto;
    width:400px;
    height: 50%;
}

.infotext p, .infotext li{
  font-size: 15px;
}



#splashlink{
  margin: auto;
  margin-top:24px;
  width: 30%;
}

#splashlogo{
  margin-left: 25px;
} 

.infotext a {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;

  padding: 12px 24px;

  text-decoration: none;
  color: #428bca;
  font-size: 24px;
  line-height: 20px;
  letter-spacing: 1px;
  background:0;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.15s ease;

}

.infotext a:hover{
  background-color: rgba(158, 158, 158, 0.2);
}

#wrapper{
  min-height:100%;
  position:relative;
}

#footer{
  color: #999999;
  position: absolute;
  margin: auto;
  padding: 10px;
  bottom: 0;
  left: 0;
  display: inline-block;
}

.right-arrow {
	content:"";
	position:absolute;
    display:inline-block;
	width: 2em;
	height: 2em;
	border: 0.25em solid #4a89dc;
	border-radius: 50%;
	margin-left: 0.75em;
}

.right-arrow:after {
	content: '';
	vertical-align:middle;
	display:inline-block;
	margin-top: 0.525em;
	margin-left: -0.3em;
	width: 0.7em;
	height: 0.7em;
	border-top: 0.25em solid #4a89dc;
	border-right: 0.2em solid #4a89dc;
	-moz-transform:rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.right-arrow:hover {
	
	border: 0.25em solid #2465BD;
background-color: #EFEFEF;
}

/*
.right-arrow:after :hover {
	background-color: #2465BD;
}
*/

/* SHOW PASSWORD */

.show-password {

  line-height: 1.5rem;
  margin-bottom: 30px;
  text-align: left;
  width: 100%;
}

.show-password > input[type="checkbox"] {
  height: 20px;
  margin-right: 11px;
  position: relative;
  top: 0;
  vertical-align: middle;
  width: 20px;
}

.show-password > div {
  display: inline-block;
  vertical-align: middle;
}

.cjis-warning {
 	margin: auto;
 	bottom: 0;
  left: 0;
	display: inline-block;
	text-align: left;
	font-size: 15px; 
	color:#264073;
	font-family: "Droid Sans"
}

