.form-control {
    background-color: #0E0524;
    padding: 20px;
    border-radius: 10px;
    font-size: 23px;
    color: white;
}

.form-control::placeholder{
    font-size: 18px;
}

.tokenCryptIcons{

    position: relative;
    z-index: 1;
    bottom: -60px;
    width: 14%;
    left: 9pc;
    

}

.etherIcon{
    position: relative;
    z-index: 1;
    bottom: -60px;
    width: 12%;
    left: 9pc;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}