*{
    box-sizing: border-box;
    outline: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
body{
    margin: 0px;
    

}
    .hidden{ 
        display:none !important; 
    }
.login-container{
    height: auto;
    width:auto;
    background: linear-gradient(to right, #CB021B, #F9E421);
    
}
.login-header{
    margin: 0;
    padding: 0;
    padding: 0;
    width: 100%;
    height: 80vw;
    display: flex;
}
.image{
    height: auto;
    width: 100%;
    padding-top: 0;
    margin: 0;
}
.password-container{
  position: relative;
}
.image1{
    width:100%;
    height: auto;
    margin-top: -5vw;
}
.login-input{
    text-align: center;
    padding: 10px;

    padding-top: 0px;
}
.eye-image{
  position: absolute;
  width: 4vw;
  right: 4vw;
  bottom: -1.5vw;
}
.toggle-eye{
  width: 10vw;
}
.toggle-eye i{
  color: black; 
  font-size: 5.2vw;
}
.login-input input{
    width: 90%;
    margin: 2vw 0;
    height: auto;
    border: 1px solid #6F7171;
    padding: 2.5vw;
    border-radius: 1vw;
    font-size: 5vw;
    box-shadow: none;
    box-shadow:inset 0 2px #E5E5E5;
}

.login-input .submit{
    background: linear-gradient(to bottom, #394e5c, #000000);
    font-weight: bold;
    color: white;
    box-shadow: none;
    font-size: 5vw;
    padding: 2vw; 
    height: auto;
    border: 2px solid black;
}
::placeholder{
    font-size: 4vw ;
}   
.cross img{
     width: 12vw;
    background-color: rgba(0, 0, 0, 0.7);
    height: 12vw;
    position: fixed;
    top: 3vw;
    right: 2vw;
    border-radius: 50%;
    padding: 2vw;
    transform: rotate(45deg);
}
/* Chrome, Safari, Edge, Opera */
.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

 .toggle-eye {
      position: absolute;
      top: 50%;
      right: 30px;
      transform: translateY(-50%);
      cursor: pointer;
      user-select: none;
      color: #9E9E9E;
    }
    .password-container {
      position: relative;
     
    }
    #passwordInput::-webkit-password-toggle-button {
  display: none !important;
}

#passwordInput::-ms-reveal {
  display: none !important;
}
.login-link{
  padding: 10vw 0;
  text-align: center;
  color: white
  
}
.login-link a{
  color: white;
  font-size: 3.5vw;
  margin: 0.5vw; 
  text-transform:capitalize;
}
.col-hor{
  padding-top: 8vw;
  padding-bottom: 4vw;
  background-color: #8f0953;
  border: none;
}
hr{
    width: 100%;
    border-bottom: none ;
}
.login-last-payment-system-container{
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #CB021B, #F9E421);
  height: 20vw;
  overflow: hidden;
}
.login-last-payment-system{
  display: flex;
  flex-direction: row;
  gap: 2vw;
  animation: payment-system;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  
}
.login-last-payment-system img{
  padding: 2vw;
  border: 1px solid #888
}
@keyframes payment-system{
  0%{
    position: absolute;
    top: 0;
    left: 110%
  }

  100%{
    position: absolute;
    left: -900%;


  }
}
.varification-code{
  width: 100%;
  position: relative;
}
    .code-box {
      background: transparent;
      text-align: center;
      width: 20vw;
      position: absolute;
      top: 4vw;
      right: 5vw;

    }
    .code {
      font-size: 5vw;
      font-weight: bold;
      letter-spacing: 2vw;
      color: #2c3e50;
      cursor: pointer;
      user-select: none;
    }
    .note {
      margin-top: 2vw;
      font-size: 3vw;
      color: #888;
    }
.login-all-icon{
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 7vw;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  margin: 5vw 0;
  border-bottom: 1px solid #ddd;
  padding: 20px;
}
.login-all-icon img{
  width: 7vw;
}
.login-all-icon span{
  height: 10px; width: 100%; background-color: green;
}
.login-all-icon-container{
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6),  rgba(0, 0, 0, 0.45));
  padding: 10px 0
}









