* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: calibri;
  text-decoration: none;
}

.container {
  height: 100vh;
  width: 100vw;
  background-color: rgb(14, 1, 19);
  display: flex;
  align-items: center;
  justify-content: center;
}

.holder {
  height: 600px;
  width: 300px;
  background: linear-gradient(to top, #000000, #ff000010),
    url(/forms/photo_5803285460632582652_y.jpg) center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 30px;
  color: white;
}

.writeup {
  /* background: blue; */
  width: 90%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  transform: translateY(-50px);
}
form {
  width: 100%;
  gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
form input {
  height: 50px;
  width: 90%;
  border-radius: 20px;
  background: #3a2218b2;
  color: white;
  padding: 0 15px;
  border: none;
}
.btn-holder button {
  height: 50px;
  width: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: 10px;
  border-radius: 20px;
  border: none;
  color: white;
}

.btn-holder button:nth-of-type(2) {
  background: white;
  color: black;
}

.forgot{
    width: 90%;
    text-align: right;
}


.forgot a {

  color: white;
}
