html {
  box-sizing: border-box;
}

.resize-active *,
.resize-active *:before,
.resize-active *:after {
  transition: none !important;
  animation: none !important;
}

*, *:before, *:after {
  box-sizing: inherit;
}

@font-face {
  font-family: 'test_untitled_sansregular';
  src: url('../login-fonts/testuntitledsans-regular-webfont.woff2') format('woff2'),
  url('../login-fonts/testuntitledsans-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'test_untitled_sansmedium';
  src: url('../login-fonts/testuntitledsans-medium-webfont.woff2') format('woff2'),
  url('../login-fonts/testuntitledsans-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../login-fonts/icomoon.eot?patt54');
  src:  url('../login-fonts/icomoon.eot?patt54#iefix') format('embedded-opentype'),
  url('../login-fonts/icomoon.ttf?patt54') format('truetype'),
  url('../login-fonts/icomoon.woff?patt54') format('woff'),
  url('../login-fonts/icomoon.woff2?patt54') format('woff2'),
  url('../login-fonts/icomoon.svg?patt54#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-arrow-thin-right:before {
  content: "\e901";
}

.ico-lock:before {
  content: "\e917";
}

.ico-smartphone:before {
  content: "\e918";
}

.ico-user:before {
  content: "\e919";
}

.ico-right-arrow:before {
  content: "\e915";
}

.ico-arrow-back:before {
  content: "\e900";
}

.ico-check:before {
  content: "\e913";
}

.ico-mail:before {
  content: "\e909";
}

.ico-phone:before {
  content: "\e90a";
}

.ico-caret-right:before {
  content: "\e90f";
}

body {
  font: 16px/1.5 "test_untitled_sansregular", "Arial", "Helvetica", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: scrollbar;
  color: #171717;
  min-width: 320px;
}

.login-wrapper-area {
  position: relative;
}

.login-wrapper-area:before {
  background: url(/lp_assets/theme_admin3/rackspace/default/images/login-bg-shape.png) no-repeat;
  background-size: cover;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 350px;
  height: 267px;
}

.login-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 100vh;
}

.login-section {
  position: relative;
  padding: 100px 0;
  width: 100%;
}

.login-block {
  position: relative;
  width: 100%;
  z-index: 5;
}

.login-block .container {
  width: 100%;
  padding: 0 15px;
  max-width: 1250px;
  margin: 0 auto;
}

.login-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.login-block-content {
  position: relative;
  width: 420px;
}

.login-content-block {
  position: relative;
  padding: 22px 0 0;
}

.login-heading-area {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #171717;
  margin: 0 0 27px;
}

.login-logo {
  position: relative;
  display: block;
  width: 151px;
  margin: 0 0 30px;
}

.login-logo a {
  display: block;
}

.login-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.login-heading-area h2 {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -1.3px;
  color: #171717;
  margin: 0 0 6px;
}

.login-heading-area h2 span {
  font-family: 'test_untitled_sansmedium';
  font-weight: 500;
}

.login-heading-area p {
  letter-spacing: -0.4px;
  margin: 0;
}

.login-box {
  position: relative;
}

.login-form {
  position: relative;
}

.login-form .form-group {
  margin: 0 0 12px;
}

.login-form .input-wrap {
  position: relative;
}

.login-form .field-label {
  position: absolute;
  right: 26px;
  top: 19px;
  pointer-events: none;
  color: #dee1e3;
  margin: 0;
}

.login-form .field-label i {
  position: relative;
  font-size: 20px;
  line-height: 1;
  display: block;
}

.login-form .input-wrap label.error {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  display: block;
  margin: 8px 0 0;
  color: #f00;
}

.login-form .form-control {
  font-family: 'test_untitled_sansregular';
  background: #fff;
  border: 1px solid #e8e9f1;
  border-radius: 35px;
  width: 100%;
  height: 57px;
  outline: none;
  box-shadow: none;
  color: #171717;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding: 10px 50px 10px 33px;
  transition: all 0.4s ease;
  letter-spacing: -0.3px;
}

.login-form .form-control:focus {
  border-color: #3355ff;
}

.login-form .form-control.error {
  border-color: #f00 !important;
}

.login-form .form-control::-webkit-input-placeholder {
  color: rgba(23, 23, 23, 0.7);
}

.login-form .form-control::-moz-placeholder {
  opacity: 1;
  color: rgba(23, 23, 23, 0.7);
}

.login-form .form-control:-moz-placeholder {
  color: rgba(23, 23, 23, 0.7);
}

.login-form .form-control:-ms-input-placeholder {
  color: rgba(23, 23, 23, 0.7);
}

.login-form .form-control.placeholder {
  color: rgba(23, 23, 23, 0.7);
}

.login-form-list {
  position: relative;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 3px 0 13px;
  margin: 0;
}

.login-form-list li {
  position: relative;
}

.checkbox-label {
  position: relative;
  display: block;
  margin: 0;
}

.checkbox-label .checkbox-text {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #171717;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  transition: all 0.4s ease;
  cursor: pointer;
}

.checkbox-label .checkbox-text .icon {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #e8e9f1;
  border-radius: 5px;
  transition: all 0.4s ease;
}

.checkbox-label .checkbox-text .icon i {
  position: absolute;
  left: 3px;
  top: 3px;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.checkbox-label .checkbox-text .text {
  position: relative;
  display: block;
  letter-spacing: -0.4px;
  padding: 0 0 0 15px;
}

.checkbox-label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.checkbox-label input[type=checkbox]:checked + .checkbox-text .icon {
  border-color: #4156fa;
  background: #4156fa;
}

.checkbox-label input[type=checkbox]:checked + .checkbox-text .icon i {
  opacity: 1;
  visibility: visible;
}

.forgot-password,
.cancel-recovery {
  position: relative;
  display: block;
  color: #7180fc;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  transition: all 0.4s ease;
  text-transform: capitalize;
  text-decoration: none;
  letter-spacing: -0.4px;
}

.forgot-password:hover,
.cancel-recovery:hover {
  text-decoration: none;
  color: #4156fa;
}

.login-form .button-holder {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 34px 10px 0 10px;
}

.login-form .button-holder .button {
  font-family: 'test_untitled_sansmedium';
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  background: #4156fa;
  border: 2px solid #4156fa;
  color: #fff;
  border-radius: 35px;
  min-width: 140px;
  height: 56px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  text-decoration: none;
  transition: all 0.4s ease;
}

.login-form .button-holder .button:hover {
  color: #4156fa;
  text-decoration: none;
  background: #fff;
}

.login-form .button-holder .button:disabled {
  background: #d9dddf;
  border-color: #d9dddf;
  cursor: not-allowed;
  color: #fff;
}

.login-block-content-list {
  position: relative;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 17px 0 0 12px;
  letter-spacing: -0.5px;
  margin: 0;
}

.login-block-content-list li {
  position: relative;
}

.login-block-content-list .text {
  display: block;
  color: #171717;
  margin: 0 6px 0 0;
}

.login-block-content-list .schedule-link {
  font-family: 'test_untitled_sansmedium';
  font-weight: 500;
  transition: all 0.4s ease;
  color: #4156fa;
  display: block;
  padding: 0 25px 0 0;
  text-decoration: none;
}

.login-block-content-list .schedule-link i {
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 15px;
}

.login-block-content-list .schedule-link:hover {
  text-decoration: none;
  color: #7180fc;
}

/* login-flip style */
.login-flip {
  position: relative;
  -webkit-perspective: 1500px;
  perspective: 1500px;
  min-height: 500px;
}

/* Added class to increase height in case of serverside error */
.login-flip.flip_height {
  min-height: 500px;
}

#login-tabs {
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#login-tabs > div {
  margin: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#login-tabs .flip-back {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

#login-tabs.flipped {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.flip-back-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 500px;
}

.flip-back-content-wrap {
  position: relative;
}

.login-text-block {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 650px;
  min-height: 529px;
  text-align: center;
  color: #fff;
  padding: 105px 25px 50px;
}

.login-text-block .heading-wrap {
  position: relative;
  max-width: 515px;
  margin: 0 auto 12px;
}

.login-text-block h2 {
  font-size: 40px;
  line-height: 47px;
  font-weight: 400;
  color: #fff;
  letter-spacing: -1px;
  margin: 0;
}

.login-text-block-banner-text {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  max-width: 420px;
  margin: 0 auto 28px;
  letter-spacing: -0.4px;
}

.login-text-block-banner-text p {
  margin: 0;
}

.demo-btn-wrap {
  position: relative;
  display: block;
  margin: 0 0 23px;
}

.demo-btn {
  font-family: 'test_untitled_sansmedium';
  position: relative;
  width: 180px;
  height: 56px;
  background: #fff;
  color: #4156fa;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  transition: all 0.4s ease;
  text-decoration: none;
  padding: 10px 45px 10px 25px;
  letter-spacing: -0.3px;
  text-align: left;
  border-radius: 35px;
}

.demo-btn:hover {
  background: #4156fa;
  color: #fff;
  text-decoration: none;
}

.demo-btn .text {
  display: block;
}

.demo-btn .icon {
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
}

.demo-btn .icon i {
  font-size: 14px;
  line-height: 18px;
  position: relative;
  display: block;
}

.call-link-wrap {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.4px;
  margin: 0 0 20px;
}

.call-link-wrap a {
  text-decoration: underline;
  transition: all 0.4s ease;
  color: #fff;
}

.call-link-wrap a:hover {
  text-decoration: none;
}

.privacy-text-wrap {
  position: relative;
  display: block;
  padding: 44px 0 0;
}

.privacy-text-wrap a {
  color: #4156fa;
}

.privacy-text-wrap a:hover {
  color: #fff;
  text-decoration: none;
}

.privacy-text {
  font-family: 'test_untitled_sansmedium';
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  transition: all 0.4s ease;
  letter-spacing: -0.4px;
  color: #4156fa;
}

#reset-password-alert {
  display: none;
}

