*{
  margin:0;
  padding:0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

body{
  background-color: #131315;
}

.wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh
}

input{
  background-color: #1f1f21; 
  border: 1px solid #2e2e31; 
  border-radius: 4px; 
  width: 328px; 
  margin: 0; 
  outline: none;
  padding: 12px 16px;
  color: white
}

button{
  background: #486fe2;
  color: white;
  height: 40px;
  padding: 10px 20px;
  min-width: 100px;
  border-radius: 4px; 
  margin-left: 10px;
  outline: none;
  border: none;
  cursor: pointer
}