body {
    background-color: silver;
}

.login {
    background-color: aliceblue;
    padding: 10px 15px;
    border-radius: 10px;
    width: 200px;
}

.btnOK {
    margin-top: 20px;
    margin-left: 5px;
} 

hr {
    height: 4px;
    margin-top: 20px;
}

.money {
    margin-bottom: -20px;
    font-weight: 1000;
    color: green;
}

.destroy_btns {
    margin-top: -14px;
}

.logo {
    width: 200px;
    height: 65px;
}

