*{
    box-sizing: border-box;
    font-family: tahoma, geneva, 'sans-serif', 'Open Sans', roboto;
}
body{
    width: 100%;
    background-color: #67F0C2;
    margin: 0;
    
}
.container{
    text-align: center;
}
.image1{
    width:100%;
    height: 75vw;
}
.main{
    width: 90%;
    margin: 0 auto;
    
    padding: 2vw;
}
.input{
    width: 100%;
    text-align: center;

    padding-top: 5vw;
}
.input input{
    width: 100%;
    margin: 7px 0;
    padding: 1vw;
    padding-left:  2vw;
    height: 10vw;
    border-radius: 1vw;
    font-weight: tahoma, geneva, 'sans-serif', 'Open Sans', roboto;
    font-size: 4vw;
    box-shadow: none;
    border: none;
    box-shadow:inset 0 0.5vw #E5E5E5;
}
#passwordInput:focus{
    background: #fff0ca;
    border: none;
}

::placeholder{
    padding-left: 0.5vw;
    font-size: 4.5vw;
}
.toggle-eye {
      position: absolute;
      top: 50%;
      right: 4vw;
      transform: translateY(-50%);
      cursor: pointer;
      user-select: none;
      color: #000;
      font-size: 5.5vw;
    }
.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: linear-gradient( to bottom, #464646, #151515);
    border: 1px solid black;
    font-weight: 700;
    box-shadow: none;
    font-size: 4.5vw;
    height: 11.5vw;
    color: #67F0C2;
}
 .link{
      margin-top: 1vw;
      margin-bottom: 8vw;
      text-align: center;
      font-size: 3.5vw;
    }
    .link a{
       font-family: tahoma, geneva, 'sans-serif', 'Open Sans', roboto;
        color: black;
        font-size: 3.5vw;
        font-weight: lighter;
    }
    .socail{
      display: flex;
      flex-direction: column;
      width: 100%;
      height: auto;
    }
    .btn1{
      display: flex;
      align-items: center;
      padding: 7vw;
      width: 90%;
      height: 10vw;
      margin: 2vw auto;
      border-radius: 2vw;
      background-color: #C2FAE7;
      border: 0;
    }
    .btn1 a{
      display: flex;
      align-items: center;
      font-size: 3vw;
    }
    .btn1 img{
      height: 9vw;
    }
    .btn1 a{
      color: black;
      padding: 0 1vw;
      text-decoration: none;
      font-size: 3.2vw;
      opacity: 0.8;
    }
    #btn1 img{
      opacity: 0.8;
    }
    .btn-container2{
      display: flex;
      justify-content: space-between;
      flex-direction: row;
      width: 90%;
      height: auto;
      border-radius: 7px;
      margin: 7px auto;
      padding: 0px;
      padding-bottom: 4vw;
      
    }
    .btn2{
      width: 32%;
      height: 100%;
      border-radius: 2vw;
      background: #C2FAE7;
      border: 0;
      padding: 1vw;
    }
    .btn2 a{
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      color: black;
      font-size: 2.5vw;
      opacity: 0.8;
    }
   
    .btn2 a img{
      height: 7vw;
    }
    .cross img{
    width: 10vw;
    background-color: rgba(0, 0, 0, 0.7);
    height: 10vw;
    position: fixed;
    top: 1.6vw;
    right: 1.7vw;
    border-radius: 50%;
    padding: 7px;
    transform: rotate(45deg);
}