.login-hover-wrapper {
	display: none;
	width: 380px;
	min-height: 270px;
	background-color: #1cafec;
	position: absolute;
	right: 0;
	top: 38px;
}

.login-hover-wrapper .login-hover-inputs {
	margin-left: 20px;
	margin-top: 40px;
}

.login-hover-wrapper .login-hover-inputs input{
	width: 325px;
	padding-bottom: 0;
	border-radius: 0px;
	padding-top: 0;
	height: 37px;
}

.login-hover-wrapper .login-hover-inputs input[placeholder]{
	color: black;
}

.login-hover-wrapper ul {
  display: block;
  width: 90%;
  clear: both;
	bottom: 0px;
}

.login-hover-wrapper ul li {
	list-style-type: none;
	color: white;
	border-right: 1px solid white;
	display: inline-block;
	padding-right: 5px;
	font-size: 12px;
}

.login-hover-wrapper ul li.no-border {
  border:none;
}

.login-hover-wrapper ul li a{
	color: white !important;
}

.login-hover-wrapper ul li:last-child {
	border: none;
}

.remember-wrapper {
	margin-left: 20px;
}

.remember-wrapper input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin-top: -2px;
}

.remember-wrapper label {
	font-size: 13px;
  display: inline-block;
  padding-left: 5px;
	color: black;
}

.login-button {
  background-color: #00458C;
  width: 120px !important;
  height: 47px !important;
  display: block;
  float: right;
  border: none;
  text-align: center;
  color: white;
  padding-top: 7px;
  margin-right: 25px;
}

.login-button:hover {
	color: white;
	cursor:pointer;
}

.login-error {
  display:block;
  width:325px;
  color: black;
}

.error-image {
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding-top: 5px;
}

.error-msg {
    clear: both;
    margin-bottom: 10px
}