.login-flip .alert-dismissible {
  padding-right: 0;
}

.alert-dismissible .close {
  padding: .55rem .50rem;
  font-size: 16px;
}

.login-flip .alert {
  font-size: 13px;
  padding: 8px 18px 8px 8px;
  text-align: left;
}

.login-flip.flip .alert,
.login-flip.token_expired .alert {
  padding: 10px;
}

.flip-back .login-heading-area h2 {
  font-size: 40px;
}

.flip-back .login-form .button-holder {
  padding-top: 20px;
}

.content-reset-block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 500px;
}

.content-reset-block .login-heading-area h2 {
  font-size: 40px;
}

.content-reset-block-wrap {
  position: relative;
  width: 100%;
}

.content-reset-block .login-form .button-holder {
  padding-top: 15px;
}

.login-block .password-status-info {
  right: 55px !important;
}

@media (max-width: 1699px) {

  .login-wrapper-area:before {
    top: -70px;
  }
}

@media (max-width: 1499px) {

  .login-wrapper-area:before {
    width: 280px;
    height: 225px;
  }
}

@media (max-width: 1199px) {

  .login-wrapper-area:before {
    width: 250px;
    height: 185px;
  }

  .login-block-content {
    width: 370px;
  }

  .login-text-block {
    background-size: 100% 100%;
    width: 525px;
    padding: 75px 25px 50px;
    min-height: 435px;
  }

  .login-text-block h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .privacy-text-wrap {
    padding: 25px 0 0;
  }

  .flip-back .login-heading-area h2,
  .content-reset-block .login-heading-area h2 {
    font-size: 36px;
  }

  .login-form .button-holder .button {
    font-size: 15px;
    padding: 10px 25px;
  }

  .login-logo {
    margin: 0 0 20px;
  }

  .login-heading-area {
    margin: 0 0 18px;
  }

  .login-form .button-holder {
    padding: 20px 10px 0;
  }

  .login-flip,
  .login-flip.flip_height {
    min-height: 470px;
  }
}

