body {
  overflow-x: hidden; }

.hide {
  display: none; }

.control-label {
  color: white;
  font-weight: normal; }

.login-main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh; }

.connect-logo-image {
  background: #000 url(../../libs/spark/images/sabre-logo-white.svg) no-repeat;
  background-size: 102px 24px;
  background-position: center;
  height: 84px;
  width: calc(100% + 31px);
  margin-left: -15px !important;
  margin-bottom: 20px; }

.legal-notice {
  padding-bottom: 15px;
  color: #555;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px; }

.login-button {
  font-weight: normal;
  color: #fff;
  background-color: #23826F;
  width: 100%;
  border: none;
  height: 34px;
  line-height: 22px; }

.sso-login-button {
  background-color: #fff;
  border: 1px solid #23826f;
  -webkit-box-shadow: inset 0 -2px 0 #23826f;
  box-shadow: inset 0 -2px 0 #23826f;
  color: #23826f;
  font-weight: normal;
  width: 100%;
  height: 34px;
  line-height: 22px; }

.sso-login-button:hover {
  color: #23826f;
  /* border-color: #adadad; */ }

.login-button:hover {
  color: #fff;
  background-color: #207866;
  /* border-color: #adadad; */ }

.login-button:focus, .login-button:active {
  color: #fff;
  background-color: #195E51;
  /* border-color: #8c8c8c; */ }

#login-title {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  color: #333;
  margin-bottom: 15px; }

.center {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.languages-icon {
  position: absolute;
  top: 22px;
  left: 24px;
  width: 20px;
  height: 20px;
  background: url(../../images/login/icon-languages-2x.png) no-repeat right;
  background-size: 20px 20px;
  vertical-align: middle; }

#language-code {
  background-color: #fff;
  color: #555;
  padding: 5px 5px 5px 35px;
  border: 1px solid #ccc !important;
  border-radius: 4px;
  height: 34px;
  margin-top: 15px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none; }

#login-container {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  overflow: hidden; }

.language-arrow {
  background: url(../../images/login/dropdown.png) no-repeat 95% center; }

select::-ms-expand {
  display: none; }

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .language-arrow {
    background: url(../../images/login/dropdown_2x.png) no-repeat 95% center;
    background-size: 13px 7px; }

  .connectLogoImage {
    background: url(../../images/login/logo-sabre-2x.png) no-repeat;
    background-size: 270px 40px; } }
