*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
}

.footer p {
  background: none;
}

.g-recaptcha {
  transform: none;
}

body {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  background-image: url('../images/back\(9\).jpg');
  background-repeat: no-repeat;
  background-size: cover;

}

body::before {
  content: "";
  background-color: #ecf0f387;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

.errorMessage {
  margin-left: 20px;
}

.main {
  position: relative;
  width: 398px;
  min-width: 394px;
  min-height: fit-content;
  height: fit-content;
  padding: 25px;
  background-color: #ecf0f3;
  box-shadow: 10px 10px 10px #d1d9e6, -10px -10px 10px #f9f9f9;
  border-radius: 12px;
  overflow: hidden;
}

.containerr {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0px;
  width: fit-content;
  height: fit-con;
  padding: 25px;
  background-color: #ecf0f3;
  transition: 1.25s;
  float: right;
}

#js-user-login-form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.form__icon {
  object-fit: contain;
  width: 30px;
  margin: 0 5px;
  opacity: 0.5;
  transition: 0.15s;
}

.form__icon:hover {
  opacity: 1;
  transition: 0.15s;
  cursor: pointer;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 180%;
  width: 325px;
  z-index: 209;

}

.captchaa {
  display: grid;
  place-content: center;
  margin-top: 3%;
}

.power a {
  color: orangered;
  text-decoration: none;
}

.bottom {
  background: rgb(33, 33, 33);
}

.form__input {
  width: 307px;
  height: 38px;
  margin: 4px 0;
  padding-left: 25px;
  font-size: 13px;
  letter-spacing: 0.15px;
  border: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  background-color: #ecf0f3;
  transition: 0.25s ease;
  border-radius: 8px;
  box-shadow: inset 2px 2px 4px #d1d9e6, inset -2px -2px 4px #f9f9f9;
  margin-bottom: 1%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.form__input:focus {
  box-shadow: inset 4px 4px 4px #d1d9e6, inset -4px -4px 4px #f9f9f9;
}

.form__span {
  margin-top: 30px;
  margin-bottom: 12px;
}

.form__link {
  color: #181818;
  font-size: 15px;
  margin-top: 25px;
  border-bottom: 1px solid #a0a5a8;
  line-height: 2;
}

.title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  color: #181818;
}

.description {
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 1.6;
}

.main .button {
  width: 89px;
  height: 32px;
  border-radius: 7px;
  margin-top: 20px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.15px;
  background-color: #008b3c;
  color: #f9f9f9;
  box-shadow: 8px 8px 16px #d1d9e6, -8px -8px 16px #f9f9f9;
  border: none;
  outline: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.b-container {
  left: calc(100% - 600px);
  z-index: 0;
}


.is-txr {
  left: calc(100% - 400px);
  transition: 1.25s;
  transform-origin: left;
}

.is-txl {
  left: 0;
  transition: 1.25s;
  transform-origin: right;
}

.is-z200 {
  z-index: 200;
  transition: 1.25s;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: 1.25s;
}

.is-gx {
  animation: is-gx 1.25s;
}

.titl {
  font-size: 20px !important;
  margin-bottom: 4%;
}

@keyframes is-gx {

  0%,
  10%,
  100% {
    width: 400px;
  }

  30%,
  50% {
    width: 500px;
  }
}

.tiles {
  text-align: center;
}

.display-block {
  display: block;
}

.display-none {
  display: none;
}

.class {
  font-size: 14px;
  display: block;
  margin-left: auto !important;
  font-weight: bold;
  text-align: center;
}

.class a {
  color: orangered;
  text-decoration: none;

}

.id {
  font-size: 15px;
  color: #000;
  margin-top: 25px;
}

.bot-img {
  top: 167% !important;
}



@media (max-width:675px) {
  .main {
    min-width: 0px;
    position: unset;
    width: 0px;
    min-width: 472px;
    min-height: 0px;
    height: 0px;
    padding: 0pc;
    background-color: none;
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
  }

  .containerr {
    align-items: flex-start;
    top: 2%;
    left: 5%;
    height: fit-content;
    box-shadow: 10px 10px 10px #d1d9e6, -10px -10px 10px #f9f9f9;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
  }

  .display-block {
    display: none;
  }

  .display-none {
    display: block;
  }

  .class {
    font-weight: bold;
  }

  .main img {
    top: 0%;
  }

  .switch {
    top: 58%;
    height: 26%;
    left: 5%;
    width: 385px;
    box-shadow: 10px 10px 10px #d1d9e6, -10px -10px 10px #f9f9f9;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
  }

  .class {
    font-size: 14px !important;
  }

  .switch__circle--t {
    top: -30%;
    left: 60%;
    width: 250px;
    height: 179px;
  }

  .bot-img {
    top: 156% !important;
  }

  .switch__circle--v {
    height: 245px;
  }

  .footer {
    background: #0000004d;
    position: fixed;
    width: 100%;
    top: 94%;
    height: 6%;
    place-content: center;
    display: grid;
  }

}

@media (max-width:425px) {
  .main .button {
    margin-left: 31%;
  }
}

@media (max-width:500px) {
  .g-recaptcha {
    transform: scale(1.33);
  }
}

@media (max-width:374px) {
  .g-recaptcha {
    transform: scale(1.66);
  }
}

@media (max-width:320px) {
  .switch {
    width: 315px;
  }

  .containerr {
    width: 315px;
  }
}

.img-res {
  position: relative;
  height: 100px;
  margin: -15px 0px;
}

.first-logos {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  max-width: 95%;
  max-height: 102%;
  margin: auto;
  padding: 15px;
}

.field-icon {
  float: right;
  margin-top: -27px;
  position: relative;
  z-index: 2;
  margin-right: 10px;
  cursor: pointer;
}

.resize_img {
  margin-top: 22px;
}
.sch-name{
  margin-top:20px;
}