/*=- /Content/Layouts/Clean/stylesheets/section-frequent-flyer-login.css -=*/

@charset "UTF-8";
/* Blue MILES */

.section-frequent-flyer-login .miles {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-bottom: 7px solid #6093bf;
}
.section-frequent-flyer-login .miles h2 {
  color: #a1c5e5;
}
.section-frequent-flyer-login .miles h2 b {
  color: #6093bf;
}
.section-frequent-flyer-login .miles .memberSignup {
  background: #f2f9ff;
  border-top: 2px solid #a1c5e5;
}
.section-frequent-flyer-login .miles .memberSignup h3 {
  display: block;
  color: #115fa4;
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 200;
  padding: 15px 10px;
  margin-right: 20px;
  background: url(../images/design/click_blue2.png) no-repeat right 50%;
}
.section-frequent-flyer-login .miles .memberSignup ul {
  display: block;
  padding: 0 0 20px 50px;
  list-style-type: square;
  font-stretch: extra-condensed;
  font-size: 15px;
  color: #666666;
}
.section-frequent-flyer-login .miles .memberSignup ul > li {
  margin-bottom: 10px;
}
.section-frequent-flyer-login .miles .learnMore h4 {
  display: block;
  background: white;
  border-width: 0 1px;
  border-style: solid;
  border-color: #f2f9ff;
}
.section-frequent-flyer-login .miles .learnMore h4 > a {
  display: block;
  background: url(../images/design/click_blue3.png) no-repeat right 50%;
  color: #115fa4;
  font-stretch: ultra-condensed;
  font-size: 20px;
  font-weight: 200;
  line-height: 20px;
  padding: 10px;
  margin: 0 20px;
}
.section-frequent-flyer-login .miles input.milesLogin {
  display: block;
  width: 200px;
  padding: 2px 0;
  margin: 10px auto;
  font-size: 12px;
  text-indent: 5px;
}
.section-frequent-flyer-login .miles input.bt-login {
  display: block;
  margin: 10px auto 0;
}
.section-frequent-flyer-login .miles .comingSoon {
  flex-grow: 1;
  display: flex;
  background: #dae7f2;
  padding: 15px 0;
  text-align: center;
}
.section-frequent-flyer-login .miles .comingSoon span {
  margin: auto;
}
.section-frequent-flyer-login .miles .comingSoon span a {
  font-weight: bold;
}
