#fullscreen-b {
  width: 100%;
  min-height: calc(100% - 50px);
  display: block;
  overflow: hidden;
  padding: 50px 0 0 0;
  margin: 0;
  background: #eeeeee;
}

.full-site-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0 auto;
  overflow: visible;
  position: relative;
}
@media all and (max-width: 1000px) {
  .full-site-container {
    padding: 20px 0 60px 0;
    width: 96%;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 1000px) {
  .full-site-container {
    padding: 20px 0 60px 0;
    width: 90%;
    max-width: 1400px;
    flex-wrap: wrap;
  }
}

@media all and (max-width: 1000px) {
  .left-column {
    width: 100%;
  }
}
@media all and (min-width: 1000px) {
  .left-column {
    width: 336px;
  }
}

@media all and (max-width: 1000px) {
  .left-column2 {
    width: 100%;
  }
}
@media all and (min-width: 1000px) {
  .left-column2 {
    width: 266px;
  }
}

.fullscreen-container {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(238, 242, 248, 0.9));
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 24px;
  border-radius: 0;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(6px);
}

@media all and (max-width: 1000px) {
  .fullscreen-container {
    width: calc(100% - 40px);
    padding: 20px;
    position: relative;
  }
}
@media all and (min-width: 1000px) {
  .fullscreen-container {
    padding: 32px;
    width: calc(100% - 40px);
    max-width: 880px;
    margin: 0 auto;
  }
}
.errormessage {
  width: 90%;
  display: block;
  padding: 0;
  margin: 0 auto;
  font-size: 16pt;
  text-align: center;
  color: #f00;
}

.form-shell {
  width: 100%;
  display: flex;
  padding: 0 28px 28px;
  justify-content: center;
}
.form-shell .form-stack {
  width: 100%;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 4px 0;
  margin: 0 auto;
}
.form-shell .form-stack h1,
.form-shell .form-stack h2,
.form-shell .form-stack h3,
.form-shell .form-stack h4,
.form-shell .form-stack h5,
.form-shell .form-stack h6,
  .form-shell .form-stack label,
  .form-shell .form-stack p,
  .form-shell .form-stack input,
  .form-shell .form-stack button,
  .form-shell .form-stack .submit,
  .form-shell .form-stack .submit3,
  .form-shell .form-stack .styled-select,
  .form-shell .form-stack a.signup-link {
    font-family: "Mukta Mahee", Arial, Helvetica, sans-serif;
  line-height: 1.5;
  text-align: left;
}
.form-shell .form-stack label {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}
.form-shell .form-stack p {
  margin: 0;
  color: rgba(0, 0, 0, 0.8);
}
.form-shell .form-stack .helper-text {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
  margin: 6px 0 0;
  max-width: 520px;
}
.form-shell .form-stack form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.form-shell .form-stack .form-field,
.form-shell .form-stack .form-field2,
.form-shell .form-stack .form-textfield,
.form-shell .form-stack .form-field-blue,
.form-shell .form-stack .styled-select {
  margin: 0;
}
.form-shell .form-stack .form-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  margin-top: 6px;
}

.auth-layout {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  margin: 40px auto 30px auto;
  justify-content: center;
  gap: 24px;
}

.auth-layout .small-container {
  width: min(600px, 100%);
  margin: 0 auto;
}

@media all and (max-width: 800px) {
  .auth-layout {
    margin: 22px auto 26px auto;
    gap: 18px;
  }
  .auth-layout .small-container {
    width: 100%;
  }
  .auth-layout .form-shell {
    padding: 0 18px 22px;
  }
}
.card-title,
.form-heading {
  display: block;
  background: linear-gradient(135deg, rgb(54.5368421053, 110.1, 207.0631578947), #5a92ef);
  color: rgb(255, 255, 255);
  padding: 18px 28px 16px;
  margin: 0;
  font-size: 22px;
  line-height: 1.35;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.small-container {
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  display: block;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(250, 252, 255, 0.9));
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(7px) saturate(110%);
}

@media all and (max-width: 1000px) {
  .small-container {
    width: 90%;
    position: relative;
    margin: 0 auto 30px auto;
  }
}
@media all and (min-width: 1000px) {
  .small-container {
    min-width: 420px;
    width: 30%;
    max-width: 520px;
    margin: 20px auto;
  }
}
.wallpaper-thumb-container-index {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  width: 100%;
  padding: 28px;
  margin: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 248, 252, 0.9));
}
.wallpaper-thumb-container-index.wallpaper-thumb-container-download {
  display: block;
  grid-template-columns: 1fr;
}
.wallpaper-thumb-container-index .wall-box-index {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.wallpaper-thumb-container-index .wall-box-index .wall-box-inner-index {
  width: 100%;
  overflow: hidden;
  margin: 0;
  background: rgb(255, 255, 255);
  border-radius: 0;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.wallpaper-thumb-container-index .wall-box-index .wall-box-inner-index .wall-box-image-index {
  position: relative;
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
}
.wallpaper-thumb-container-index .wall-box-index .wall-box-inner-index .wall-box-image-index:hover {
  transform: scale(1.01);
  box-shadow: 0 14px 45px rgba(71, 122, 211, 0.18);
}
.wallpaper-thumb-container-index .cat-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14pt;
  text-decoration: none;
  color: rgb(0, 0, 0);
  padding: 16px 14px;
  margin: 10px 0 10px 0;
  border-radius: 14px;
  border: 1px solid #dce1e8;
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  background: rgb(255, 255, 255);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.wallpaper-thumb-container-index .cat-link small {
  font-size: 10pt;
  display: block;
  width: 100%;
  padding: 0;
  margin: 6px 0 0 0;
  color: rgba(0, 0, 0, 0.65);
}
@media all and (max-width: 750px) {
  .wallpaper-thumb-container-index .cat-link {
    width: 100%;
  }
}
@media all and (min-width: 750px) and (max-width: 1000px) {
  .wallpaper-thumb-container-index .cat-link {
    width: 100%;
  }
}
@media all and (min-width: 1000px) {
  .wallpaper-thumb-container-index .cat-link {
    width: 100%;
  }
}
.wallpaper-thumb-container-index .cat-link:hover {
  background: linear-gradient(135deg, rgba(71, 122, 211, 0.08), rgba(71, 122, 211, 0.15));
  border-color: #477ad3;
}

.walllink {
  position: relative;
  display: block;
}

.walltitle {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 500;
  color: rgb(255, 255, 255);
  padding: 5px 10px;
  margin: 0 2px 2px 0;
  white-space: nowrap;
  font-size: 10pt;
  text-decoration: none;
  background: rgba(58, 123, 213, 0.9);
  line-height: 100%;
}

.small-container.larger {
  width: 70% !important;
}
