@media only screen and (max-width: 500px){
  .mobile-bar{
    width: 100%;
    margin-bottom: 20px;
  }

 
}

@media only screen and (min-width: 501px){
  .mobile-bar{
    width: 350px;
  }

 
}

.text-box:focus{
  outline: none;
  border: 3px solid #3387DD;
}

.text-box{
  width: 330px; 
  text-align: center;
  height: 40px;
  border-radius: 3px;
  font-weight: bold;
  border: 1px solid gray;
  border-radius: 12px 12px 12px 12px
}

.sini-painike{
  background-color: #3387DD;
  width: 320px; 
  margin-top: 5px; 
  border: none; 
  color: #fff;
  font-family: Poppins, sans-serif;
   font-weight: 500;
   margin-bottom: 30px;
   font-size: 20px;
}

.kelta-painike {
    color: #fff;
    background-color: #3387dd;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 20px;
    border: none;
}



