* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  height: 100vh;
  background: url("1693715.jpg") 100%;
    background-size: 100% auto;
}
.container {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: #fff;
  padding: 50px 10px;
  border-radius: 5px;
  display: grid;
  justify-items: center;
  font-family: "Calisto MT", sans-serif;
}
h3 {
  font-size: 16px;
  font-weight: 600;
}
input[type="text"] {
  width: 200px;
  font-weight: 600;
  padding: 15px 0;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  border-radius: 5px;
  border: 2px solid #202020;
  color: #663399;
}
button {
  width: 300px;
  padding: 15px 0;
  border-radius: 5px;
  background-color: #663399;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
}
p {
  font-weight: 400;
}
