@import '_content/ESZ.Blazor.Components/ESZ.Blazor.Components.1230ih2ei3.bundle.scp.css';
@import '_content/iPopup/iPopup.bundle.scp.css';

/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.login[b-7c2j7y0cql] {
    background-image: url('./images/login.png');
    background-size: cover;
    width: 100vw;
    height: 100vh;
    position: relative;
    background-position: center;
}

.login__container[b-7c2j7y0cql] {
    width: 500px;
    background: #112164b0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    padding: 50px;
    padding-bottom: 25px;
}

@media screen and (max-width:767px) {
    .login__container[b-7c2j7y0cql] {
        width: 90%;
    }
}

.login__inputs[b-7c2j7y0cql] {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}




[b-7c2j7y0cql] input:-webkit-autofill,
[b-7c2j7y0cql] input:-webkit-autofill:hover,
[b-7c2j7y0cql] input:-webkit-autofill:focus,
[b-7c2j7y0cql] input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #dfe1eb inset !important;
}
/* /Components/Pages/Account/Login.razor.rz.scp.css */
[b-wsnc23m0vx] .input {
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
  background-color: #fff;
  padding-left: 16px;
  outline: none;
  border: unset;
  font-size: 16px;
  border-radius: 4px;
  color: #26387c;
}
[b-wsnc23m0vx] .input::placeholder {
  opacity: 1;
  color: #26387c;
}

.error-message[b-wsnc23m0vx] {
  color: #f01;
  text-align: center;
  padding-top: 5px;
  font-weight: 700;
}

[b-wsnc23m0vx] .input input {
  background-color: #dfe1eb;
}

[b-wsnc23m0vx] .send {
  width: 100%;
  display: block;
  font-size: 14px;
  height: 45px;
  background: #4d90fe;
  border: unset;
  opacity: 1;
}

.img[b-wsnc23m0vx] {
  padding-right: 40px;
}

.login[b-wsnc23m0vx], .password[b-wsnc23m0vx] {
  position: relative;
}

.login p[b-wsnc23m0vx], .password p[b-wsnc23m0vx] {
  position: absolute;
  margin: 0;
  top: -8px;
  z-index: 2;
  font-size: 12px;
  color: #26377c;
  font-weight: 600;
  left: 16px;
}

.login p span[b-wsnc23m0vx], .password p span[b-wsnc23m0vx] {
  color: #f21b0c;
}

.wrapper[b-wsnc23m0vx] {
  width: 330px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrapper[b-wsnc23m0vx] {
    width: 100%;
  }
}
.wrapper i[b-wsnc23m0vx] {
  position: absolute;
  font-size: 50px;
  color: #fff;
  left: -50px;
  top: -3px;
}

.intebuco[b-wsnc23m0vx] {
  margin: 0 auto;
  display: block;
  text-align: center;
  padding-top: 30px;
}

.img img[b-wsnc23m0vx] {
  width: 250px;
  margin: 0 auto;
  margin-bottom: 0px;
  display: block;
  margin-bottom: 30px;
}

.button[b-wsnc23m0vx] {
  position: relative;
}
.button[b-wsnc23m0vx]  button {
  background-color: #009640 !important;
  margin-top: 8px;
  font-size: 16px;
}

.loader[b-wsnc23m0vx] {
  position: absolute;
  margin-top: 3px;
  left: 85px;
  width: 30px;
  height: 30px;
}

.loader[b-wsnc23m0vx]:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 12px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: spin-b-wsnc23m0vx 1.2s infinite;
}

@keyframes spin-b-wsnc23m0vx {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
