Preview:
*{
  margin: 0;
  background-color: rgb(255, 255, 255);
}
.box{
  text-align: center;
  align-items: center;
  justify-items: center;
  margin-top: 17%;
  margin-left: 35%;
  justify-content: center;
  display: flex;
  border-radius: 20px;
  border: 1px solid rgb(4, 91, 241);
  width: 25%;
  height:350px;
}
label{
  font-size: 18px;
  color: rgb(120, 164, 240);
}
input{
  border: 1px solid rgb(4, 91, 241);
  border-radius: 10px;
  height: 2.5rem;
  padding: 0 10px;
  font-size: 17px;
  color: rgb(255, 255, 255);
  margin-left: 10px;
  margin-bottom: 1rem;
  background-color: transparent;
  cursor: pointer;
}

button{
  width: 5rem;
  height: 2rem;
  margin-right: 8rem;
  margin-top: 10px;
  border: 2px solid transparent;
  color: white;
  border-radius: 19px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: rgb(4, 91, 241);
  font-size: 18px;
  cursor: pointer;
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter