.zindex-1{
  z-index: 1;
}
.zindex-2{
  z-index: 2;
}
.zindex-3{
  z-index: 3;
}
.zindex-4{
  z-index: 4;
}
.zindex-5{
  z-index: 5;
}
.zindex-10{
  z-index: 10;
}
.jc-bg{
  background: linear-gradient(to right , #592FC3 , #3350E0);
}

.jc-login-form{
  position: relative;
  width: 350px ;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  backdrop-filter: blur(10px);
  transition: .25s ease-in-out;
}

.drop{
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  backdrop-filter: blur(10px);
  box-shadow: 10px 10px 60px -8px rgba(0, 0, 0, 0.2);
  position: absolute;
  transition: .2s ease-in-out;
}

.drop-1{
  height: 80px;
  width: 80px;
  top: -20px;
  left: -40px;
}

.drop-2{
  height: 80px;
  width: 80px;
  bottom: -30px;
  right: -10px;
}

.drop-3{
  height: 100px;
  width: 100px;
  bottom: 120px;
  right: -50px;
}

.drop-4{
  height: 120px;
  width: 120px;
  top: -60px;
  right: -60px;
}

.drop-5{
  height: 60px;
  width: 60px;
  bottom: 170px;
  left: -90px;
}

.jc-form-hover:hover .drop-1{
  top: -30px;
  left: -50px;
}
.jc-form-hover:hover .drop-2{
  bottom: -40px;
  right: -20px;
}
.jc-form-hover:hover .drop-3{
  bottom: 130px;
  right: -60px;
}

.jc-form-hover:hover .drop-4{
  top: -70px;
  right: -70px;
}

.jc-form-hover:hover .drop-5{
  left: -100px;
}

.jc-btn{
  background: #0093FD;
  color: #FFF;
  border-color: transparent;
}

.jc-btn .spinner.d-block{
  margin-left: .5rem;
}

.jc-btn:focus,
.jc-btn:hover,
.jc-btn:active,
.jc-btn.disabled,
.jc-btn:disabled{
  background:#0093FD;
  color: #FFF;
  border-color: transparent;
  box-shadow: 0 0 0 0.25rem rgb(0, 147, 253 , 0.25);
}

.jc-control:focus,
.jc-control:hover,
.jc-control:active{
  border: 1px solid #0093FD !important;
  box-shadow: 0 0 0 0.25rem rgb(0, 147, 253 , 0.25);
}

.form-check-input:checked{
  background-color :#0093FD;
  border-color :#0093FD;
  box-shadow: 0 0 0 0.25rem rgb(0, 147, 253 , 0.25);
}
.form-check-input:focus{
  box-shadow: 0 0 0 0.25rem rgb(0, 147, 253 , 0.25);
}

#language-switcher{
  display: flex;
}

#language-switcher > label{
  display: none;
}
#language-switcher select{
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: 1px solid #0093FD !important;
  box-shadow: 0 0 0 0.25rem rgb(0 147 253 / 25%);
  margin-right: 10px;
}

#language-switcher select:focus-visible{
  outline: none;
}

#language-switcher .button{
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background: #0093FD;
  color: #FFF;
  border-color: transparent;
  box-shadow: 0 0 0 0.25rem rgb(0 147 253 / 25%);
}
