body {
  overflow-x: hidden; }

.hide {
  display: none; }

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

.reset-password-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; }

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

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

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

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

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

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

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .connectLogoImage {
    background: url(../../images/login/logo-sabre-2x.png) no-repeat;
    background-size: 270px 40px; } }
