*{
    box-sizing: border-box;
}
body{
    margin: 0px;
    background-color: #67F0C2;
}
.container{
    height: auto;
    width:auto;

}
.image{
    height: auto;
    width: auto;
}
.image1{
    width:100%;
    height: 75vw;
}
.input{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 10px;

    padding-top: 35px;
}
.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;
}
.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;
}
::placeholder{
    font-size: 16px ;
    padding: 2px;
}   
.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);
}
/* Chrome, Safari, Edge, Opera */
.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.no-spinner {
  -moz-appearance: textfield;
}
 .toggle-eye {
      position: absolute;
      top: 50%;
      right: 3vw;
      transform: translateY(-50%);
      cursor: pointer;
      user-select: none;
      color: #000;
      font-size: 5.5vw;
    }
    .password-container {
      position: relative;
     
    }
    #passwordInput::-webkit-password-toggle-button {
  display: none !important;
}

#passwordInput::-ms-reveal {
  display: none !important;
}

