
.wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 800px;
}
.entrance {
    width: 400px;
    height: 500px;
    background-color:  rgb(235, 213, 216);
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
label {
    font-size: large;
}

input {
    background: none;
    appearance: none;
    border: 0;
    font-size: 22px;
    color:#263343;
    border-bottom: 4px solid #c59393;
    margin-top: 20px;
  }

input::placeholder {
    color: white;
}
i.fas {
   color: rgb(228, 185, 188);
  
}
h1 {
    color: rgba(97, 51, 51, 0.856);
}