body {
    background-color: black;
}

::placeholder {
    color: rgb(88, 88, 83);
}

.Login_div {
    width: 60%;
    top: 30%;
    left: 21%;
    position: absolute;
    overflow: hidden;
}

.Login_text {
    background-color: #1f160f;
    color: rgb(126, 126, 98);
    border-radius: 2px;
    border: 1px solid rgb(40 32 26);
    text-align: center;
    padding: 6px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-size: 26px;
    width: 90%;
}

.Login_btn {
    border-radius: 2px;
    border: 1px solid rgb(40 30 22);
    background-color: #20140b;
    color: rgb(141, 141, 124);
    text-align: center;
    padding: 2px;
    margin-left: 20%;
    margin-right: auto;
    margin-top: 30px;
    font-size: 20px;
    width: 60%;
}

h1 {
    color: rgb(116, 116, 92);
    text-align: center;
    top: 100px;
}

.mesage {
    color: red;
    padding: 3%;
    text-align: center;
    font-size: 20px;
}

*:focus {
    outline: none;
}

input {
    caret-color: rgb(100, 44, 44);
}