﻿label {
    display: block;
    margin-top: 1em;
    font-weight: bold;
}

input[type="text"],
input[type="password"] {
    width: 100%;
    padding: 0.5em;
    margin-top: 0.3em;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button {
    margin-top: 1em;
    padding: 0.5em 1.5em;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
}

    button:hover {
        background-color: #0056b3;
    }
