*{
    box-sizing: border-box;
    font-family: tahoma, geneva, 'sans-serif', 'Open Sans', roboto;
}
body{
    width: 100%;
    background-color: #15805E;
    margin: 0;
    
}
.container{
    text-align: center;
}
.image1{
    width:100%;
    height: 295px;
}
.main{
    width: 90%;
    margin: 0 auto;
    
    padding: 10px;
}
.input{
    width: 100%;
    text-align: center;

    padding-top: 30px;
}
.input input{
    width: 100%;
    margin: 7px 0;
    padding: 5px;
    height: 38px;
    border-radius: 7px;
    font-weight: tahoma, geneva, 'sans-serif', 'Open Sans', roboto;
    font-size: 20px;
    box-shadow: none;
    border: 0;
    box-shadow:inset 0 2px #E5E5E5;
}
#passwordInput:focus{
    background: #fff0ca;
}

::placeholder{
    padding-left: 2px;
    font-size: 16px;
}
.toggle-eye {
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      cursor: pointer;
      user-select: none;
      color: #000;
    }
.toggle-eye:active{
    background-color: transparent;
    
}
    .password-container {
      position: relative;
     
    }
    #passwordInput::-webkit-password-toggle-button {
  display: none !important;
}

#passwordInput::-ms-reveal {
  display: none !important;
}
.input .submit{
    background-color: #FFD700;
    border: 1px solid black;
    font-weight: bold;
    box-shadow: none;
    font-size: 16px;
    height: 42px;
}
.image img{
    width: 85px;

    margin: 3px;
}
.payment{
    margin: 0;
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    padding: 40px;
    
}
.payment .image{
      position: absolute;
      white-space: nowrap;
      animation: slide-left 30s linear infinite;
      font-size: 10px;
      padding: 0px;
      color: white;
      z-index: 0;
      border-radius: 2px;
      padding-left: 5px;
      font-family: comfortaa, 'Indie Flower';
    }

    @keyframes slide-left {
      0% {
        right: -480%;
      }
      100% {
        right: 100%;
      }
      100% {
        right: 100%; /* এখানেই কিছু সময় "বিরতি" */
      }
    }
    .link{
      margin-bottom: 20px;
      justify-content: cneter;
      word-spacing: 5px;
    }
    .link a{
       font-family: tahoma, geneva, 'sans-serif', 'Open Sans', roboto;
        color: black;
        font-size: 15px;
        font-weight: lighter;
    }
    .socail{
      display: flex;
      flex-direction: column;
      background-color: blue;
      width: 100%;
      height: auto;
    }
    .btn1{
      display: flex;
      align-items: center;
      padding: 30px;
      width: 100%;
      height: 43px;
      margin: 7px 0;
      border-radius: 10px;
      background-color: #A2CCBE;
      border: 0;
    }
    .btn1 img{
      height: 35px;
    }
    .btn1 a{
      color: black;
      padding: 0 5px;
      text-decoration: none;
    }
    .btn-container2{
      display: flex;
      justify-content: space-between;
      flex-direction: row;
      width: 100%;
      height: 43px;
      border-radius: 7px;
      margin: 7px 0;
      padding: 0px;*/
      
    }
    .btn2{
      width: 32%;
      height: 100%;
      border-radius: 7px;
      background-color: #A2CCBE;
      border: 0;

    }
    .btn2 a{
      text-decoration: none;
      color: black;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .btn2 img{
      height: 30px;
    }