.login-bg {
  background: url('../../img/bgs/landscape.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bgs/landscape.jpg', sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bgs/landscape.jpg', sizingMethod='scale');
}

.login-wrapper {
  position: absolute;
  top: 120px;
  right: 0;
  left: 0;
}

.login-wrapper .logo {
  position: relative;
  left: -2px;
  margin-bottom: 45px;
}

.login-wrapper .box {
  float: none;
  width: 535px;
  padding: 35px 0 30px;
  margin: 0 auto;
  border-radius: 4px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.25);
}

.login-wrapper .box h6 {
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: 700;
}

.login-wrapper .box input[type='text'],
.login-wrapper .box input[type='password'] {
  height: 40px;
  padding-left: 12px;
  margin-bottom: 20px;
  font-size: 15px;
  border-color: #ccc;
}

.login-wrapper .box input::placeholder {
  font-size: 15px;
  color: #9ba8b6;
  letter-spacing: 0;
}

.login-wrapper .box a.forgot {
  font-size: 16px;
  color: #3d88ba;
}

.forgot-block {
  margin-top: 20px;
  font-weight: 600;
  text-align: center;
}

.login-wrapper .box .remember {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}

.login-wrapper .box .remember input[type='checkbox'] {
  float: left;
  margin-right: 8px;
}

.login-wrapper .box .remember label {
  float: left;
  font-size: 13px;
  font-weight: 600;
  color: #4a576a;
}

.login-wrapper .box .login {
  padding: 8px 30px;
  font-size: 13px;
  text-transform: uppercase;
}

.login-wrapper .no-account {
  float: none;
  margin: 0 auto;
  margin-top: 25px;
  font-size: 14px;
  text-align: center;
}

.login-wrapper .no-account p {
  display: inline-block;
}

.login-wrapper .no-account a {
  margin-left: 7px;
  border-bottom: 1px solid;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.login-wrapper .no-account a:hover {
  text-decoration: none;
}

/* background switcher */
.bg-switch {
  position: absolute;
  top: 60px;
  z-index: 999;
  padding: 10px 10px 0;
  background: rgb(255 255 255 / 80%);
  border-radius: 0 10px 10px 0;
}

.bg-switch .bgs .bg {
  display: block;
  margin-bottom: 13px;
  text-align: center;
  text-decoration: none;
}

.bg-switch .bgs .bg img {
  width: 80px;
  height: 60px;
  cursor: pointer;
  border: 2px solid #9fcef1;
}

.bg-switch .bgs .bg.active img {
  border-color: #000;
}

.login-wrapper .secondary {
  font-weight: 600;
  color: #333;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}

.or-separator {
  display: flex;
  align-items: center; /* Vertically align the text and lines */
  margin: 15px 0;
  font-size: 14px;
  color: #444;
  text-align: center;
}

.or-separator::before,
.or-separator::after {
  flex: 1;
  content: '';
  border-bottom: 1px solid #d1d5db;
}

.or-separator:not(:empty)::before {
  margin-right: 12px;
}

.or-separator:not(:empty)::after {
  margin-left: 12px;
}

.welcome-sso-user {
  display: flex;
  margin-bottom: 20px;
}

.welcome-sso-user span {
  padding-right: 10px;
  font-size: 14px;
}

.link-btn,
.link-btn:hover,
.link-btn:focus {
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: inherit;
  color: #3d88ba;
  cursor: pointer;
  background: none;
  border: none;
}

/* responsive */
@media (width <= 767px) {
  .login-wrapper .box {
    width: 350px;
  }
}

@media (width <= 480px) {
  .login-wrapper .box {
    width: 90%;
  }
}
