body.skycity {
  background: #eff0f2;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 !important;
}

body.skycity div.connection form {
  padding: 0;
  margin: 0;
  width: 100%;
}

body.skycity div.connection {
  position: static;
  margin: 0;
  box-shadow: none;
  background: transparent;
  border: 0;
  width: unset;
  width: 100%;
  max-width: 450px;
}

body.skycity div.connection label[for='remember_me'] {
  display: none;
}

body.skycity div.connection .control-group {
  padding: 0;
}

body.skycity .sonata-ba-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

body.skycity .form-actions {
  border: 0;
  background: transparent;
}

body.skycity .connection div input.big {
  height: 48px;
  line-height: 48px;
  border: 0;
  border-radius: 50px;
  font-size: 14px;
  color: #1d1d1b;
  padding-left: 20px;
  width: 100%;
}

body.skycity .connection div input.big:focus {
  border: 1px solid #ccc;
  box-shadow: none;
}

body.skycity label {
  text-align: center;
  letter-spacing: 0.5px;
  font-weight: normal;
  text-transform: none;
}

body.skycity .btn-primary {
  height: 58px;
  border-radius: 40px;
  opacity: 0.5;
  background: #1d1d1b;
  border: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.skycity-login-info {
  display: none;
  margin: 0;
}

body.skycity .skycity-login-info {
  display: block;
  width: 70% !important;
  margin: 0 auto !important;
  text-align: center;
}

body.skycity .skycity-login-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

.skycity-allcon {
  display: none;
}

body.skycity .skycity-allcon {
  display: block;
  position: fixed;
  bottom: 50px;
  left: 50px;
  height: 35px;
  width: auto;
}

.skycity-logo {
  display: none;
}

body.skycity .skycity-logo {
  display: block;
  width: 250px;
}

@media (max-width: 767px) {
  body.skycity .skycity-allcon {
    position: static;
  }
}

body {
  transition: 0.3s;
}

.body-hidden {
  opacity: 0;
}
