h1{
    text-align: center;
    color: rgb(0, 0, 0);
}
.login
{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 400px;
    border-radius: 10px;
    background-color:crimson;
}
.input
{
    position: relative;
    border: none;
    margin: 30px 0;
    width: 100%;
    padding: 0 5px;
    height: 40px;
    font-size: 16px;
}