.Login_main__euBmH{
    min-height: calc(100svh);
    background-image: url("/login/Login.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.Login_white__vE04A{
    height: 100%;
    min-height: calc(100svh);
    width: 100%;
    background-color: #ffffff85;
    /* align-items: center;
    align-self: center; */
    align-content: center;
    padding: 20px 0;
}

.Login_white__vE04A form{
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 0 10px;
}

.Login_white__vE04A h3{
    padding:  10px 0;
}

.Login_left__ZQvUv{
    background-image: url("/login/00.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px 0 0 20px;
}

.Login_right__isbXg{
    border-radius:  0 20px 20px 0;
}

.Login_row__YoBsO{
    max-width: 800px;
    margin: auto;
    border-radius: 100px;
}

/* .passwordWrapper {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .passwordWrapper input {
    width: 100%;
    padding-right: 40px;
  }
  
  .passwordWrapper .icon {
    position: absolute;
    right: 10px; 
    top: 30px;
    cursor: pointer;
    color: #555;
    font-size: 18px;
  } */

  .Login_resetPasswordLink__THAZ0 {
    text-decoration: none;
    color: var(--link-color); 
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
  }
  .Login_backToHome__605YS{
    text-decoration: none;
    color: var(--link-color); 
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
  }
.captcha_boxImage__Z739U{
    /* background-image: url("https://picsum.photos/30/100"); */
    /* background-color: aqua; */
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40px;
    width: auto;
    align-content: center;
}

.captcha_boxImage__Z739U i{
    font-size: 10px;
}

.captcha_boxImage__Z739U img{
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: 5px;
}
.button_button__6bPtM {
  padding: 10px 20px;
  background-color: var(--footer-bg);
  width: 100%;
  color: #fff;
  border-radius: 10px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 10px;
}

.button_cursor-pointer__itNVk {
  cursor: pointer !important;
}

