﻿body {
    background-color:  #0E0004;
    color: white;
    overflow:hidden;
}
input[type="text"],
input[type="password"]{
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}
