* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}



body,
html{
  height: 100%;
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


html{
  background: url(/pub/media/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.login {
  display: flex;
  min-height: 100vh;
  flex-direction: row;
}

.login__left {
  flex: 1;
  background-image: url("bg_1.jpg");
  background-size: cover;
  background-position: center;
  display: block;
  background: #fff;

  display: none;
}

.login__right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.__content {
  width: 100%;
  max-width: 420px;
}

.__content .__title {
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  color: #212529;
}

.__content .__desc {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
}


.__form{
  margin-top: 30px;
  position: relative;
}

.__form-input {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}


.__form-input label {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  cursor: pointer;
}

.__form-input input {
  border: 1px solid transparent;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  background: #fff;
}


.__form-input input:-webkit-autofill {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid transparent;
  transition: background-color 5000s ease-in-out 0s;
}

.__form-input input:focus{
  outline: none;
}


.__input-response div{
    font-size: 14px;
    margin-top: 0.25rem;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    padding: 6px 10px;
    border-radius: 4px;
    color: red;
}


.__input-response div::before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjI2NDYgMy40MTM2NkMxMS43MjEyIDMuMTU2ODEgMTIuMjc4OCAzLjE1NjgxIDEyLjczNTQgMy40MTM2NkwxOS4yMzU0IDcuMDY5OTFDMTkuNzA3NyA3LjMzNTU4IDIwIDcuODM1MzYgMjAgOC4zNzcyN1YxNS42MjI3QzIwIDE2LjE2NDYgMTkuNzA3NyAxNi42NjQ0IDE5LjIzNTQgMTYuOTMwMUwxMi43MzU0IDIwLjU4NjNDMTIuMjc4OCAyMC44NDMyIDExLjcyMTIgMjAuODQzMiAxMS4yNjQ2IDIwLjU4NjNMNC43NjQ2MSAxNi45MzAxQzQuMjkyMjkgMTYuNjY0NCA0IDE2LjE2NDYgNCAxNS42MjI3VjguMzc3MjdDNCA3LjgzNTM2IDQuMjkyMjkgNy4zMzU1OSA0Ljc2NDYxIDcuMDY5OTFMMTEuMjY0NiAzLjQxMzY2WiIgZmlsbD0iI0ZGM0EyRSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTExIDcuNEMxMSA3LjE3OTA5IDExLjE3OTEgNyAxMS40IDdIMTIuNkMxMi44MjA5IDcgMTMgNy4xNzkwOSAxMyA3LjRWMTIuNkMxMyAxMi44MjA5IDEyLjgyMDkgMTMgMTIuNiAxM0gxMS40QzExLjE3OTEgMTMgMTEgMTIuODIwOSAxMSAxMi42VjcuNFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEgMTZDMTEgMTUuNDQ3NyAxMS40NDc3IDE1IDEyIDE1QzEyLjU1MjMgMTUgMTMgMTUuNDQ3NyAxMyAxNkMxMyAxNi41NTIzIDEyLjU1MjMgMTcgMTIgMTdDMTEuNDQ3NyAxNyAxMSAxNi41NTIzIDExIDE2WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+);
    margin-right: 4px;
    height: 24px;
}



.__form-option {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #888;
}

.__form-option a {
  color: inherit;
}


.__form-option.second{
  margin-top: 1rem;
  column-gap: 5px;
}

.__form-option.resend{
  margin-top: 1rem;
  margin-bottom: 0;
}

.__form-option.resend a{

  margin-left: 10px;

}


.__form-action{
  display: flex;
  flex-direction: column;
  /*margin-top: 1rem;*/
}


.__form-action button {
  width: 100%;
  height: 50px;
  padding: 0 30px;
  background-color: #0867ff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: white;
  position: relative;
  transition: .2s ease;
}

.__form-action button:hover {
  background-color: rgba(8, 103, 255, 0.75);
}

.__form.load:after{
  content: '';
  position: absolute;
  inset:0;
  background: transparent;
  z-index: 10;
}



.__form.load .__form-option,
.__form.load .__form-input{
   opacity: .5;
   pointer-events: none;
   user-select: none;
}



.__form.load .__form-action button{
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.__form.load .__form-action button .text{

   opacity: 0;
}


.__form.load .__form-action button:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    border: 2px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 




@media (max-width: 767px) {
  .login {
    flex-direction: column;
  }

  .login__left {
    height: 200px;
    width: 100%;
    flex: none;
  }

  .login__row {
    flex-wrap: wrap;
  }
}


.btn-blue span.sparkle {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  filter: blur(1px);
  animation: floatLight 4s infinite ease-in-out;
  z-index: 0;
  pointer-events: none;
  opacity: 0.6;
}

@keyframes floatLight {
  0%   { transform: translate(0, 0); }
  25%  { transform: translate(-3px, -6px); }
  50%  { transform: translate(4px, 4px); }
  75%  { transform: translate(-2px, 3px); }
  100% { transform: translate(0, 0); }
}



@media(max-width: 768px){
  html{
    background-attachment: fixed;
    background-position: right;
  }
}