body {
    font-family: 'poppins', sans-serif;
    background-color: #f0f2f5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}
/*#captcha {*/
/*      font-size: 20px;*/
/*      font-weight: bold;*/
/*      background: #f1f1f1;*/
/*      text-align: center;*/
/*      padding: 10px;*/
/*      border: 1px solid #ccc;*/
/*    }*/
    #code-error {
      color: red;
      margin-top: -10px;
      margin-bottom: 10px;
    }
.login-div {
    z-index: 100;
    position: fixed;
    width: 100vw;
    height: 100vh;
}
.bg-image {
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    padding: 10vw;
}

.bg-image img {
    width: 100%;
    padding: 50px;
}
.login-container {
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: 100vh;
    padding: 0 10vw;
}
.container {
    display: flex;
    flex-direction: row;
    /*width: 900px;*/
    /*height: 500px;*/
    
    overflow: hidden;
    background: #ffffff;
    background: transparent;
}

.left-side {
    /* background: linear-gradient(to bottom right, #4a90e2, #7b4397); */
    /*background-image: url('/images/login.svg');*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.left-side h1 {
    margin-bottom: 20px;
    font-size: 28px;
}

.left-side p {
    font-size: 16px;
    margin-bottom: 10px;
}

.left-side .feature {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.left-side .feature img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.right-side {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding: 40px;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/
    /*border-radius: 10px;*/
    /*background: white;*/
}

.right-div {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: white;
        width: 350px;
}

.right-side h2 {
    margin-bottom: 20px;
    color: #333;
    text-align: center;
    font-size: 1.4rem;
}

.right-side h2 span {
    color: var(--primary-color);    
}

.right-side form {
    display: flex;
    flex-direction: column;
}

.right-side form input {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.right-side form input:focus {
    border: 1px solid var(--primary-color);
}

/*.right-side form button {*/
/*    padding: 15px;*/
/*    background: #38419D;*/
/*    border: none;*/
/*    border-radius: 5px;*/
/*    color: white;*/
/*    font-size: 16px;*/
/*    cursor: pointer;*/
/*    transition: background 0.3s ease;*/
/*}*/

/*.right-side form button:hover {*/
/*    background: #357ABD;*/
/*}*/

.right-side form a {
    color: #38419D;
    text-align: center;
    margin-top: 15px;
    text-decoration: none;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
        width: 100%;
        height: auto;
        border-radius: 0;
    }

    .left-side,
    .right-side {
        padding: 20px;
        width: 100%;
    }
}

.code-error-p {
    margin: 0;
    color: red;
    padding: 5px;
    background-color: #ff00001c;
    border: 1px solid red;
    border-radius: 2px;
    text-align: center;
    margin-left: 3px;
    position: relative;
    left: 0;
    animation: code-error-p .8s cubic-bezier(0.47, 0.04, 0.58, 1);
}

@keyframes code-error-p {
    0% {
        left: 10px;
    }

    10% {
        left: 0px;
    }

    20% {
        left: 10px;
    }

    30% {
        left: 0px;
    }

    40% {
        left: 10px;
    }

    50% {
        left: 0px;
    }

    60% {
        left: 10px;
    }

    70% {
        left: 0px;
    }

    80% {
        left: 10px;
    }

    90% {
        left: 0px;
    }

    100% {
        left: 10px;
    }
}

.ref-btn {
    border: none;
    border-radius: 2px;
    
    padding: 5px;
    cursor: pointer;
    background: var(--primary-color);
    color: white !important;
}

/*.login-container {*/
/*    width: 60vw !important;*/
/*}*/

@media (max-width: 480px) {
    .left-side h1 {
        font-size: 24px;
    }

    .right-side h2 {
        font-size: 20px;
    }

    .right-side form input,
    .right-side form button {
        padding: 10px;
        font-size: 14px;
    }
    .login-container {
    width: 90vw !important;
}
}

.button-1 {
    width: 100%;
    padding: 8px 10px;
    font-size: 15px;
    border: 0px;
    background: var(--primary-color);
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    outline: none;
}

.button-1:hover {
    background: var(--hover);
}







.animated {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.wrapper {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.wrapper div {
  position: absolute;
  filter: blur(50px);
  opacity: 0.8;
  -webkit-filter: blur(50px);
}
.animated .one {
  border-radius: 100%;
  width: 600px;
  height: 600px;
  background-color: #ffa3ce;
  left: -50px;
  top: -300px;
  z-index: 3;
  animation: fly 12s linear infinite;
  transform: rotate(0) translate(80px) rotate(0);
}
.animated .two {
  width: 500px;
  height: 800px;
  background-color: #b891ff;
  bottom: -30px;
  left: -80px;
}
.animated .three {
  border-radius: 100%;
  width: 450px;
  height: 450px;
  bottom: -80px;
  right: -100px;
  background-color: #ff97c7;
  animation: flyPlus 10s linear infinite;
  -webkit-animation: flyPlus 10s linear infinite;
  transform: rotate(0) translate(200px) rotate(0);
  -webkit-transform: rotate(0) translate(200px) rotate(0);
  -moz-transform: rotate(0) translate(200px) rotate(0);
  -ms-transform: rotate(0) translate(200px) rotate(0);
  -o-transform: rotate(0) translate(200px) rotate(0);
}
.four {
  border-radius: 100%;
  width: 350px;
  height: 350px;
  margin: auto;
  bottom: 0;
  right: 0;
  background-color: #90e0ff;
  animation: flyPlus 15s linear infinite;
  -webkit-animation: flyPlus 15s linear infinite;
  transform: rotate(0) translate(200px) rotate(0);
  -webkit-transform: rotate(0) translate(200px) rotate(0);
  -moz-transform: rotate(0) translate(200px) rotate(0);
  -ms-transform: rotate(0) translate(200px) rotate(0);
  -o-transform: rotate(0) translate(200px) rotate(0);
}
.animated .wrapper .text {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  opacity: 1;
  filter: unset;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes fly {
  100% {
    transform: rotate(2turn) translate(200px) rotate(-2turn);
    -webkit-transform: rotate(2turn) translate(200px) rotate(-2turn);
    -moz-transform: rotate(2turn) translate(200px) rotate(-2turn);
    -ms-transform: rotate(2turn) translate(200px) rotate(-2turn);
    -o-transform: rotate(2turn) translate(200px) rotate(-2turn);
}
}
@keyframes flyPlus {
  100% {
    transform: rotate(-2turn) translate(200px) rotate(2turn);
    -webkit-transform: rotate(-2turn) translate(200px) rotate(2turn);
    -moz-transform: rotate(-2turn) translate(200px) rotate(2turn);
    -ms-transform: rotate(-2turn) translate(200px) rotate(2turn);
    -o-transform: rotate(-2turn) translate(200px) rotate(2turn);
}
}