.siso_trans_input{
    display: block;
    height: 50px;
    width: 100%;
    background-color: rgba(255,255,255,0.07);
    border-radius: 3px;
    padding: 0 10px;
    margin-top: 2px;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 10px;
}

::placeholder{
    color: #e5e5e5;
}

.siso_modalblur {
  
    background-color: rgba(255,255,255,0.13);
   
   
  
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.1);
    box-shadow: 0 0 40px rgba(8,7,16,0.6);
  
  }