@charset "utf-8";

#container {
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25%;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    padding: 15px;
}
#login {
    margin: auto;
    text-align: center;
}
#uputstvo {
    color: #FF0000;
}
#invalid {
    font-size: 24px;
    color: #CC0000;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}.button {
    width: 80px;
    margin-right: 15px;
    margin-left: 15px;
}
