/*for Retina screen*/
/*--------------------------*/
/*inset 0 1px 1px rgba(0, 0, 0, 0.075)*/
/*button with brand  color and has arrow on the right*/
.btn-brand-pink {
  color: white;
  background-color: #e50049;
  text-align: left;
  line-height: 50px;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 14px;
  padding-right: 50px;
  position: relative; }
  .btn-brand-pink:after {
    content: '';
    width: 8px;
    height: 18px;
    background-image: url(../images/icons/icon-bird-white.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -9px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .btn-brand-pink:after {
        background-image: url(../images/icons/icon-bird-white@2x.png);
        background-size: 8px 18px; } }
  .btn-brand-pink:hover, .btn-brand-pink:focus {
    color: white;
    background-color: #d7094b; }
  @media (max-width: 640px) {
    .btn-brand-pink.btn-block-mobile {
      display: block;
      text-align: center;
      padding: 0; } }

.btn-brand-blue {
  color: white;
  background-color: #0054a4;
  text-align: left;
  line-height: 50px;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 14px;
  padding-right: 50px;
  position: relative; }
  .btn-brand-blue:after {
    content: '';
    width: 8px;
    height: 18px;
    background-image: url(../images/icons/icon-bird-white.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -9px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .btn-brand-blue:after {
        background-image: url(../images/icons/icon-bird-white@2x.png);
        background-size: 8px 18px; } }
  .btn-brand-blue:hover, .btn-brand-blue:focus {
    color: white;
    background-color: #014586; }
  @media (max-width: 640px) {
    .btn-brand-blue.btn-block-mobile {
      display: block;
      text-align: center;
      padding: 0; } }

/*usually for header sub menu button*/
.btn-brand-violet {
  color: white;
  background-color: #3e62ad;
  text-align: left;
  line-height: 50px;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 14px;
  padding-right: 50px;
  position: relative;
  width: 100%;
  line-height: 28px;
  max-width: 208px;
  margin: 10px 0;
  /*font-size: 16px;*/
  padding-top: 6px;
  padding-bottom: 6px; }
  .btn-brand-violet:after {
    content: '';
    width: 8px;
    height: 18px;
    background-image: url(../images/icons/icon-bird-white.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -9px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .btn-brand-violet:after {
        background-image: url(../images/icons/icon-bird-white@2x.png);
        background-size: 8px 18px; } }
  .btn-brand-violet:hover, .btn-brand-violet:focus {
    color: white;
    background-color: #075198; }
  @media (max-width: 640px) {
    .btn-brand-violet.btn-block-mobile {
      display: block;
      text-align: center;
      padding: 0; } }
  @media (max-width: 640px) {
    .btn-brand-violet.btn-block-mobile {
      max-width: initial;
      padding-top: 10px;
      padding-bottom: 10px; } }

/*for ghost button*/
.btn-ghost-red {
  border: 1px solid #e50049;
  color: #e50049;
  background-color: transparent;
  padding: 0 40px;
  height: 50px;
  line-height: 50px;
  text-decoration: none; }
  .btn-ghost-red:hover {
    color: #e50049;
    /*border:3px solid $color;*/
    -webkit-box-shadow: inset 0px 0px 0px 2px #e50049;
    -moz-box-shadow: inset 0px 0px 0px 2px #e50049;
    box-shadow: inset 0px 0px 0px 2px #e50049; }
  .btn-ghost-red:focus {
    color: #e50049; }
  .btn-ghost-red.btn-block-mobile {
    display: block;
    /*padding:0;*/
    text-align: center; }

.btn-ghost-blue {
  border: 1px solid #0054a4;
  color: #0054a4;
  background-color: transparent;
  padding: 0 40px;
  height: 50px;
  line-height: 50px;
  text-decoration: none; }
  .btn-ghost-blue:hover {
    color: #0054a4;
    /*border:3px solid $color;*/
    -webkit-box-shadow: inset 0px 0px 0px 2px #0054a4;
    -moz-box-shadow: inset 0px 0px 0px 2px #0054a4;
    box-shadow: inset 0px 0px 0px 2px #0054a4; }
  .btn-ghost-blue:focus {
    color: #0054a4; }
  .btn-ghost-blue.btn-block-mobile {
    display: block;
    /*padding:0;*/
    text-align: center; }

/*---------------------------------*/
/*for article col-3 component*/
/*----------------*/
::-webkit-input-placeholder {
  color: #dddddd; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #dddddd; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #dddddd; }

:-ms-input-placeholder {
  color: #dddddd; }

/* Recommended placeholder styles */
.empty {
  color: #dddddd; }

/*[readonly].empty { cursor: default; }*/
/* Emulate IE `onselectstart=return false` for demo */
/* [disabled].empty {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }*/
/* Hide browser placeholders for demo */
/*::-webkit-input-placeholder { color: transparent; }*/
/* Firefox 18- */
/*:-moz-placeholder { color: transparent; }*/
/* Firefox 19+ */
/*::-moz-placeholder {   color: transparent; }*/
/*:-ms-input-placeholder {   color: transparent; }*/
.skipLink-wrapper a {
  background-color: white; }

.body-background {
  background: url(../images/bg-memberlogin.jpg) bottom no-repeat;
  background-size: cover; }
  @media (max-width: 640px) {
    .body-background {
      background: url(../images/bg-memberlogin-cell.jpg) no-repeat;
      background-size: cover;
      background-attachment: fixed;
      background-position: bottom; } }

.simple-header {
  padding-top: 15px;
  margin-bottom: 60px; }
  .simple-header .navbar-logo-ca {
    background-image: url(../images/icons/logo-Int-member.png);
    background-size: 190px 35px;
    background-repeat: no-repeat;
    width: 190px;
    height: 35px;
    display: inline-block; }
  .simple-header .header-link {
    display: inline-block;
    position: absolute;
    right: 0px; }
    .simple-header .header-link li {
      display: inline-block; }
      .simple-header .header-link li:first-of-type {
        border-right: 1px solid white; }
      .simple-header .header-link li a {
        color: white;
        font-size: 14px;
        margin: 0 15px; }
        .simple-header .header-link li a:hover {
          text-decoration: underline; }
  @media (max-width: 640px) {
    .simple-header {
      margin-bottom: 0; }
      .simple-header .navbar-logo-ca {
        background-size: 114px 21px;
        width: 114px;
        height: 21px; }
      .simple-header .header-link li a {
        font-size: 12px; } }

.container-background {
  min-height: 580px; }
  @media (max-width: 640px) {
    .container-background {
      min-height: 600px; } }
  .container-background .center-container {
    padding: 0; }
    @media (min-width: 640px) {
      .container-background .center-container {
        max-width: 800px;
        background: url(../images/bg-memberlogin-center.png) no-repeat;
        background-size: cover; } }
  .container-background .login-left-container {
    width: 300px;
    margin: auto; }
    .container-background .login-left-container:after {
      content: '';
      width: 1px;
      height: 280px;
      background: white;
      display: inline-block;
      position: absolute;
      top: 70px;
      left: 100%; }
  .container-background .login-right-container {
    width: 300px;
    margin: auto; }
  .container-background h1 {
    color: white;
    margin-top: 0;
    padding-top: 30px;
    font-size: 30px;
    font-weight: 300; }
    @media (max-width: 640px) {
      .container-background h1 {
        text-align: center;
        font-size: 20px; } }
  @media (max-width: 640px) {
    .container-background .login-left-container {
      width: 100%; }
    .container-background .login-right-container {
      width: 100%; } }

.login-row {
  width: 300px;
  margin: 15px auto; }
  @media (max-width: 640px) {
    .login-row {
      width: 100%; } }

.login-row-error {
  width: 300px;
  margin: -15px auto; }
  @media (max-width: 640px) {
    .login-row-error {
      width: 100%; } }

@media (min-width: 640px) {
  .login-row-bottom {
    margin-bottom: 30px; } }

.login-input {
  float: none;
  text-align: center; }
  .login-input input {
    width: 100%;
    padding: 14px;
    height: 50px;
    color: #0054a4; }

.login-verification img {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  height: 50px; }

.login-verification input {
  width: 189px;
  display: inline-block;
  padding: 14px;
  height: 50px;
  color: #0054a4; }

@media (max-width: 640px) {
  .login-verification {
    padding-left: 112px; }
    .login-verification img {
      position: absolute;
      left: 15px; }
    .login-verification input {
      width: 100%; } }

.login-text p {
  color: white; }

.cross-line span {
  display: inline-block;
  color: white;
  text-align: center;
  width: 100%;
  font-size: 14px; }
  .cross-line span:before {
    content: '';
    width: 127px;
    height: 1px;
    background: white;
    display: inline-block;
    position: relative;
    top: -3px;
    left: -13px; }
  .cross-line span:after {
    content: '';
    width: 127px;
    height: 1px;
    background: white;
    display: inline-block;
    position: relative;
    top: -3px;
    left: 13px; }

@media (max-width: 640px) {
  .cross-line span {
    font-size: 12px; } }

.btn-login {
  width: 100%;
  color: white;
  background-color: #e50049;
  text-align: center;
  line-height: 36px;
  font-size: 14px; }
  .btn-login:hover {
    color: white;
    background-color: #d7094b; }

.btn-guest {
  width: 100%;
  color: white;
  background-color: transparent;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  border: 1px solid white; }
  .btn-guest:hover {
    -webkit-box-shadow: inset 0px 0px 0px 2px white;
    -moz-box-shadow: inset 0px 0px 0px 2px white;
    box-shadow: inset 0px 0px 0px 2px white;
    color: white; }

.link-left {
  text-align: left; }
  .link-left a {
    font-size: 12px;
    color: white;
    text-decoration: underline; }
    .link-left a:hover {
      text-decoration: none; }

.link-center span {
  font-size: 14px;
  color: white; }

.link-center a {
  font-size: 14px;
  color: white;
  text-decoration: underline; }
  .link-center a:hover {
    text-decoration: none; }

@media (max-width: 640px) {
  .link-center {
    text-align: center; }
    .link-center span, .link-center a {
      font-size: 12px; } }

.errorBox {
  background: transparent;
  padding: 10px 5px; }

.border-error {
  border-color: red; }

.font-white {
  color: white; }

/*# sourceMappingURL=memberlogin.css.map */