#setupInput{
background-color: transparent;
text-align: center;
caret-color: #4E4E4E;
color: white;
font-size: 1.5vw;
padding: 12px;
border-radius: 2px;
border: 1px solid #7B7B7B;
font-family: 'Jost-Medium';
font-weight: 500;
width: 100%;
max-width: 600px;
margin-bottom: 12px;
}
      
#setupInput::placeholder{
color: #4E4E4E;
}
      
#setupInput:focus{
outline: none;
border: 1px solid white;  
color:white;      
}