*{
    box-sizing: border-box;
}
body{
    margin: 0px;
    background-color: #15805E;
}
.container{
    height: auto;
    width:auto;

}
.image{
    height: auto;
    width: auto;
}
.image1{
    width:100%;
    height: 295px;
}
.input{
    text-align: center;
    padding: 10px;

    padding-top: 35px;
}
.input input{
    width: 90%;
    margin: 7px 0;
    height: 38px;
    
    padding: 10px;
    border-radius: 7px;
    font-size: 14px;
    box-shadow: none;
    border: 0;
    box-shadow:inset 0 2px #E5E5E5;
}
.input .submit{
    background-color: #FFD700;
    border: 1px solid black;
    font-weight: bold;
    box-shadow: none;
    font-size: 16px;
    height: 42px;
}
::placeholder{
    font-size: 16px ;
    padding: 2px;
}   
.cross img{
     width: 35px;
    background-color: rgba(0, 0, 0, 0.7);
    height: 35px;
    position: fixed;
    top: 10px;
    right: 5px;
    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: 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;
}