@media (max-width: 991px) {

  .login-wrapper-area:before {
    width: 210px;
    height: 155px;
  }

  .login-section {
    padding: 60px 0;
  }

  .login-block-content {
    width: 100%;
    max-width: 630px;
    margin: 0 auto 35px;
  }

  .login-text-block {
    max-width: 630px;
    margin: 0 auto;
    width: 100%;
  }

  .content-reset-block .login-form .button-holder {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {

  .login-wrapper-area:before {
    width: 170px;
    height: 125px;
  }

  .login-section {
    padding: 45px 0 30px;
  }

  .login-logo {
    margin: 0 0 12px;
  }

  .login-heading-area {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 14px;
  }

  .login-heading-area h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .login-form .form-control {
    height: 48px;
    font-size: 15px;
    line-height: 20px;
    padding: 6px 45px 5px 20px;
  }

  .login-form .field-label {
    top: 17px;
    right: 18px;
  }

  .login-form .field-label i {
    font-size: 17px;
  }

  .login-form-list {
    padding: 10px 5px 0;
  }

  .forgot-password,
  .cancel-recovery {
    font-size: 14px;
  }

  .checkbox-label .checkbox-text {
    font-size: 14px;
  }

  .checkbox-label .checkbox-text .text {
    padding: 0 0 0 12px;
  }

  .login-form .button-holder {
    padding: 15px 5px 0;
  }

  .login-form .button-holder .button {
    min-width: 130px;
    height: 46px;
    font-size: 14px;
    padding: 10px 15px;
  }

  .login-block-content-list {
    font-size: 13px;
    line-height: 18px;
    padding: 15px 0 0 5px;
  }

  .login-block-content-list .schedule-link {
    padding: 0 20px 0 0;
  }

  .login-block-content-list .schedule-link i {
    font-size: 13px;
    top: 2px;
  }

  .login-flip,
  .login-flip.flip_height {
    min-height: 420px;
  }

  .login-block-content {
    margin-bottom: 20px;
  }

  .flip-back .login-heading-area h2,
  .content-reset-block .login-heading-area h2 {
    font-size: 28px;
  }

  .flip-back .login-form .button-holder {
    padding-top: 14px;
  }

  .login-text-block {
    padding: 25px 15px;
    min-height: 320px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }

  .login-text-block .heading-wrap {
    margin: 0 auto 10px;
  }

  .login-text-block h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .login-text-block-banner-text {
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto 16px;
  }

  .demo-btn-wrap {
    margin: 0 0 15px;
  }

  .demo-btn {
    width: 160px;
    height: 48px;
    font-size: 14px;
    line-height: 18px;
    padding: 12px 38px 10px 18px;
  }

  .demo-btn .icon {
    right: 18px;
  }

  .demo-btn .icon i {
    font-size: 13px;
    top: 1px;
  }

  .call-link-wrap {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 15px;
  }

  .privacy-text-wrap {
    padding: 3px 0 0;
  }

  .privacy-text {
    font-size: 13px;
  }
}