.box {
    min-width: 1100px;
    width: 80%;
    height: 800px;
    background-color: #eee;
    margin: auto;
}

.tital {
    margin: auto;
    height: 500px;
}

.tital h1 {
    text-align: center;
    font-size: 45px;
    line-height: 500px;
}

.login {
    text-align: center;
    margin-top: -50px;
    text-decoration: none;
}

.button {
    width: 150px;
    color: rgb(0, 238, 255);
    font-size: 37px;
    border-radius: 10px;
    background-color: #aaa;
}
.lineend {
    margin: 10px auto;
    height: 1px;
    width: 80%;
    background-color: #c33027;
}
p{
    margin-block-end: 0;
}