form#mobile_search span.input-group-text {
	background: #fff;
	border-right: none;
}

form#mobile_search span.input-group-text + input.form-control {
	border-left: none;
}

div#search_results_mobile div.card:hover {
	border-color: #000000;
}

div#search_results_mobile div.card a {
	color: inherit;
	text-decoration: none;
}

body.login {
  color: #000;
  background: url(/images/login_bg.png) repeat-x;
  font-family: Arial, Helvetica Neue, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  padding: 0;
}
body.login div#body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 768px;
}
body.login div #login-body {
  width: 900px;
  margin: 0 auto;
}

#login-banner {
  color: #fff;
  line-height: 140px;
  font-size: 225%;
  font-weight: bold;
  text-align: center;
  text-shadow: black 1px 1px 1px;
}

#login-header {
  height: 73px;
  padding: 9px 0;
  color: #235590;
  font-size: 22px;
  line-height: 28px;
}
#login-header img {
  float: left;
  height: 44px;
  margin-top: 6px;
  margin-right: 15px;
}

#login-text {
  float: left;
  width: 400px;
  margin-right: 40px;
  color: #fff;
  line-height: 1.25em;
}
#login-text a {
  font-weight: bold;
  text-decoration: none;
}

#login-box {
  float: left;
  width: 386px;
  height: 295px;
  padding: 20px;
  font-size: 120%;
  line-height: 1.5em;
  background: #efedee;
  color: #235590;
  border: 1px solid #fff;
}
#login-box #login-box-caption {
  font-size: 28px;
  text-align: center;
  margin: 0px 0px 15px 0;
}
#login-box label {
  display: inline-block;
  width: 7em;
  color: #444;
  text-align: right;
  padding-right: 0.5em;
  font-weight: bold;
}
#login-box input[type="text"], #login-box select, #login-box input[type="submit"] {
  width: 240px;
  border: 1px solid #adb5c4;
  font-size: inherit;
  padding: 7px;
  box-sizing: border-box;
}
#login-box input[type="submit"] {
  border: 0 none;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px #290300;
  background: url(/images/login_submit_bg.png);
}
#login-box a {
  color: inherit;
  text-decoration: none;
}
#login-box .form-group {
	margin-bottom: 25px;
}

#login-footer-container {
  position: absolute;
  bottom: 2em;
  left: 0;
  right: 0;
}

#login-footer {
  width: 900px;
  margin: 0 auto;
  color: #444;
  clear: both;
  margin-top: 2em;
}

body.login a,
body.login a:link,
body.login a:visited,
body.login a:active {
  color: #75AEDB;
  text-decoration: underline;
}

body.login a:hover {
  color: #75AEDB;
  text-decoration: none;
}

select[name*="_deck_ack_date_day"] {
  display: none;
}

@media screen and (max-width: 899px) {
  #login-text {
    display: none;
  }

  body.login div #login-body,
  #login-footer {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }

  #login-box {
    margin: 0 auto;
    float: none;
  }
}

@media screen and (max-width: 755px) {
  #login-banner {
    line-height: 70px;
  }

  #login-box {
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }

  #login-box label {
    text-align: left;
    width: 100%;
  }

  #login-box label.blank {
    display: none;
  }

  #login-box input[type=text],
  #login-box select {
    width: 100%;
  }

  #login-box input[type=submit] {
    width: 100%;
    background-size: cover;
  }

  #login-box .form-group {
    margin-bottom: 15px;
  }
}